aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-09-23 11:54:06 -0700
committerElliott Hughes <enh@google.com>2019-09-23 11:55:49 -0700
commit4a6b9207ec21221dc351b287d087a082dc55f277 (patch)
tree7eccf2ebd23370f78c4971e84706104b3d54531b
parent6591686b495404ed031cd06a574ffbb174cb9bd0 (diff)
downloadoss-fuzz-4a6b9207ec21221dc351b287d087a082dc55f277.tar.gz
Add metadata files.
Bug: http://b/141200851 Test: N/A Change-Id: I24e59068959d2ec447489b0fe70abce72bcad79e
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_APACHE20
l---------NOTICE1
-rw-r--r--OWNERS3
4 files changed, 21 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..b43fe98c0
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "OSS-Fuzz"
+description:
+ "OSS-Fuzz: Continuous Fuzzing for Open Source Software"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/google/oss-fuzz"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/google/oss-fuzz.git"
+ }
+ version: "8f82af5a61c127d816022692a390b9380a4492ad"
+ last_upgrade_date { year: 2019 month: 9 day: 23 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 000000000..7a694c969
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 000000000..6caf14d9a
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
+mitchp@google.com
+enh@google.com
+# asa-haiku-core@google.com