summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-05-18 14:55:48 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2022-11-29 13:33:53 +0000
commit33bc01e1b5b627a4325f7abbcdfc3c9198b8cd4e (patch)
tree9bb8973246490abb2958969610916c43fe9da57c /tools
parent205063a0a91ebb94b35f64a61fd1f194d8d66dd2 (diff)
downloaddbus-33bc01e1b5b627a4325f7abbcdfc3c9198b8cd4e.tar.gz
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 <smcv@collabora.com> Co-authored-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'tools')
-rw-r--r--tools/dbus-cleanup-sockets.c1
-rw-r--r--tools/dbus-echo.c1
-rw-r--r--tools/dbus-monitor.c1
-rw-r--r--tools/dbus-print-message.c1
-rw-r--r--tools/dbus-print-message.h1
-rw-r--r--tools/dbus-send.c1
-rw-r--r--tools/dbus-spam.c1
-rw-r--r--tools/dbus-uuidgen.c1
-rw-r--r--tools/test-tool.c1
-rw-r--r--tools/test-tool.h1
-rw-r--r--tools/tool-common.c1
-rw-r--r--tools/tool-common.h1
12 files changed, 12 insertions, 0 deletions
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 <philb@gnu.org>
* 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 <philb@gnu.org>
+ * 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 <philb@gnu.org>
* 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 <philb@gnu.org>
* 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 <philb@gnu.org>
+ * 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 <philb@gnu.org>
* 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 <philb@gnu.org>
* 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 <philb@gnu.org>
* 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 <philb@gnu.org>
* 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 <philb@gnu.org>
* 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