From: Ian Jackson Date: Sun, 25 Sep 2022 17:19:49 +0000 (+0100) Subject: draft OpenSSL exception - not signed off yet! X-Git-Tag: hippotat/1.0.0~11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=59677f37281b41be9ef7b240c6de1910ff1f34e0;p=hippotat.git draft OpenSSL exception - not signed off yet! --- diff --git a/debian/copyright b/debian/copyright index c483ced..4ef56af 100644 --- a/debian/copyright +++ b/debian/copyright @@ -41,3 +41,35 @@ header, probably something like this: // Copyright 2017-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: AGPL-3.0-or-later // There is NO WARRANTY. + + +Hippotat-OpenSSL-Exception +-------------------------- + +Additional permission under GNU GPL version 3 section 7: + + In addition, as a special exception, the copyright holders give + permission to link the code of this program with the OpenSSL + Library (or with modified versions of OpenSSL that use the same + license as OpenSSL 1.1), and distribute linked combinations + including the two. + + BUT this does NOT apply to version 3.0 or any later version of the + OpenSSL library (nor to any modified versions thereof). + + FURTHERMORE you must obey the GNU Lesser General Public License in + all respects for all of the code used other than OpenSSL. + +This additional permission is indicated in the source code with +the following SPDX licence declaration: + SPDX-License-Identifier: GPL-3.0-or-later WITH Hippotat-OpenSSL-Exception + +If you modify a file, you may extend this exception to your version of +the file, but you are not obligated to do so. If you do not wish to do +so, delete the exception statement from your version, changing it to: + SPDX-License-Identifier: GPL-3.0-or-later + +The authors of Hippotat will probably withdrawn this exception in a +future versions of Hippotat, when OpenSSL 3.0 (which has a +GPLv3+-compatible licence) has become sufficiently widespread. But +that will not affect already-released versions of hippotat. diff --git a/src/ini.rs b/src/ini.rs index 143d0fc..4d5d1e8 100644 --- a/src/ini.rs +++ b/src/ini.rs @@ -1,5 +1,5 @@ // Copyright 2021-2022 Ian Jackson and contributors to Hippotat -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: GPL-3.0-or-later WITH Hippotat-OpenSSL-Exception // There is NO WARRANTY. use crate::prelude::*;