From 6469665b83e65d55a129fb006aa3813041ecc215 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Sep 2022 19:56:55 +0100 Subject: [PATCH] cargo metadata: Claim the licence is GPL Signed-off-by: Ian Jackson --- Cargo.toml | 3 ++- macros/Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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/" -- 2.30.2