From: Simon McVittie Date: Wed, 18 May 2022 13:55:48 +0000 (+0100) Subject: tools: Mark GPL-only files with SPDX license identifier X-Git-Tag: dbus-1.15.4~25^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bc01e1b5b627a4325f7abbcdfc3c9198b8cd4e;p=thirdparty%2Fdbus.git tools: Mark GPL-only files with SPDX license identifier These files are licensed under the GPL only, without the AFL dual-license of most of the dbus codebase. Signed-off-by: Simon McVittie Co-authored-by: Ralf Habacker --- diff --git a/doc/dbus-test-tool.1.xml.in b/doc/dbus-test-tool.1.xml.in index 62dc55808..5a19a7154 100644 --- a/doc/dbus-test-tool.1.xml.in +++ b/doc/dbus-test-tool.1.xml.in @@ -7,6 +7,9 @@ Collabora Ltd. + This man page is distributed under the same terms as dbus-test-tool (GPL-2+). There is NO WARRANTY, to the extent permitted by law. diff --git a/tools/dbus-cleanup-sockets.c b/tools/dbus-cleanup-sockets.c index 356c18fd4..f8e1cbcc0 100644 --- a/tools/dbus-cleanup-sockets.c +++ b/tools/dbus-cleanup-sockets.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Red Hat, Inc. * Copyright (C) 2002 Michael Meeks + * SPDX-License-Identifier: GPL-2.0-or-later * * Note that this file is NOT licensed under the Academic Free License, * as it is based on linc-cleanup-sockets which is LGPL. diff --git a/tools/dbus-echo.c b/tools/dbus-echo.c index 917d983c6..1e0f03c20 100644 --- a/tools/dbus-echo.c +++ b/tools/dbus-echo.c @@ -4,6 +4,7 @@ * Copyright © 2003 Philip Blundell * Copyright © 2011 Nokia Corporation * Copyright © 2014 Collabora Ltd. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index cd5d9ae8e..7f6e5a118 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -2,6 +2,7 @@ /* dbus-monitor.c Utility program to monitor messages on the bus * * Copyright (C) 2003 Philip Blundell + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/dbus-print-message.c b/tools/dbus-print-message.c index 22ee68244..bd78d0d99 100644 --- a/tools/dbus-print-message.c +++ b/tools/dbus-print-message.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Philip Blundell * Copyright (C) 2003 Red Hat, Inc. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/dbus-print-message.h b/tools/dbus-print-message.h index d45bc79d2..a9f9efffe 100644 --- a/tools/dbus-print-message.h +++ b/tools/dbus-print-message.h @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Philip Blundell * Copyright (C) 2003 Red Hat, Inc. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/dbus-send.c b/tools/dbus-send.c index 3063290f1..64a8c2d3d 100644 --- a/tools/dbus-send.c +++ b/tools/dbus-send.c @@ -2,6 +2,7 @@ /* dbus-send.c Utility program to send messages from the command line * * Copyright (C) 2003 Philip Blundell + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/dbus-spam.c b/tools/dbus-spam.c index 192911cbc..7c0a7168d 100644 --- a/tools/dbus-spam.c +++ b/tools/dbus-spam.c @@ -4,6 +4,7 @@ * Copyright © 2003 Philip Blundell * Copyright © 2011 Nokia Corporation * Copyright © 2014 Collabora Ltd. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/dbus-uuidgen.c b/tools/dbus-uuidgen.c index 6d8d97a2a..e20f48aae 100644 --- a/tools/dbus-uuidgen.c +++ b/tools/dbus-uuidgen.c @@ -2,6 +2,7 @@ /* dbus-uuidgen.c Utility program to create UUIDs * * Copyright (C) 2006 Red Hat, Inc. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/test-tool.c b/tools/test-tool.c index 149c10ab5..47d0b4bfc 100644 --- a/tools/test-tool.c +++ b/tools/test-tool.c @@ -4,6 +4,7 @@ * Copyright © 2003 Philip Blundell * Copyright © 2011 Nokia Corporation * Copyright © 2014 Collabora Ltd. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/test-tool.h b/tools/test-tool.h index 8143cd504..f42ed67bf 100644 --- a/tools/test-tool.h +++ b/tools/test-tool.h @@ -4,6 +4,7 @@ * Copyright © 2003 Philip Blundell * Copyright © 2011 Nokia Corporation * Copyright © 2014 Collabora Ltd. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/tool-common.c b/tools/tool-common.c index 4fcfcb9fe..aa923639f 100644 --- a/tools/tool-common.c +++ b/tools/tool-common.c @@ -4,6 +4,7 @@ * Copyright © 2003 Philip Blundell * Copyright © 2011 Nokia Corporation * Copyright © 2014 Collabora Ltd. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/tool-common.h b/tools/tool-common.h index 12a3fd6c2..813ffeaea 100644 --- a/tools/tool-common.h +++ b/tools/tool-common.h @@ -4,6 +4,7 @@ * Copyright © 2003 Philip Blundell * Copyright © 2011 Nokia Corporation * Copyright © 2014 Collabora Ltd. + * SPDX-License-Identifier: GPL-2.0-or-later * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by