aboutsummaryrefslogtreecommitdiff
path: root/about.toml
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-12-13 09:45:07 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-12-13 09:45:07 -0500
commita06e021420e8c374d1e5f76fe69012bec9202e22 (patch)
tree9d100bd75abd569af830335808fcb7dd7306e6de /about.toml
parent770f54c57204c20942295aa2aa575cf9d37fc9b9 (diff)
Add licenses for dependencies to the project
Diffstat (limited to 'about.toml')
-rw-r--r--about.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/about.toml b/about.toml
new file mode 100644
index 0000000..3ff3bb7
--- /dev/null
+++ b/about.toml
@@ -0,0 +1,11 @@
+accepted = [
+ "Apache-2.0",
+ "MIT",
+ "GPL-2.0",
+ "GPL-3.0",
+ "BSD-2-Clause",
+ "BSD-3-Clause",
+ "MPL-2.0",
+ "ISC",
+ "CC0-1.0",
+]