aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Duarte <licorne@google.com>2023-08-04 23:37:58 +0000
committerDavid Duarte <licorne@google.com>2023-08-15 01:04:29 +0000
commitd1c37a2582a7a09d3f69280dbcbc04f1861eaef7 (patch)
treee8186cdb95f070709e38bd62ac408d3bccd7a259
parentcee2b53a188e770716b51862130fae1bee15bb37 (diff)
downloadliblc3-d1c37a2582a7a09d3f69280dbcbc04f1861eaef7.tar.gz
Add metadata filesmain-16k
Change-Id: Ia1dbf2009b89263f10de8025ab168f2701f1992f
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS2
3 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..8bd22a4
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "liblc3"
+description:
+ "Low Complexity Communication Codec (LC3)"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/google/liblc3"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/google/liblc3"
+ }
+ version: "v1.0.4"
+ last_upgrade_date { year: 2023 month: 8 day: 4 }
+ 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..12e1398
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+asoulier@google.com
+licorne@google.com