about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-03-16 00:20:17 +0000
committerAlyssa Ross <hi@alyssa.is>2021-03-16 00:20:17 +0000
commit7d226d2e499e654cc1081e6bd798bd62fd0a91ba (patch)
tree4517603da251cbea9eecbb466717cb1ed4a44a14
parent2ae9c31c5432c8ab24f021e778b9d0118289436f (diff)
downloadpr-tracker-7d226d2e499e654cc1081e6bd798bd62fd0a91ba.tar
pr-tracker-7d226d2e499e654cc1081e6bd798bd62fd0a91ba.tar.gz
pr-tracker-7d226d2e499e654cc1081e6bd798bd62fd0a91ba.tar.bz2
pr-tracker-7d226d2e499e654cc1081e6bd798bd62fd0a91ba.tar.lz
pr-tracker-7d226d2e499e654cc1081e6bd798bd62fd0a91ba.tar.xz
pr-tracker-7d226d2e499e654cc1081e6bd798bd62fd0a91ba.tar.zst
pr-tracker-7d226d2e499e654cc1081e6bd798bd62fd0a91ba.zip
deny.toml: create
-rw-r--r--deny.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
new file mode 100644
index 0000000..67d33c0
--- /dev/null
+++ b/deny.toml
@@ -0,0 +1,17 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
+
+# The purpose of this file is to check that all dependencies are
+# available under licenses that are compatible with the AGPLv3 and
+# later versions.  Additionally, if we added a dependency on a GPL or
+# AGPL library, we'd need to make sure that, like us, the library
+# offered an exception for linking with OpenSSL.
+
+[licenses]
+unlicensed = "deny"
+copyleft = "allow"
+allow = [
+  "Apache-2.0",
+  "BSD-3-Clause",
+  "MIT",
+]