From b366ebd28bcb44492719b487f9dd34b6da56d23f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 13 Feb 2025 13:26:44 -0500 Subject: Add licensing check for Rust code If we add new rust dependencies we should now be alerted when a new license type is added. --- about.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 about.toml (limited to 'about.toml') 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 -- cgit v1.3.1