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 --- DEPENDENCY-LICENSES.html | 5512 ++++++++++++++++++++++++++++++++++++++++++++++ about.hbs | 70 + about.toml | 11 + 3 files changed, 5593 insertions(+) create mode 100644 DEPENDENCY-LICENSES.html create mode 100644 about.hbs create mode 100644 about.toml diff --git a/DEPENDENCY-LICENSES.html b/DEPENDENCY-LICENSES.html new file mode 100644 index 0000000..3c35706 --- /dev/null +++ b/DEPENDENCY-LICENSES.html @@ -0,0 +1,5512 @@ + + + + + + + +
+
+

Third Party Licenses

+

This page lists the licenses of the projects used in cargo-about.

+
+ +

Overview of licenses:

+ + +

All license text:

+ +
+ + + + diff --git a/about.hbs b/about.hbs new file mode 100644 index 0000000..699b3b0 --- /dev/null +++ b/about.hbs @@ -0,0 +1,70 @@ + + + + + + + +
+
+

Third Party Licenses

+

This page lists the licenses of the projects used in cargo-about.

+
+ +

Overview of licenses:

+ + +

All license text:

+ +
+ + + 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