aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2017-09-28 09:57:08 +0100
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2017-09-28 09:57:08 +0100
commitda5c1faf53d6863f650af82910eafb01de30334e (patch)
treea203599aa3e4fbf6b4e4d5def0332b55758cb9b1
parentaeb79f00b2c9dba786dc1a6fd42dd9c6add4672f (diff)
downloadannotation-tools-da5c1faf53d6863f650af82910eafb01de30334e.tar.gz
Add required android project metadata files.
-rw-r--r--LICENSE17
-rw-r--r--METADATA16
-rw-r--r--OWNERS3
-rw-r--r--README.version11
4 files changed, 47 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..89de354
--- /dev/null
+++ b/LICENSE
@@ -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.
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..8ba6c6e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,16 @@
+name: "annotation_tools"
+description:
+ "Annotation File Utilities, used for inserting external annotations to source files"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/typetools/annotation-tools"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://checkerframework.org/annotation-file-utilities/annotation-tools-3.6.45.zip"
+ }
+ version: "3.6.45"
+ last_upgrade_date { year: 2017 month: 9 day: 28 }
+}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..cfdec88
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
+pszczepaniak@google.com
+narayan@google.com
+
diff --git a/README.version b/README.version
new file mode 100644
index 0000000..49ead1b
--- /dev/null
+++ b/README.version
@@ -0,0 +1,11 @@
+URL: https://github.com/typetools/annotation-tools
+Version: 3.6.45
+License: MIT
+Description: Annotation File Utilities, used for inserting external annotations to source files
+
+Local Modifications:
+ Check-in annotation-file-utilities/annotation-file-utilities.jar from
+ https://checkerframework.org/annotation-file-utilities/annotation-tools-3.6.45.zip
+ Remove annotation-file-utilities/annotation-file-utilities.jar from .gitignore yet.
+
+