Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Fix: Allow Unicode-3.0, Unlicense
Open did:key:z6MkwcUR...q1kL opened 8 months ago

These two licenses need to be included to make cargo deny check licenses more happy. Not entirely, because there’s GPL-3.0 in the depencenies. See here:

https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad%3Az39mP9rQAaGmERfUMPULfPUi473tY/issues/ed4abffb7810daa52ecd3dff6b399a08e897d682

for the issue I filed about this.

I am not a lawyer, but this should be fine I guess.

1 file changed +3 -2 a2de36dd aa3fbff7
modified deny.toml
@@ -2,6 +2,7 @@
allow = [
  "MIT",
  "Apache-2.0",
-
  "Unicode-DFS-2016",
-
  "BSD-3-Clause"
+
  "Unicode-3.0",
+
  "BSD-3-Clause",
+
  "Unlicense",
]