aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-08-23 14:57:03 -0700
committerColin Cross <ccross@android.com>2019-09-06 13:59:47 -0700
commited3d33fd78bd768f866b21104825bd6529edb10a (patch)
tree41a66e3027070d88d69f40bc8210dcca3f3fea51
parent1467d8ec884136065a83f9a95aff5a2992621c0e (diff)
downloadprotobuf-ed3d33fd78bd768f866b21104825bd6529edb10a.tar.gz
Add METADATA file and make NOTICE a symlink to LICENSE
Bug: 139175488 Test: m checkbuild Change-Id: I5fada939aacfb0a283d9f1b16a6af0311389f499 Merged-In: I5fada939aacfb0a283d9f1b16a6af0311389f499
-rw-r--r--METADATA17
l---------[-rw-r--r--]NOTICE34
2 files changed, 18 insertions, 33 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..4617d9189
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "protobuf"
+description:
+ "Protocol Buffers - Google's data interchange format"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://developers.google.com/protocol-buffers/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/protocolbuffers/protobuf"
+ }
+ version: "v3.9.1"
+ last_upgrade_date { year: 2019 month: 8 day: 23 }
+ license_type: PERMISSIVE
+}
diff --git a/NOTICE b/NOTICE
index 705db579c..7a694c969 100644..120000
--- a/NOTICE
+++ b/NOTICE
@@ -1,33 +1 @@
-Copyright 2008, Google Inc.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
- * Neither the name of Google Inc. nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Code generated by the Protocol Buffer compiler is owned by the owner
-of the input file used when generating it. This code is not
-standalone and requires a support library to be linked with it. This
-support library is itself covered by the above license.
+LICENSE \ No newline at end of file