From a06e021420e8c374d1e5f76fe69012bec9202e22 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Fri, 13 Dec 2019 09:45:07 -0500 Subject: Add licenses for dependencies to the project --- about.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 about.toml (limited to 'about.toml') 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", +] -- cgit v1.2.3