summaryrefslogtreecommitdiff
path: root/about.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-02-13 13:26:44 -0500
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-02-13 13:59:09 -0500
commitb366ebd28bcb44492719b487f9dd34b6da56d23f (patch)
tree1d911a5aceb38db38a09bd90bc528f859647d432 /about.toml
parent5365728462076834832090072788972585260876 (diff)
Add licensing check for Rust code
If we add new rust dependencies we should now be alerted when a new license type is added.
Diffstat (limited to 'about.toml')
-rw-r--r--about.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/about.toml b/about.toml
new file mode 100644
index 00000000..aaf511f8
--- /dev/null
+++ b/about.toml
@@ -0,0 +1,10 @@
+accepted = [
+ "Apache-2.0",
+ "MIT",
+ "Unicode-DFS-2016",
+ "Unicode-3.0",
+ "ISC",
+ "BSD-3-Clause",
+ "BSL-1.0",
+ "LicenseRef-scancode-google-patent-license-fuchsia"
+] \ No newline at end of file