From: Ralf Habacker Date: Tue, 3 May 2022 08:12:36 +0000 (+0200) Subject: dbus/dbus-sha.c: add LicenseRef-pycrypto-orig SPDX license marker X-Git-Tag: dbus-1.15.4~25^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d4d4d3d33ece5e1e86222c04a4b83b9e746495;p=thirdparty%2Fdbus.git dbus/dbus-sha.c: add LicenseRef-pycrypto-orig SPDX license marker This permissive license does not appear to be a match for anything on the SPDX license list, so we need to use the LicenseRef- prefix for a custom license. Co-authored-by: Simon McVittie --- diff --git a/LICENSES/LicenseRef-pycrypto-orig.txt b/LICENSES/LicenseRef-pycrypto-orig.txt new file mode 100644 index 000000000..cb143211e --- /dev/null +++ b/LICENSES/LicenseRef-pycrypto-orig.txt @@ -0,0 +1,3 @@ +Distribute and use freely; there are no restrictions on further +dissemination and usage except those imposed by the laws of your +country of residence. diff --git a/Makefile.am b/Makefile.am index 0b1b79dea..2a6778d1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ EXTRA_DIST = \ LICENSES/Apache-2.0.txt \ LICENSES/GPL-2.0-or-later.txt \ LICENSES/LicenseRef-GAP.txt \ + LICENSES/LicenseRef-pycrypto-orig.txt \ LICENSES/MIT.txt \ NEWS.pre-1-0 \ NEWS.pre-1-2 \ diff --git a/dbus/dbus-sha.c b/dbus/dbus-sha.c index 6ff2f0772..effce82c8 100644 --- a/dbus/dbus-sha.c +++ b/dbus/dbus-sha.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Red Hat Inc. * Copyright (C) 1995 A. M. Kuchling + * SPDX-License-Identifier: (AFL-2.1 OR GPL-2.0-or-later) AND LicenseRef-pycrypto-orig * * Licensed under the Academic Free License version 2.1 *