c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit aa9b3f2e73af49cf0a502158f499a8781e15029d
parent 26f9ed1395bc389f9967d762fe2e29cd415a0f47
Author: Eric Scouten <scouten@adobe.com>
Date:   Wed, 20 Jul 2022 15:51:43 -0700

Add Unicode license to allow-list (#85)

Allow Unicode license; will be needed for next XMP Toolkit update
Diffstat:
Mdeny.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/deny.toml b/deny.toml @@ -37,6 +37,7 @@ allow = [ "LicenseRef-ring", "MIT", "MPL-2.0", + "Unicode-DFS-2016", "Zlib", ] copyleft = "deny"