From eec3cc4c476e9cb0459c7b785a89900777d22fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Sat, 16 Dec 2023 23:12:59 +0100 Subject: [PATCH] Add cargo-about files --- about.hbs | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ about.toml | 19 +++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 about.hbs create mode 100644 about.toml diff --git a/about.hbs b/about.hbs new file mode 100644 index 0000000000..699b3b04ed --- /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 0000000000..e138da6efe --- /dev/null +++ b/about.toml @@ -0,0 +1,19 @@ +private = { ignore = true } + +accepted = [ + "0BSD", + "Apache-2.0", + "BSD-2-Clause", + "BSD-3-Clause", + "CC0-1.0", + "ISC", + "MIT", + "MPL-2.0", + "Unicode-DFS-2016", + "OpenSSL", +] + +workarounds = [ + "ring", + "rustls", +]