summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2023-01-02 15:31:43 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2023-01-04 07:53:44 +0000
commit2dee5236088bcf690ba92b743a584720b8cb6f55 (patch)
treed72fb0fa9bd62a11e0173657d8cef23c42dbdae6 /bus
parent53733fcc58ddc3ab4448c003360875cc2b0e4bd2 (diff)
downloaddbus-2dee5236088bcf690ba92b743a584720b8cb6f55.tar.gz
Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license
The full license texts are not added because they were already added in a previous commit. Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de> see #394
Diffstat (limited to 'bus')
-rw-r--r--bus/activation-exit-codes.h2
-rw-r--r--bus/activation-helper-bin.c2
-rw-r--r--bus/activation-helper.c2
-rw-r--r--bus/activation-helper.h2
-rw-r--r--bus/activation.c2
-rw-r--r--bus/activation.h2
-rw-r--r--bus/apparmor.c2
-rw-r--r--bus/apparmor.h2
-rw-r--r--bus/audit.c2
-rw-r--r--bus/audit.h2
-rw-r--r--bus/bus.c2
-rw-r--r--bus/bus.h2
-rw-r--r--bus/config-loader-expat.c2
-rw-r--r--bus/config-parser-common.c2
-rw-r--r--bus/config-parser-common.h2
-rw-r--r--bus/config-parser-trivial.c2
-rw-r--r--bus/config-parser-trivial.h2
-rw-r--r--bus/config-parser.c2
-rw-r--r--bus/config-parser.h2
-rw-r--r--bus/connection.c2
-rw-r--r--bus/connection.h2
-rw-r--r--bus/containers.c2
-rw-r--r--bus/containers.h2
-rw-r--r--bus/desktop-file.c2
-rw-r--r--bus/desktop-file.h2
-rw-r--r--bus/dir-watch-default.c2
-rw-r--r--bus/dir-watch-inotify.c2
-rw-r--r--bus/dir-watch-kqueue.c2
-rw-r--r--bus/dir-watch.h2
-rw-r--r--bus/dispatch.c2
-rw-r--r--bus/dispatch.h2
-rw-r--r--bus/driver.c2
-rw-r--r--bus/driver.h2
-rw-r--r--bus/expirelist.c2
-rw-r--r--bus/expirelist.h2
-rw-r--r--bus/main.c2
-rw-r--r--bus/policy.c2
-rw-r--r--bus/policy.h2
-rw-r--r--bus/selinux.c2
-rw-r--r--bus/selinux.h2
-rw-r--r--bus/services.c2
-rw-r--r--bus/services.h2
-rw-r--r--bus/signals.c2
-rw-r--r--bus/signals.h2
-rw-r--r--bus/stats.c2
-rw-r--r--bus/stats.h2
-rw-r--r--bus/test.c2
-rw-r--r--bus/test.h2
-rw-r--r--bus/utils.c2
-rw-r--r--bus/utils.h2
50 files changed, 100 insertions, 0 deletions
diff --git a/bus/activation-exit-codes.h b/bus/activation-exit-codes.h
index ffedb86b..0a093372 100644
--- a/bus/activation-exit-codes.h
+++ b/bus/activation-exit-codes.h
@@ -4,6 +4,8 @@
*
* Copyright (C) 2007 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/bus/activation-helper-bin.c b/bus/activation-helper-bin.c
index 0446ee23..cefc8d33 100644
--- a/bus/activation-helper-bin.c
+++ b/bus/activation-helper-bin.c
@@ -4,6 +4,8 @@
*
* Copyright (C) 2007 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/bus/activation-helper.c b/bus/activation-helper.c
index df0472ce..1b640cfb 100644
--- a/bus/activation-helper.c
+++ b/bus/activation-helper.c
@@ -4,6 +4,8 @@
*
* Copyright (C) 2007 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/bus/activation-helper.h b/bus/activation-helper.h
index 4b85ccb0..d5bc7ef8 100644
--- a/bus/activation-helper.h
+++ b/bus/activation-helper.h
@@ -4,6 +4,8 @@
*
* Copyright (C) 2007 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/bus/activation.c b/bus/activation.c
index 48a44a30..68cbaae1 100644
--- a/bus/activation.c
+++ b/bus/activation.c
@@ -5,6 +5,8 @@
* Copyright (C) 2003 Red Hat, Inc.
* Copyright (C) 2004 Imendio HB
*
+ * 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/bus/activation.h b/bus/activation.h
index 7ae8ade9..e9f102af 100644
--- a/bus/activation.h
+++ b/bus/activation.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 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/bus/apparmor.c b/bus/apparmor.c
index 985f5e9f..fe6cb305 100644
--- a/bus/apparmor.c
+++ b/bus/apparmor.c
@@ -5,6 +5,8 @@
*
* Copyright © 2014-2015 Canonical, 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/bus/apparmor.h b/bus/apparmor.h
index ed465f71..9c3356f3 100644
--- a/bus/apparmor.h
+++ b/bus/apparmor.h
@@ -5,6 +5,8 @@
* Tyler Hicks <tyhicks@canonical.com>
* Based on: selinux.h by Matthew Rickard
*
+ * 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/bus/audit.c b/bus/audit.c
index 9bfe456a..7287c61b 100644
--- a/bus/audit.c
+++ b/bus/audit.c
@@ -6,6 +6,8 @@
* Copyright © 2014-2015 Canonical, Ltd.
* Copyright © 2015 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/bus/audit.h b/bus/audit.h
index e17016f3..dd41577c 100644
--- a/bus/audit.h
+++ b/bus/audit.h
@@ -1,6 +1,8 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* audit.h - libaudit integration for SELinux and AppArmor
*
+ * 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/bus/bus.c b/bus/bus.c
index 9003860e..26fdba4b 100644
--- a/bus/bus.c
+++ b/bus/bus.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/bus/bus.h b/bus/bus.h
index b4411180..4aec1659 100644
--- a/bus/bus.h
+++ b/bus/bus.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/bus/config-loader-expat.c b/bus/config-loader-expat.c
index 6cbd37eb..36cdef96 100644
--- a/bus/config-loader-expat.c
+++ b/bus/config-loader-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/bus/config-parser-common.c b/bus/config-parser-common.c
index 627c9013..12a01b47 100644
--- a/bus/config-parser-common.c
+++ b/bus/config-parser-common.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2007 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/bus/config-parser-common.h b/bus/config-parser-common.h
index 1c601e97..be55bcd9 100644
--- a/bus/config-parser-common.h
+++ b/bus/config-parser-common.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2007 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/bus/config-parser-trivial.c b/bus/config-parser-trivial.c
index a2174556..2325ac62 100644
--- a/bus/config-parser-trivial.c
+++ b/bus/config-parser-trivial.c
@@ -4,6 +4,8 @@
*
* Copyright (C) 2003, 2004, 2007 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/bus/config-parser-trivial.h b/bus/config-parser-trivial.h
index ffd7d12e..32bf21bc 100644
--- a/bus/config-parser-trivial.h
+++ b/bus/config-parser-trivial.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/bus/config-parser.c b/bus/config-parser.c
index 2d2a7ccd..de9a1398 100644
--- a/bus/config-parser.c
+++ b/bus/config-parser.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/bus/config-parser.h b/bus/config-parser.h
index 7f4d2f47..6c05a073 100644
--- a/bus/config-parser.h
+++ b/bus/config-parser.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/bus/connection.c b/bus/connection.c
index add1c8b8..a41b790b 100644
--- a/bus/connection.c
+++ b/bus/connection.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/bus/connection.h b/bus/connection.h
index a48ab46b..0ce60d11 100644
--- a/bus/connection.h
+++ b/bus/connection.h
@@ -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/bus/containers.c b/bus/containers.c
index 1a95a4a5..470177c0 100644
--- a/bus/containers.c
+++ b/bus/containers.c
@@ -2,6 +2,8 @@
*
* Copyright © 2017 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/bus/containers.h b/bus/containers.h
index 7046bcbc..842a43f4 100644
--- a/bus/containers.h
+++ b/bus/containers.h
@@ -2,6 +2,8 @@
*
* Copyright © 2017 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/bus/desktop-file.c b/bus/desktop-file.c
index b8491146..010e20b3 100644
--- a/bus/desktop-file.c
+++ b/bus/desktop-file.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003 CodeFactory AB
* 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/bus/desktop-file.h b/bus/desktop-file.h
index 82c7e269..7caa3fd3 100644
--- a/bus/desktop-file.h
+++ b/bus/desktop-file.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 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/bus/dir-watch-default.c b/bus/dir-watch-default.c
index c123817b..c476e496 100644
--- a/bus/dir-watch-default.c
+++ b/bus/dir-watch-default.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/bus/dir-watch-inotify.c b/bus/dir-watch-inotify.c
index 9beadb0e..c8462c74 100644
--- a/bus/dir-watch-inotify.c
+++ b/bus/dir-watch-inotify.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003 Red Hat, Inc.
* (c) 2006 Mandriva
*
+ * 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/bus/dir-watch-kqueue.c b/bus/dir-watch-kqueue.c
index a4ed7ca5..b419606e 100644
--- a/bus/dir-watch-kqueue.c
+++ b/bus/dir-watch-kqueue.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/bus/dir-watch.h b/bus/dir-watch.h
index 537d2d1d..c0acefaa 100644
--- a/bus/dir-watch.h
+++ b/bus/dir-watch.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/bus/dispatch.c b/bus/dispatch.c
index c7803b42..9bfdf795 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -5,6 +5,8 @@
* Copyright (C) 2003, 2004, 2005 Red Hat, Inc.
* Copyright (C) 2004 Imendio HB
*
+ * 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/bus/dispatch.h b/bus/dispatch.h
index 32093dcb..befe4c1b 100644
--- a/bus/dispatch.h
+++ b/bus/dispatch.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 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/bus/driver.c b/bus/driver.c
index 8ea2955b..b1d34f68 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003 CodeFactory AB
* Copyright (C) 2003, 2004, 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/bus/driver.h b/bus/driver.h
index d9d6d20d..2c03a4ae 100644
--- a/bus/driver.h
+++ b/bus/driver.h
@@ -3,6 +3,8 @@
*
* Copyright (C) 2003 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/bus/expirelist.c b/bus/expirelist.c
index 77dbf718..684387ca 100644
--- a/bus/expirelist.c
+++ b/bus/expirelist.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/bus/expirelist.h b/bus/expirelist.h
index 887cb97b..456cff71 100644
--- a/bus/expirelist.h
+++ b/bus/expirelist.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/bus/main.c b/bus/main.c
index ddd9d952..c1ae5e72 100644
--- a/bus/main.c
+++ b/bus/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/bus/policy.c b/bus/policy.c
index 74cb41bd..8c59cf0c 100644
--- a/bus/policy.c
+++ b/bus/policy.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/bus/policy.h b/bus/policy.h
index df59d090..482f5fe4 100644
--- a/bus/policy.h
+++ b/bus/policy.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/bus/selinux.c b/bus/selinux.c
index 42017e7a..359f69a7 100644
--- a/bus/selinux.c
+++ b/bus/selinux.c
@@ -3,6 +3,8 @@
*
* Author: Matthew Rickard <mjricka@epoch.ncsc.mil>
*
+ * 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/bus/selinux.h b/bus/selinux.h
index 471f2629..22d63caf 100644
--- a/bus/selinux.h
+++ b/bus/selinux.h
@@ -2,6 +2,8 @@
*
* Author: Matthew Rickard <mjricka@epoch.ncsc.mil>
*
+ * 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/bus/services.c b/bus/services.c
index cd2fb1c4..8a2bb61a 100644
--- a/bus/services.c
+++ b/bus/services.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003 Red Hat, Inc.
* Copyright (C) 2003 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/bus/services.h b/bus/services.h
index 962db904..0a56b851 100644
--- a/bus/services.h
+++ b/bus/services.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/bus/signals.c b/bus/signals.c
index d7314878..10230b3a 100644
--- a/bus/signals.c
+++ b/bus/signals.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/bus/signals.h b/bus/signals.h
index 027e921c..fd90d81c 100644
--- a/bus/signals.h
+++ b/bus/signals.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/bus/stats.c b/bus/stats.c
index 15822556..dacbd186 100644
--- a/bus/stats.c
+++ b/bus/stats.c
@@ -3,6 +3,8 @@
* Copyright © 2011-2012 Nokia Corporation
* Copyright © 2012-2013 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/bus/stats.h b/bus/stats.h
index dcb022c4..ce283961 100644
--- a/bus/stats.h
+++ b/bus/stats.h
@@ -1,5 +1,7 @@
/* stats.h - statistics from the bus driver
*
+ * 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/bus/test.c b/bus/test.c
index 8d413fb5..6c9e62c1 100644
--- a/bus/test.c
+++ b/bus/test.c
@@ -5,6 +5,8 @@
* Copyright 2011 Collabora Ltd.
* Copyright 2018 Laurent Bigonville
*
+ * 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/bus/test.h b/bus/test.h
index a6658cab..3a4fab47 100644
--- a/bus/test.h
+++ b/bus/test.h
@@ -6,6 +6,8 @@
* Copyright 2009 Lennart Poettering
* Copyright 2018 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/bus/utils.c b/bus/utils.c
index 1972b756..922c8e0f 100644
--- a/bus/utils.c
+++ b/bus/utils.c
@@ -4,6 +4,8 @@
* Copyright (C) 2003 CodeFactory AB
* 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/bus/utils.h b/bus/utils.h
index 30d7e0f8..5657e4f4 100644
--- a/bus/utils.h
+++ b/bus/utils.h
@@ -4,6 +4,8 @@
* Copyright (C) 2003 CodeFactory AB
* 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