~radicle-link/dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH v1 0/1] Allow unicode-idents license

Details
Message ID
<20220727112149.1013697-1-alex@memoryandthought.me>
DKIM signature
missing
Download raw message
Commit message should explain everything.

Published At: https://github.com/alexjg/radicle-link/tree/patches/fix-unicode-idents-license/v1

Alex Good (1):
  Add license exception for unicode-idents

 deny.toml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

-- 
2.37.0

[PATCH v1 1/1] Add license exception for unicode-idents

Details
Message ID
<20220727112149.1013697-2-alex@memoryandthought.me>
In-Reply-To
<20220727112149.1013697-1-alex@memoryandthought.me> (view parent)
DKIM signature
missing
Download raw message
Patch: +8 -1
unicode-idents distributes some data tables from unicode.org which
require an additional license. This doesn't affect our licensing because
we don't distribute the data files - just the generated code. Explicitly
allow the Unicode-DFS-2016 license for unicode-idents.

Signed-off-by: Alex Good <alex@memoryandthought.me>
---
 deny.toml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/deny.toml b/deny.toml
index a8bbfdb3..0d51561a 100644
--- a/deny.toml
+++ b/deny.toml
@@ -79,7 +79,14 @@ exceptions = [
    # code is ISC (mostly). The OpenSSL license is not compatible with GPLv3.
    # For the sake of sanity, we will need to either get rid of TLS, or
    # re-license.
    { allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }
    { allow = ["ISC", "MIT", "OpenSSL"], name = "ring" },

    # The Unicode-DFS--2016 license is necessary for unicode-ident because they
    # use data from the unicode tables to generate the tables which are
    # included in the application. We do not distribute those data files so
    # this is not a problem for us. See
    # https://github.com/dtolnay/unicode-ident/pull/9/files for more details.
    { allow = ["MIT", "Apache-2.0", "Unicode-DFS-2016"], name = "unicode-ident" },
]

# Some crates don't have (easily) machine readable licensing information,
-- 
2.37.0
Details
Message ID
<CLQHOBNO67HX.2BV2W7IPX8BZS@haptop>
In-Reply-To
<20220727112149.1013697-1-alex@memoryandthought.me> (view parent)
DKIM signature
missing
Download raw message
Makes sense to me :)

I've rolled it into seen. I'll push to master by EOD and push out a
cycle email.
Reply to thread Export thread (mbox)