aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2017-10-26 11:31:14 +0100
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2017-10-26 11:31:14 +0100
commitc81da9298e7d2f08ff3ec9eb3240c7aff2fd25e1 (patch)
tree66473d69e9694ec1e55fd3be1dea3c691c658adf
parent92b2dbfe09b2415c27de836ddfe7965a55e09f39 (diff)
downloadannotation-tools-c81da9298e7d2f08ff3ec9eb3240c7aff2fd25e1.tar.gz
Add NOTICE and MODULE_LICENSE files.
Test: N/A Bug: 67631744 Change-Id: I39b44ceb7abaaa8d0466169e93a2febf35e85d1d
-rw-r--r--MODULE_LICENSE_MIT0
-rw-r--r--NOTICE17
2 files changed, 17 insertions, 0 deletions
diff --git a/MODULE_LICENSE_MIT b/MODULE_LICENSE_MIT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_MIT
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..89de354
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.