From 33bc01e1b5b627a4325f7abbcdfc3c9198b8cd4e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 18 May 2022 14:55:48 +0100 Subject: 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 --- tools/dbus-cleanup-sockets.c | 1 + tools/dbus-echo.c | 1 + tools/dbus-monitor.c | 1 + tools/dbus-print-message.c | 1 + tools/dbus-print-message.h | 1 + tools/dbus-send.c | 1 + tools/dbus-spam.c | 1 + tools/dbus-uuidgen.c | 1 + tools/test-tool.c | 1 + tools/test-tool.h | 1 + tools/tool-common.c | 1 + tools/tool-common.h | 1 + 12 files changed, 12 insertions(+) (limited to 'tools') diff --git a/tools/dbus-cleanup-sockets.c b/tools/dbus-cleanup-sockets.c index 356c18fd..f8e1cbcc 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 917d983c..1e0f03c2 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 cd5d9ae8..7f6e5a11 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 22ee6824..bd78d0d9 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 d45bc79d..a9f9efff 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 3063290f..64a8c2d3 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 192911cb..7c0a7168 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 6d8d97a2..e20f48aa 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 149c10ab..47d0b4bf 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 8143cd50..f42ed67b 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 4fcfcb9f..aa923639 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 12a3fd6c..813ffeae 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 -- cgit v1.2.1