aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2021-02-17 13:35:14 -0800
committerSasha Smundak <asmundak@google.com>2021-02-17 13:35:14 -0800
commite142ffe179be4084ca24a911070b20c9d733e686 (patch)
tree945ce78ad05ed3be097f1abd324e9cfb2f0bc3e9
parent2ba90398f8ec337a2662214298c9d9ea9cc48380 (diff)
downloadstarlark-go-e142ffe179be4084ca24a911070b20c9d733e686.tar.gz
Add the files required for the imported software
Bug: 180529448 Test: N/A Change-Id: Iee18f0ea86b67eb8d0a325464e4e9a330650c121
-rw-r--r--METADATA14
-rw-r--r--MODULE_LICENSE_BSD0
2 files changed, 14 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..46a1cde
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,14 @@
+name: "starlark-go"
+description:
+ "Starlark in Go is an interpreter for Starlark, implemented in Go."
+
+third_party {
+ url {
+ type: GIT
+ value: "https://github.com/google/starlark-go.git"
+ }
+ version: "ebe61bd709bf23d7baddbb34e79084d7d156be04"
+ last_upgrade_date { year: 2021 month: 02 day: 17 }
+ license_type: NOTICE
+}
+
diff --git a/MODULE_LICENSE_BSD b/MODULE_LICENSE_BSD
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_BSD