summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-bash-completion-helper.c2
-rw-r--r--dbus/dbus-binding-tool-glib.c2
-rw-r--r--dbus/dbus-binding-tool-glib.h2
-rw-r--r--dbus/dbus-gidl.c2
-rw-r--r--dbus/dbus-gidl.h2
-rw-r--r--dbus/dbus-glib-lowlevel.h2
-rw-r--r--dbus/dbus-glib-tool.c2
-rw-r--r--dbus/dbus-glib-tool.h2
-rw-r--r--dbus/dbus-glib.c2
-rw-r--r--dbus/dbus-glib.h2
-rw-r--r--dbus/dbus-gloader-expat.c2
-rw-r--r--dbus/dbus-gmarshal.c2
-rw-r--r--dbus/dbus-gmarshal.h1
-rw-r--r--dbus/dbus-gobject.c2
-rw-r--r--dbus/dbus-gobject.h2
-rw-r--r--dbus/dbus-gparser.c2
-rw-r--r--dbus/dbus-gparser.h2
-rw-r--r--dbus/dbus-gproxy.c2
-rw-r--r--dbus/dbus-gsignature.c2
-rw-r--r--dbus/dbus-gsignature.h23
-rw-r--r--dbus/dbus-gtest-main.c2
-rw-r--r--dbus/dbus-gtest.c2
-rw-r--r--dbus/dbus-gtest.h2
-rw-r--r--dbus/dbus-gthread.c2
-rw-r--r--dbus/dbus-gtool-test.h2
-rw-r--r--dbus/dbus-gtype-specialized-priv.h2
-rw-r--r--dbus/dbus-gtype-specialized.c2
-rw-r--r--dbus/dbus-gtype-specialized.h2
-rw-r--r--dbus/dbus-gutils.c2
-rw-r--r--dbus/dbus-gutils.h2
-rw-r--r--dbus/dbus-gvalue-parse-variant.c2
-rw-r--r--dbus/dbus-gvalue-parse-variant.h2
-rw-r--r--dbus/dbus-gvalue-utils.c2
-rw-r--r--dbus/dbus-gvalue-utils.h2
-rw-r--r--dbus/dbus-gvalue.c2
-rw-r--r--dbus/dbus-gvalue.h2
-rw-r--r--dbus/examples/example-client.c2
-rw-r--r--dbus/examples/example-service.c2
-rw-r--r--dbus/examples/example-signal-emitter.c2
-rw-r--r--dbus/examples/example-signal-recipient.c2
-rw-r--r--dbus/examples/statemachine/statemachine-client.c2
-rw-r--r--dbus/examples/statemachine/statemachine-server.c2
-rw-r--r--dbus/examples/statemachine/statemachine-server.h2
-rw-r--r--dbus/examples/statemachine/statemachine.c2
-rw-r--r--dbus/examples/statemachine/statemachine.h2
45 files changed, 110 insertions, 0 deletions
diff --git a/dbus/dbus-bash-completion-helper.c b/dbus/dbus-bash-completion-helper.c
index ac79039..6240ed6 100644
--- a/dbus/dbus-bash-completion-helper.c
+++ b/dbus/dbus-bash-completion-helper.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2008 David Zeuthen <davidz@redhat.com>
*
+ * 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/dbus/dbus-binding-tool-glib.c b/dbus/dbus-binding-tool-glib.c
index 2a3ff03..8734515 100644
--- a/dbus/dbus-binding-tool-glib.c
+++ b/dbus/dbus-binding-tool-glib.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003, 2004, 2005 Red Hat, Inc.
* Copyright (C) 2005 Nokia
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-binding-tool-glib.h b/dbus/dbus-binding-tool-glib.h
index 9abe7d0..f0d336a 100644
--- a/dbus/dbus-binding-tool-glib.h
+++ b/dbus/dbus-binding-tool-glib.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gidl.c b/dbus/dbus-gidl.c
index cde4d79..3b96e46 100644
--- a/dbus/dbus-gidl.c
+++ b/dbus/dbus-gidl.c
@@ -4,6 +4,8 @@
*
* Copyright (C) 2003, 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gidl.h b/dbus/dbus-gidl.h
index d9837ce..b33f8c4 100644
--- a/dbus/dbus-gidl.h
+++ b/dbus/dbus-gidl.h
@@ -4,6 +4,8 @@
*
* Copyright (C) 2003 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-glib-lowlevel.h b/dbus/dbus-glib-lowlevel.h
index d08f951..6add4c6 100644
--- a/dbus/dbus-glib-lowlevel.h
+++ b/dbus/dbus-glib-lowlevel.h
@@ -4,6 +4,8 @@
* Copyright (C) 2002, 2003 CodeFactory AB
* Copyright (C) 2003, 2004 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-glib-tool.c b/dbus/dbus-glib-tool.c
index ce9ad75..de3474b 100644
--- a/dbus/dbus-glib-tool.c
+++ b/dbus/dbus-glib-tool.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003, 2004 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-glib-tool.h b/dbus/dbus-glib-tool.h
index 58f25d2..50426df 100644
--- a/dbus/dbus-glib-tool.h
+++ b/dbus/dbus-glib-tool.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-glib.c b/dbus/dbus-glib.c
index d969b56..05a4cea 100644
--- a/dbus/dbus-glib.c
+++ b/dbus/dbus-glib.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2004 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-glib.h b/dbus/dbus-glib.h
index 9aa71c1..52225f1 100644
--- a/dbus/dbus-glib.h
+++ b/dbus/dbus-glib.h
@@ -4,6 +4,8 @@
* Copyright (C) 2002, 2003 CodeFactory AB
* Copyright (C) 2003, 2004 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gloader-expat.c b/dbus/dbus-gloader-expat.c
index 9a53f02..ab5686d 100644
--- a/dbus/dbus-gloader-expat.c
+++ b/dbus/dbus-gloader-expat.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gmarshal.c b/dbus/dbus-gmarshal.c
index 65f13c7..becde30 100644
--- a/dbus/dbus-gmarshal.c
+++ b/dbus/dbus-gmarshal.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include "dbus-gmarshal.h"
diff --git a/dbus/dbus-gmarshal.h b/dbus/dbus-gmarshal.h
index 2cdb3d7..2e6e190 100644
--- a/dbus/dbus-gmarshal.h
+++ b/dbus/dbus-gmarshal.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
#ifndef ___dbus_g_marshal_MARSHAL_H__
#define ___dbus_g_marshal_MARSHAL_H__
diff --git a/dbus/dbus-gobject.c b/dbus/dbus-gobject.c
index 8d06723..4925cd8 100644
--- a/dbus/dbus-gobject.c
+++ b/dbus/dbus-gobject.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003, 2004, 2005 Red Hat, Inc.
* Copyright (C) 2005 Nokia
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gobject.h b/dbus/dbus-gobject.h
index cf97cd0..bb99a19 100644
--- a/dbus/dbus-gobject.h
+++ b/dbus/dbus-gobject.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gparser.c b/dbus/dbus-gparser.c
index af74e30..5ae277f 100644
--- a/dbus/dbus-gparser.c
+++ b/dbus/dbus-gparser.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003, 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gparser.h b/dbus/dbus-gparser.h
index 347b39b..08a84ec 100644
--- a/dbus/dbus-gparser.h
+++ b/dbus/dbus-gparser.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gproxy.c b/dbus/dbus-gproxy.c
index ddf8bbe..4c72320 100644
--- a/dbus/dbus-gproxy.c
+++ b/dbus/dbus-gproxy.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003, 2004, 2005 Red Hat, Inc.
* Copyright (C) 2005 Nokia
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gsignature.c b/dbus/dbus-gsignature.c
index ed0880e..5dc4984 100644
--- a/dbus/dbus-gsignature.c
+++ b/dbus/dbus-gsignature.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gsignature.h b/dbus/dbus-gsignature.h
index 08757e1..0e049f3 100644
--- a/dbus/dbus-gsignature.h
+++ b/dbus/dbus-gsignature.h
@@ -1,3 +1,26 @@
+/* -*- mode: C; c-file-style: "gnu" -*- */
+/*
+ * Copyright (C) 2005-2006 Red Hat, Inc.
+ *
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#ifndef DBUS_GOBJECT_SIGNATURE_H
#define DBUS_GOBJECT_SIGNATURE_H
diff --git a/dbus/dbus-gtest-main.c b/dbus/dbus-gtest-main.c
index 9ff65ac..64ce0e9 100644
--- a/dbus/dbus-gtest-main.c
+++ b/dbus/dbus-gtest-main.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 Red Hat Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gtest.c b/dbus/dbus-gtest.c
index c9572ef..c1b4ad9 100644
--- a/dbus/dbus-gtest.c
+++ b/dbus/dbus-gtest.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2002, 2003 Red Hat Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gtest.h b/dbus/dbus-gtest.h
index 21661fc..8955878 100644
--- a/dbus/dbus-gtest.h
+++ b/dbus/dbus-gtest.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 Red Hat Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gthread.c b/dbus/dbus-gthread.c
index a88141b..b61bb45 100644
--- a/dbus/dbus-gthread.c
+++ b/dbus/dbus-gthread.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2002 CodeFactory AB
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gtool-test.h b/dbus/dbus-gtool-test.h
index b8dbf31..032bb47 100644
--- a/dbus/dbus-gtool-test.h
+++ b/dbus/dbus-gtool-test.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 Red Hat Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gtype-specialized-priv.h b/dbus/dbus-gtype-specialized-priv.h
index c80ebfc..7e55ced 100644
--- a/dbus/dbus-gtype-specialized-priv.h
+++ b/dbus/dbus-gtype-specialized-priv.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2009 Collabora Ltd.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gtype-specialized.c b/dbus/dbus-gtype-specialized.c
index 46fdef8..5b3d166 100644
--- a/dbus/dbus-gtype-specialized.c
+++ b/dbus/dbus-gtype-specialized.c
@@ -4,6 +4,8 @@
* Copyright (C) 2005 Red Hat, Inc.
* Copyright (C) 2007 Codethink Ltd.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gtype-specialized.h b/dbus/dbus-gtype-specialized.h
index e40cdc7..26b4e1f 100644
--- a/dbus/dbus-gtype-specialized.h
+++ b/dbus/dbus-gtype-specialized.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gutils.c b/dbus/dbus-gutils.c
index f70c760..b71d727 100644
--- a/dbus/dbus-gutils.c
+++ b/dbus/dbus-gutils.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gutils.h b/dbus/dbus-gutils.h
index 8468a55..4889a7b 100644
--- a/dbus/dbus-gutils.h
+++ b/dbus/dbus-gutils.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gvalue-parse-variant.c b/dbus/dbus-gvalue-parse-variant.c
index 29c4336..23ec841 100644
--- a/dbus/dbus-gvalue-parse-variant.c
+++ b/dbus/dbus-gvalue-parse-variant.c
@@ -2,6 +2,8 @@
*
* Copyright © 2010 Collabora Ltd. <http://www.collabora.co.uk/>
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gvalue-parse-variant.h b/dbus/dbus-gvalue-parse-variant.h
index 9759972..22794a7 100644
--- a/dbus/dbus-gvalue-parse-variant.h
+++ b/dbus/dbus-gvalue-parse-variant.h
@@ -2,6 +2,8 @@
*
* Copyright © 2010 Collabora Ltd. <http://www.collabora.co.uk/>
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gvalue-utils.c b/dbus/dbus-gvalue-utils.c
index b517620..0a8b2f7 100644
--- a/dbus/dbus-gvalue-utils.c
+++ b/dbus/dbus-gvalue-utils.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gvalue-utils.h b/dbus/dbus-gvalue-utils.h
index 7f411fc..9f64131 100644
--- a/dbus/dbus-gvalue-utils.h
+++ b/dbus/dbus-gvalue-utils.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gvalue.c b/dbus/dbus-gvalue.c
index fc3d78c..5bb2b19 100644
--- a/dbus/dbus-gvalue.c
+++ b/dbus/dbus-gvalue.c
@@ -4,6 +4,8 @@
* Copyright (C) 2004 Ximian, Inc.
* Copyright (C) 2005 Red Hat, Inc.
*
+ * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later
+ *
* Licensed under the Academic Free License version 2.1
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dbus/dbus-gvalue.h b/dbus/dbus-gvalue.h
index 35e05be..7a90b1c 100644
--- a/dbus/dbus-gvalue.h
+++ b/dbus/dbus-gvalue.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#ifndef DBUS_GOBJECT_VALUE_H
#define DBUS_GOBJECT_VALUE_H
diff --git a/dbus/examples/example-client.c b/dbus/examples/example-client.c
index fe310fd..4c6744c 100644
--- a/dbus/examples/example-client.c
+++ b/dbus/examples/example-client.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include <dbus/dbus-glib.h>
diff --git a/dbus/examples/example-service.c b/dbus/examples/example-service.c
index 19d2efd..28ee660 100644
--- a/dbus/examples/example-service.c
+++ b/dbus/examples/example-service.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include <dbus/dbus-glib.h>
diff --git a/dbus/examples/example-signal-emitter.c b/dbus/examples/example-signal-emitter.c
index 0693dff..0a17272 100644
--- a/dbus/examples/example-signal-emitter.c
+++ b/dbus/examples/example-signal-emitter.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include <dbus/dbus-glib.h>
diff --git a/dbus/examples/example-signal-recipient.c b/dbus/examples/example-signal-recipient.c
index 0ebd2d0..5c6dc99 100644
--- a/dbus/examples/example-signal-recipient.c
+++ b/dbus/examples/example-signal-recipient.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include <dbus/dbus-glib.h>
diff --git a/dbus/examples/statemachine/statemachine-client.c b/dbus/examples/statemachine/statemachine-client.c
index f0b0457..6bdaafa 100644
--- a/dbus/examples/statemachine/statemachine-client.c
+++ b/dbus/examples/statemachine/statemachine-client.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include <dbus/dbus-glib.h>
diff --git a/dbus/examples/statemachine/statemachine-server.c b/dbus/examples/statemachine/statemachine-server.c
index b92cb0e..5f85d3f 100644
--- a/dbus/examples/statemachine/statemachine-server.c
+++ b/dbus/examples/statemachine/statemachine-server.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include <dbus/dbus-glib.h>
diff --git a/dbus/examples/statemachine/statemachine-server.h b/dbus/examples/statemachine/statemachine-server.h
index 360be3a..9b9e140 100644
--- a/dbus/examples/statemachine/statemachine-server.h
+++ b/dbus/examples/statemachine/statemachine-server.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#ifndef _SM_SERVER_H
#define _SM_SERVER_H
diff --git a/dbus/examples/statemachine/statemachine.c b/dbus/examples/statemachine/statemachine.c
index 239d38c..f0bb285 100644
--- a/dbus/examples/statemachine/statemachine.c
+++ b/dbus/examples/statemachine/statemachine.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#include <config.h>
#include <stdio.h>
diff --git a/dbus/examples/statemachine/statemachine.h b/dbus/examples/statemachine/statemachine.h
index ac6047b..b4cff02 100644
--- a/dbus/examples/statemachine/statemachine.h
+++ b/dbus/examples/statemachine/statemachine.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later */
+
#ifndef _SM_OBJECT_H
#define _SM_OBJECT_H