From: Ian Jackson Date: Wed, 28 Sep 2022 18:56:55 +0000 (+0100) Subject: cargo metadata: Claim the licence is GPL X-Git-Tag: hippotat/1.0.0^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=6469665b83e65d55a129fb006aa3813041ecc215;p=hippotat.git cargo metadata: Claim the licence is GPL Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 06bd902..f0ae298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,8 @@ name = "hippotat" version = "1.0.0" edition = "2018" description="Asinine HTTP-over-IP" -license="GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception" +license="GPL-3.0-or-later" +# ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception repository="https://salsa.debian.org/iwj/hippotat" homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 7de97bb..da72f41 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -7,7 +7,8 @@ name = "hippotat-macros" version = "1.0.0" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" -license="GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception" +license="GPL-3.0-or-later" +# ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception repository="https://salsa.debian.org/iwj/hippotat" homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"