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 c3bfde31b80fc8c8fa1833d466b53b54d5d4d2a0
parent cc510a36d63fde7dc6b38eab3f58c241fc3b7e95
Author: Gavin  Peacock <gvnpeacock@gmail.com>
Date:   Mon, 23 May 2022 20:15:28 -0700

Change ring license hash to decimal (#3)

to avoid false error report

Co-authored-by: Eric Scouten <scouten@adobe.com>
Diffstat:
Mdeny.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deny.toml b/deny.toml @@ -47,7 +47,7 @@ confidence-threshold = 0.8 name = "ring" expression = "LicenseRef-ring" license-files = [ - { path = "LICENSE", hash = 0xbd0eed23 } + { path = "LICENSE", hash = 3171872035 } ] [sources]