aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jeff McGlynn <jwmcglynn@google.com>2018-06-05 16:00:30 -0700
committerGravatar Jeff McGlynn <jwmcglynn@google.com>2018-06-18 10:24:24 -0700
commit2b3d25cf8ec91dc5c9b74980a8f8fa9278f0a00e (patch)
tree15e09414aac46f4c18d5df5ffdaf846dcede32b0 /README.md
Add license and README based on Google open source template
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..41daba0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# astc-codec
+
+astc-codec is a software ASTC decoder implementation, which supports the ASTC
+LDR profile.
+
+## Contributing
+
+See [CONTRIBUTING.md](CONTRIBUTING.md) for important contributing requirements.
+
+## License
+
+astc-codec project is licensed under the Apache License Version 2.0. You can
+find a copy of it in [LICENSE](LICENSE).
+
+This is not an official Google product.