aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2024-05-15 02:28:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-15 02:28:51 +0000
commita9e0f541cda33daa594bc847a265a217d73d438b (patch)
treef19c7aed1c4648bd0ddd31686b41842335498a81
parent645dfcf7a4fe2bc6166a1cd53b626af37a890b96 (diff)
parent540e3d7e2b0668651178966246c7eb90d43cc4b1 (diff)
downloadregex-re2-master.tar.gz
Merge "Add METADATA and OWNERS file" into mainHEADmastermain
-rw-r--r--METADATA15
-rw-r--r--OWNERS1
2 files changed, 16 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..94f3d16
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,15 @@
+name: "regex-re22"
+description: "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library."
+third_party {
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2019
+ month: 2
+ day: 20
+ }
+ identifier {
+ type: "Git"
+ value: "https://github.com/google/re2"
+ version: "79ef3b2d31f06493f687ef9e947d9632bad54b9b"
+ }
+}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..7529cb9
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1 @@
+include platform/system/core:/janitors/OWNERS