]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus/versioninfo.rc.in: add LicenseRef-GAP SPDX license marker
authorRalf Habacker <ralf.habacker@freenet.de>
Tue, 3 May 2022 08:03:04 +0000 (10:03 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 29 Nov 2022 13:33:53 +0000 (13:33 +0000)
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.

It's referred to as GAP (presumably short for "GNU all-permissive") in
https://sources.debian.org/src/libassuan/2.5.5-1/debian/copyright/
so use the same abbreviation here.

Co-authored-by: Simon McVittie <smcv@collabora.com>
LICENSES/LicenseRef-GAP.txt [new file with mode: 0644]
Makefile.am
dbus/versioninfo.rc.in

diff --git a/LICENSES/LicenseRef-GAP.txt b/LICENSES/LicenseRef-GAP.txt
new file mode 100644 (file)
index 0000000..8007ecd
--- /dev/null
@@ -0,0 +1,7 @@
+This file is free software; as a special exception the author gives
+unlimited permission to copy and/or distribute it, with or without
+modifications, as long as this notice is preserved.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
index 81f3c91ed67e4d216a8f9f7b922c603982538565..0b1b79dea3abaa5686a6289c251013e3add98d34 100644 (file)
@@ -15,6 +15,7 @@ EXTRA_DIST =                  \
        LICENSES/AFL-2.1.txt    \
        LICENSES/Apache-2.0.txt \
        LICENSES/GPL-2.0-or-later.txt   \
+       LICENSES/LicenseRef-GAP.txt     \
        LICENSES/MIT.txt        \
         NEWS.pre-1-0            \
         NEWS.pre-1-2           \
index 6c7301c8937033f28f07e8f4bd6266f978f1b986..0cee48ac5609309a2e99023a2ea8af6dc357b427 100644 (file)
@@ -1,5 +1,6 @@
 /* versioninfo.rc.in - for dbus
  * Copyright (C) 2005 g10 Code GmbH
+ * SPDX-License-Identifier: LicenseRef-GAP
  * 
  * This file is free software; as a special exception the author gives
  * unlimited permission to copy and/or distribute it, with or without