aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlises Mendez Martinez <umendez@google.com>2024-02-29 10:09:03 +0000
committerUlises Mendez Martinez <umendez@google.com>2024-02-29 10:16:29 +0000
commitedb8085c816c2465361d50f3e378f10123432e9d (patch)
treebad2f7136b11a5dafcb55f54ddd1b10fa1bfd96a
parentd343481b6af548fd10e489ac83f51f517911f7da (diff)
downloadbazelbuild-rules-proto-master.tar.gz
Add OWNERS, METADATA & LICENSE files.HEADmastermain
* Setting owners to Kleaf team + default janitors. Bug: 254734455 Change-Id: If8b5d562525efa038e72efe189c7051bdd8852c5 Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
-rw-r--r--METADATA21
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS2
3 files changed, 23 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..604969e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,21 @@
+name: "rules_proto"
+description:
+ "This repository contains Starlark implementation of Protobuf rules in "
+ "Bazel. "
+ " "
+ "For a high-level overview of using Protocol Buffers and gRPC with Bazel, "
+ "see https://bazel-contrib.github.io/SIG-rules-authors/proto-grpc.html. "
+ " "
+ "For the list of Proto rules, see the Bazel documentation."
+
+third_party {
+ homepage: "https://github.com/bazelbuild/rules_proto"
+ identifier {
+ type: "Git"
+ value: "https://github.com/bazelbuild/rules_proto"
+ primary_source: true
+ }
+ version: "d4c3498677e7fbda6f717585276ea4d8b75acec0"
+ last_upgrade_date { year: 2024 month: 2 day: 29 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..e890b47
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+include platform/system/core:main:/janitors/OWNERS
+include kernel/build:main:/OWNERS