From: Ralf Habacker Date: Mon, 2 Jan 2023 14:31:43 +0000 (+0100) Subject: Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license X-Git-Tag: dbus-1.15.4~14^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dee5236088bcf690ba92b743a584720b8cb6f55;p=thirdparty%2Fdbus.git 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 see #394 --- diff --git a/bus/activation-exit-codes.h b/bus/activation-exit-codes.h index ffedb86b4..0a0933722 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 0446ee23e..cefc8d330 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 df0472ce3..1b640cfb8 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 4b85ccb09..d5bc7ef81 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 48a44a306..68cbaae17 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 7ae8ade9d..e9f102af4 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 985f5e9fd..fe6cb3053 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 ed465f711..9c3356f31 100644 --- a/bus/apparmor.h +++ b/bus/apparmor.h @@ -5,6 +5,8 @@ * Tyler Hicks * 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 9bfe456a1..7287c61be 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 e17016f3b..dd41577c4 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 9003860e2..26fdba4bc 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 b44111809..4aec16599 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 6cbd37eb1..36cdef969 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 627c9013b..12a01b47d 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 1c601e97e..be55bcd99 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 a21745569..2325ac62b 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 ffd7d12e7..32bf21bcf 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 2d2a7ccd0..de9a1398d 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 7f4d2f470..6c05a073f 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 add1c8b82..a41b790b2 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 a48ab46bb..0ce60d111 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 1a95a4a59..470177c09 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 7046bcbc3..842a43f47 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 b84911468..010e20b36 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 82c7e2691..7caa3fd3e 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 c123817b0..c476e4966 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 9beadb0ec..c8462c74f 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 a4ed7ca58..b419606e3 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 537d2d1d2..c0acefaac 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 c7803b42a..9bfdf7953 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 32093dcb7..befe4c1b1 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 8ea2955b0..b1d34f683 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 d9d6d20d2..2c03a4aea 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 77dbf718a..684387cab 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 887cb97b0..456cff716 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 ddd9d9521..c1ae5e726 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 74cb41bd2..8c59cf0c8 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 df59d0904..482f5fe48 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 42017e7a0..359f69a76 100644 --- a/bus/selinux.c +++ b/bus/selinux.c @@ -3,6 +3,8 @@ * * Author: 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/selinux.h b/bus/selinux.h index 471f2629c..22d63cafb 100644 --- a/bus/selinux.h +++ b/bus/selinux.h @@ -2,6 +2,8 @@ * * Author: 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/services.c b/bus/services.c index cd2fb1c43..8a2bb61a4 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 962db904d..0a56b851f 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 d7314878e..10230b3a1 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 027e921c1..fd90d81c5 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 158225565..dacbd1862 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 dcb022c48..ce283961e 100644 --- a/bus/stats.h +++ b/bus/stats.h @@ -1,4 +1,6 @@ /* 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 * diff --git a/bus/test.c b/bus/test.c index 8d413fb58..6c9e62c11 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 a6658cab0..3a4fab479 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 1972b7560..922c8e0f6 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 30d7e0f8e..5657e4f4a 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 diff --git a/dbus/dbus-address.c b/dbus/dbus-address.c index 0eafdb2a2..1093d7d1e 100644 --- a/dbus/dbus-address.c +++ b/dbus/dbus-address.c @@ -6,6 +6,8 @@ * Copyright (C) 2007 Ralf Habacker * Copyright (C) 2013 Chengwei Yang / Intel * + * 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-address.h b/dbus/dbus-address.h index 30df44636..c0303430f 100644 --- a/dbus/dbus-address.h +++ b/dbus/dbus-address.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/dbus/dbus-asv-util.c b/dbus/dbus-asv-util.c index 31cc10ae4..ace8f5030 100644 --- a/dbus/dbus-asv-util.c +++ b/dbus/dbus-asv-util.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/dbus/dbus-asv-util.h b/dbus/dbus-asv-util.h index f717ae9a8..da1ef25bd 100644 --- a/dbus/dbus-asv-util.h +++ b/dbus/dbus-asv-util.h @@ -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/dbus/dbus-auth.c b/dbus/dbus-auth.c index d4faa7376..bcb612a8c 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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-auth.h b/dbus/dbus-auth.h index 96a8a17cc..4612d5a83 100644 --- a/dbus/dbus-auth.h +++ b/dbus/dbus-auth.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-bus.c b/dbus/dbus-bus.c index 35fc135e6..f0c790df9 100644 --- a/dbus/dbus-bus.c +++ b/dbus/dbus-bus.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/dbus/dbus-bus.h b/dbus/dbus-bus.h index c4c602ab2..31ade9a6d 100644 --- a/dbus/dbus-bus.h +++ b/dbus/dbus-bus.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/dbus/dbus-connection-internal.h b/dbus/dbus-connection-internal.h index de4e55b1c..912b546ea 100644 --- a/dbus/dbus-connection-internal.h +++ b/dbus/dbus-connection-internal.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-connection.c b/dbus/dbus-connection.c index 5841d8174..105bdf4e7 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002-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 diff --git a/dbus/dbus-connection.h b/dbus/dbus-connection.h index 5d9f244dd..b79fda838 100644 --- a/dbus/dbus-connection.h +++ b/dbus/dbus-connection.h @@ -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-credentials.c b/dbus/dbus-credentials.c index 79f0c770f..d932865e3 100644 --- a/dbus/dbus-credentials.c +++ b/dbus/dbus-credentials.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/dbus/dbus-credentials.h b/dbus/dbus-credentials.h index 92a469f05..6da0d1ae8 100644 --- a/dbus/dbus-credentials.h +++ b/dbus/dbus-credentials.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/dbus/dbus-dataslot.c b/dbus/dbus-dataslot.c index a4503a294..776f9278a 100644 --- a/dbus/dbus-dataslot.c +++ b/dbus/dbus-dataslot.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-dataslot.h b/dbus/dbus-dataslot.h index dccf6f45f..08322c1c3 100644 --- a/dbus/dbus-dataslot.h +++ b/dbus/dbus-dataslot.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-errors.c b/dbus/dbus-errors.c index 0f228dc12..24e54a829 100644 --- a/dbus/dbus-errors.c +++ b/dbus/dbus-errors.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2004 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/dbus/dbus-errors.h b/dbus/dbus-errors.h index 945ddb4c4..003f583b4 100644 --- a/dbus/dbus-errors.h +++ b/dbus/dbus-errors.h @@ -4,6 +4,8 @@ * Copyright (C) 2002 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/dbus/dbus-file-unix.c b/dbus/dbus-file-unix.c index dd7cfbada..6da44504b 100644 --- a/dbus/dbus-file-unix.c +++ b/dbus/dbus-file-unix.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-file-win.c b/dbus/dbus-file-win.c index 5385f856d..a17e08699 100644 --- a/dbus/dbus-file-win.c +++ b/dbus/dbus-file-win.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-file.c b/dbus/dbus-file.c index c0eb1acae..5b122189c 100644 --- a/dbus/dbus-file.c +++ b/dbus/dbus-file.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-file.h b/dbus/dbus-file.h index eb1496568..90fc52951 100644 --- a/dbus/dbus-file.h +++ b/dbus/dbus-file.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 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/dbus/dbus-hash.h b/dbus/dbus-hash.h index dc36633a7..290fb1a2b 100644 --- a/dbus/dbus-hash.h +++ b/dbus/dbus-hash.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-init-win.cpp b/dbus/dbus-init-win.cpp index 687f248ca..3464c88f6 100644 --- a/dbus/dbus-init-win.cpp +++ b/dbus/dbus-init-win.cpp @@ -3,6 +3,8 @@ * * Copyright © 2013 Intel Corporation * + * 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-internals.c b/dbus/dbus-internals.c index 3e578eb50..036353294 100644 --- a/dbus/dbus-internals.c +++ b/dbus/dbus-internals.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-internals.h b/dbus/dbus-internals.h index 4643053b9..cc98c92aa 100644 --- a/dbus/dbus-internals.h +++ b/dbus/dbus-internals.h @@ -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-keyring.c b/dbus/dbus-keyring.c index d2df3d86c..9dd453104 100644 --- a/dbus/dbus-keyring.c +++ b/dbus/dbus-keyring.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-keyring.h b/dbus/dbus-keyring.h index e7b2de830..fe122b8e5 100644 --- a/dbus/dbus-keyring.h +++ b/dbus/dbus-keyring.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-list.c b/dbus/dbus-list.c index d3ca20f7d..b3b76c751 100644 --- a/dbus/dbus-list.c +++ b/dbus/dbus-list.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-list.h b/dbus/dbus-list.h index f59a4a237..49217df2d 100644 --- a/dbus/dbus-list.h +++ b/dbus/dbus-list.h @@ -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-macros.h b/dbus/dbus-macros.h index 2dd9fcd38..5ca7bf0a9 100644 --- a/dbus/dbus-macros.h +++ b/dbus/dbus-macros.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-mainloop.c b/dbus/dbus-mainloop.c index ffc692fbb..3bfc0e9b8 100644 --- a/dbus/dbus-mainloop.c +++ b/dbus/dbus-mainloop.c @@ -4,6 +4,8 @@ * Copyright © 2003, 2004 Red Hat, Inc. * Copyright © 2011 Nokia Corporation * + * 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-mainloop.h b/dbus/dbus-mainloop.h index 40350977e..4d5994fbf 100644 --- a/dbus/dbus-mainloop.h +++ b/dbus/dbus-mainloop.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-marshal-basic.c b/dbus/dbus-marshal-basic.c index 1f5d54a4e..64d68daea 100644 --- a/dbus/dbus-marshal-basic.c +++ b/dbus/dbus-marshal-basic.c @@ -4,6 +4,8 @@ * Copyright (C) 2002 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/dbus/dbus-marshal-basic.h b/dbus/dbus-marshal-basic.h index 15971b329..48b90d6ad 100644 --- a/dbus/dbus-marshal-basic.h +++ b/dbus/dbus-marshal-basic.h @@ -4,6 +4,8 @@ * Copyright (C) 2002 CodeFactory AB * Copyright (C) 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/dbus/dbus-marshal-byteswap.c b/dbus/dbus-marshal-byteswap.c index 9dd1246f9..1aea5d077 100644 --- a/dbus/dbus-marshal-byteswap.c +++ b/dbus/dbus-marshal-byteswap.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-marshal-byteswap.h b/dbus/dbus-marshal-byteswap.h index f66f2e216..b64ba385b 100644 --- a/dbus/dbus-marshal-byteswap.h +++ b/dbus/dbus-marshal-byteswap.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-marshal-header.c b/dbus/dbus-marshal-header.c index b2461749c..30636d79e 100644 --- a/dbus/dbus-marshal-header.c +++ b/dbus/dbus-marshal-header.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-marshal-header.h b/dbus/dbus-marshal-header.h index b838e0394..c59033adf 100644 --- a/dbus/dbus-marshal-header.h +++ b/dbus/dbus-marshal-header.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-marshal-recursive.c b/dbus/dbus-marshal-recursive.c index 6aa513cfc..a85aabd89 100644 --- a/dbus/dbus-marshal-recursive.c +++ b/dbus/dbus-marshal-recursive.c @@ -3,6 +3,8 @@ * * Copyright (C) 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/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h index 5822e058f..4aa61ba18 100644 --- a/dbus/dbus-marshal-recursive.h +++ b/dbus/dbus-marshal-recursive.h @@ -3,6 +3,8 @@ * * Copyright (C) 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/dbus/dbus-marshal-validate.c b/dbus/dbus-marshal-validate.c index c2f7030e1..53378b619 100644 --- a/dbus/dbus-marshal-validate.c +++ b/dbus/dbus-marshal-validate.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-marshal-validate.h b/dbus/dbus-marshal-validate.h index bc7c8174c..94737872c 100644 --- a/dbus/dbus-marshal-validate.h +++ b/dbus/dbus-marshal-validate.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-memory.c b/dbus/dbus-memory.c index ce177bea7..be7e4ef6b 100644 --- a/dbus/dbus-memory.c +++ b/dbus/dbus-memory.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-memory.h b/dbus/dbus-memory.h index 4dcf2f92f..5b5a41e16 100644 --- a/dbus/dbus-memory.h +++ b/dbus/dbus-memory.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-mempool.c b/dbus/dbus-mempool.c index dc0b44673..5bc4a97b6 100644 --- a/dbus/dbus-mempool.c +++ b/dbus/dbus-mempool.c @@ -5,6 +5,8 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2011-2012 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-mempool.h b/dbus/dbus-mempool.h index 8ec3acd5e..fe7efd1d3 100644 --- a/dbus/dbus-mempool.h +++ b/dbus/dbus-mempool.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-message-internal.h b/dbus/dbus-message-internal.h index adc07f98b..55f473f49 100644 --- a/dbus/dbus-message-internal.h +++ b/dbus/dbus-message-internal.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-message-private.h b/dbus/dbus-message-private.h index fed06ce03..eb52f44fc 100644 --- a/dbus/dbus-message-private.h +++ b/dbus/dbus-message-private.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-message-util.c b/dbus/dbus-message-util.c index be8b63d4a..f48f8625c 100644 --- a/dbus/dbus-message-util.c +++ b/dbus/dbus-message-util.c @@ -3,6 +3,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/dbus/dbus-message.c b/dbus/dbus-message.c index b43d5f751..d82e335eb 100644 --- a/dbus/dbus-message.c +++ b/dbus/dbus-message.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2004, 2005 Red Hat Inc. * Copyright (C) 2002, 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/dbus/dbus-message.h b/dbus/dbus-message.h index 931917f56..0bbad3d18 100644 --- a/dbus/dbus-message.h +++ b/dbus/dbus-message.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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-misc.c b/dbus/dbus-misc.c index 67a28403f..0f6c2e6d5 100644 --- a/dbus/dbus-misc.c +++ b/dbus/dbus-misc.c @@ -3,6 +3,8 @@ * * Copyright (C) 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 diff --git a/dbus/dbus-misc.h b/dbus/dbus-misc.h index ff2a7e4b2..3442ab784 100644 --- a/dbus/dbus-misc.h +++ b/dbus/dbus-misc.h @@ -3,6 +3,8 @@ * * Copyright (C) 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 diff --git a/dbus/dbus-nonce.c b/dbus/dbus-nonce.c index c6e0a0864..5ac9a0132 100644 --- a/dbus/dbus-nonce.c +++ b/dbus/dbus-nonce.c @@ -3,6 +3,8 @@ * * Copyright (C) 2009 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.net * + * 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-nonce.h b/dbus/dbus-nonce.h index bf32af80f..d26dc3976 100644 --- a/dbus/dbus-nonce.h +++ b/dbus/dbus-nonce.h @@ -3,6 +3,8 @@ * * Copyright (C) 2009 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.net * + * 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-object-tree.c b/dbus/dbus-object-tree.c index 6038a63c3..bb7d5479f 100644 --- a/dbus/dbus-object-tree.c +++ b/dbus/dbus-object-tree.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-object-tree.h b/dbus/dbus-object-tree.h index 1cba2a04e..245f93361 100644 --- a/dbus/dbus-object-tree.h +++ b/dbus/dbus-object-tree.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-pending-call-internal.h b/dbus/dbus-pending-call-internal.h index dc53003d9..a37349373 100644 --- a/dbus/dbus-pending-call-internal.h +++ b/dbus/dbus-pending-call-internal.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-pending-call.c b/dbus/dbus-pending-call.c index 84fdcb580..f0b39d903 100644 --- a/dbus/dbus-pending-call.c +++ b/dbus/dbus-pending-call.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-pending-call.h b/dbus/dbus-pending-call.h index f5122f197..3539a1f24 100644 --- a/dbus/dbus-pending-call.h +++ b/dbus/dbus-pending-call.h @@ -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-pipe-unix.c b/dbus/dbus-pipe-unix.c index cbf793fb0..314c7293d 100644 --- a/dbus/dbus-pipe-unix.c +++ b/dbus/dbus-pipe-unix.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-pipe-win.c b/dbus/dbus-pipe-win.c index f12e834a7..5667ad913 100644 --- a/dbus/dbus-pipe-win.c +++ b/dbus/dbus-pipe-win.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-pipe.c b/dbus/dbus-pipe.c index c9b78c7e9..f1fb19ff3 100644 --- a/dbus/dbus-pipe.c +++ b/dbus/dbus-pipe.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-pipe.h b/dbus/dbus-pipe.h index a0ff072b4..1e579aa41 100644 --- a/dbus/dbus-pipe.h +++ b/dbus/dbus-pipe.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 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/dbus/dbus-pollable-set-epoll.c b/dbus/dbus-pollable-set-epoll.c index 7bd200b3f..24f009358 100644 --- a/dbus/dbus-pollable-set-epoll.c +++ b/dbus/dbus-pollable-set-epoll.c @@ -3,6 +3,8 @@ * * Copyright © 2011 Nokia Corporation * + * 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-pollable-set-poll.c b/dbus/dbus-pollable-set-poll.c index 24c2c9610..46a31fc27 100644 --- a/dbus/dbus-pollable-set-poll.c +++ b/dbus/dbus-pollable-set-poll.c @@ -3,6 +3,8 @@ * * Copyright © 2011 Nokia Corporation * + * 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-pollable-set.c b/dbus/dbus-pollable-set.c index e3aaedc59..862ae25a6 100644 --- a/dbus/dbus-pollable-set.c +++ b/dbus/dbus-pollable-set.c @@ -4,6 +4,8 @@ * * Copyright © 2011 Nokia Corporation * + * 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-pollable-set.h b/dbus/dbus-pollable-set.h index b92d776ab..5335cdfcf 100644 --- a/dbus/dbus-pollable-set.h +++ b/dbus/dbus-pollable-set.h @@ -4,6 +4,8 @@ * * Copyright © 2011 Nokia Corporation * + * 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-protocol.h b/dbus/dbus-protocol.h index b3db8c611..33e39df31 100644 --- a/dbus/dbus-protocol.h +++ b/dbus/dbus-protocol.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003 CodeFactory AB * Copyright (C) 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/dbus/dbus-resources.c b/dbus/dbus-resources.c index 9ed663ad5..782cb4528 100644 --- a/dbus/dbus-resources.c +++ b/dbus/dbus-resources.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-resources.h b/dbus/dbus-resources.h index 9ac4d334c..4c7342ee8 100644 --- a/dbus/dbus-resources.h +++ b/dbus/dbus-resources.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-server-debug-pipe.c b/dbus/dbus-server-debug-pipe.c index 4f9f4ffbc..bf91939a7 100644 --- a/dbus/dbus-server-debug-pipe.c +++ b/dbus/dbus-server-debug-pipe.c @@ -4,6 +4,8 @@ * Copyright (C) 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-server-debug-pipe.h b/dbus/dbus-server-debug-pipe.h index 684903917..4284dc574 100644 --- a/dbus/dbus-server-debug-pipe.h +++ b/dbus/dbus-server-debug-pipe.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 diff --git a/dbus/dbus-server-protected.h b/dbus/dbus-server-protected.h index d9254f47d..d5aee1509 100644 --- a/dbus/dbus-server-protected.h +++ b/dbus/dbus-server-protected.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-server-socket.c b/dbus/dbus-server-socket.c index 56cab0b50..5dc1b54eb 100644 --- a/dbus/dbus-server-socket.c +++ b/dbus/dbus-server-socket.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 2003, 2004, 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 diff --git a/dbus/dbus-server-socket.h b/dbus/dbus-server-socket.h index 64a51dc26..31b086e8c 100644 --- a/dbus/dbus-server-socket.h +++ b/dbus/dbus-server-socket.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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 diff --git a/dbus/dbus-server-unix.c b/dbus/dbus-server-unix.c index 3a0a75cdd..dd1cb5256 100644 --- a/dbus/dbus-server-unix.c +++ b/dbus/dbus-server-unix.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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-server-win.c b/dbus/dbus-server-win.c index 890ee3288..af0b697ef 100644 --- a/dbus/dbus-server-win.c +++ b/dbus/dbus-server-win.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2004 Red Hat Inc. * Copyright (C) 2007 Ralf Habacker * + * 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-server-win.h b/dbus/dbus-server-win.h index df7bf0d1e..e690404d6 100644 --- a/dbus/dbus-server-win.h +++ b/dbus/dbus-server-win.h @@ -4,6 +4,8 @@ * Copyright (C) 2002 Red Hat Inc. * Copyright (C) 2007 Ralf Habacker * + * 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-server.c b/dbus/dbus-server.c index b58c4e751..27c314776 100644 --- a/dbus/dbus-server.c +++ b/dbus/dbus-server.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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/dbus/dbus-server.h b/dbus/dbus-server.h index 0d84f796a..1f8c59491 100644 --- a/dbus/dbus-server.h +++ b/dbus/dbus-server.h @@ -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-sha.h b/dbus/dbus-sha.h index 988cd5a9d..e0677844a 100644 --- a/dbus/dbus-sha.h +++ b/dbus/dbus-sha.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-shared.h b/dbus/dbus-shared.h index d6a3c9893..87c0bd846 100644 --- a/dbus/dbus-shared.h +++ b/dbus/dbus-shared.h @@ -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-shell.c b/dbus/dbus-shell.c index fb00523f9..50e8909c7 100644 --- a/dbus/dbus-shell.c +++ b/dbus/dbus-shell.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 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/dbus/dbus-shell.h b/dbus/dbus-shell.h index e6f6b5956..49eddc0b3 100644 --- a/dbus/dbus-shell.h +++ b/dbus/dbus-shell.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 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/dbus/dbus-signature.c b/dbus/dbus-signature.c index 01a456bc1..85d4fc497 100644 --- a/dbus/dbus-signature.c +++ b/dbus/dbus-signature.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-signature.h b/dbus/dbus-signature.h index c9571cd0f..a8a0486b1 100644 --- a/dbus/dbus-signature.h +++ b/dbus/dbus-signature.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-sockets-win.h b/dbus/dbus-sockets-win.h index 50d59a536..0924179c2 100644 --- a/dbus/dbus-sockets-win.h +++ b/dbus/dbus-sockets-win.h @@ -3,6 +3,8 @@ * * Copyright (C) 2005 Novell, 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-spawn-unix.c b/dbus/dbus-spawn-unix.c index fb5b4267d..0bf476bd8 100644 --- a/dbus/dbus-spawn-unix.c +++ b/dbus/dbus-spawn-unix.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2004 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/dbus/dbus-spawn-win.c b/dbus/dbus-spawn-win.c index c879688db..3b4bc0523 100644 --- a/dbus/dbus-spawn-win.c +++ b/dbus/dbus-spawn-win.c @@ -17,6 +17,8 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2005 Novell, 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-spawn.h b/dbus/dbus-spawn.h index 03458d0a5..56059b7ff 100644 --- a/dbus/dbus-spawn.h +++ b/dbus/dbus-spawn.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 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/dbus/dbus-string-private.h b/dbus/dbus-string-private.h index 0524849de..24e1e6107 100644 --- a/dbus/dbus-string-private.h +++ b/dbus/dbus-string-private.h @@ -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-string-util.c b/dbus/dbus-string-util.c index 5b4331024..2c627c17b 100644 --- a/dbus/dbus-string-util.c +++ b/dbus/dbus-string-util.c @@ -10,6 +10,8 @@ * Copyright 2011 Roberto Guido * Copyright 2016-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/dbus/dbus-string.c b/dbus/dbus-string.c index 1fecd6dd6..b3826fe1e 100644 --- a/dbus/dbus-string.c +++ b/dbus/dbus-string.c @@ -11,6 +11,8 @@ * Copyright 2011 Roberto Guido * Copyright 2013 Chengwei Yang / Intel * + * 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-string.h b/dbus/dbus-string.h index dc223c61d..4689154ff 100644 --- a/dbus/dbus-string.h +++ b/dbus/dbus-string.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003 Red Hat, Inc. * Copyright (C) 2006 Ralf Habacker * + * 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-syntax.c b/dbus/dbus-syntax.c index 7ef659cbc..288824fe4 100644 --- a/dbus/dbus-syntax.c +++ b/dbus/dbus-syntax.c @@ -4,6 +4,8 @@ * Author: Simon McVittie * Copyright © 2011 Nokia Corporation * + * 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-syntax.h b/dbus/dbus-syntax.h index daf20f06e..57459b17c 100644 --- a/dbus/dbus-syntax.h +++ b/dbus/dbus-syntax.h @@ -4,6 +4,8 @@ * Author: Simon McVittie * Copyright © 2011 Nokia Corporation * + * 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-sysdeps-pthread.c b/dbus/dbus-sysdeps-pthread.c index 3199e31d6..f9c25604e 100644 --- a/dbus/dbus-sysdeps-pthread.c +++ b/dbus/dbus-sysdeps-pthread.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 2003, 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 diff --git a/dbus/dbus-sysdeps-thread-win.c b/dbus/dbus-sysdeps-thread-win.c index c8f0b3089..482623062 100644 --- a/dbus/dbus-sysdeps-thread-win.c +++ b/dbus/dbus-sysdeps-thread-win.c @@ -3,6 +3,8 @@ * * Copyright (C) 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 diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c index 901c5c68d..dbc459ce2 100644 --- a/dbus/dbus-sysdeps-unix.c +++ b/dbus/dbus-sysdeps-unix.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-sysdeps-unix.h b/dbus/dbus-sysdeps-unix.h index 06614ecc6..b400cf868 100644 --- a/dbus/dbus-sysdeps-unix.h +++ b/dbus/dbus-sysdeps-unix.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-sysdeps-util-unix.c b/dbus/dbus-sysdeps-util-unix.c index baf6b8a2f..bda0198ba 100644 --- a/dbus/dbus-sysdeps-util-unix.c +++ b/dbus/dbus-sysdeps-util-unix.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2004, 2005 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/dbus/dbus-sysdeps-util-win.c b/dbus/dbus-sysdeps-util-win.c index c572fcd0b..12d7b369f 100644 --- a/dbus/dbus-sysdeps-util-win.c +++ b/dbus/dbus-sysdeps-util-win.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2004, 2005 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/dbus/dbus-sysdeps-util.c b/dbus/dbus-sysdeps-util.c index 66af910e6..a9ed47d66 100644 --- a/dbus/dbus-sysdeps-util.c +++ b/dbus/dbus-sysdeps-util.c @@ -7,6 +7,8 @@ * Copyright 2006 Sjoerd Simons * Copyright 2016-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/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 3e6bdfd6a..11064bb43 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -8,6 +8,8 @@ * Copyright (C) 2006 Christian Ehrlicher * Copyright (C) 2006-2021 Ralf Habacker * + * 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-sysdeps-win.h b/dbus/dbus-sysdeps-win.h index 5027f180f..be9cbe159 100644 --- a/dbus/dbus-sysdeps-win.h +++ b/dbus/dbus-sysdeps-win.h @@ -5,6 +5,8 @@ * Copyright (C) 2003 CodeFactory AB * Copyright (C) 2005 Novell, 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-sysdeps-wince-glue.c b/dbus/dbus-sysdeps-wince-glue.c index f35e4db29..182262c68 100644 --- a/dbus/dbus-sysdeps-wince-glue.c +++ b/dbus/dbus-sysdeps-wince-glue.c @@ -8,6 +8,8 @@ * Copyright (C) 2006 Peter Kümmel * Copyright (C) 2006 Christian Ehrlicher * + * 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-sysdeps-wince-glue.h b/dbus/dbus-sysdeps-wince-glue.h index 4765627af..88b9b104f 100644 --- a/dbus/dbus-sysdeps-wince-glue.h +++ b/dbus/dbus-sysdeps-wince-glue.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 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/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c index 4c9b286de..537e76350 100644 --- a/dbus/dbus-sysdeps.c +++ b/dbus/dbus-sysdeps.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2006 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/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 7023ea716..36ababdb5 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -4,6 +4,8 @@ * Copyright (C) 2002, 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/dbus/dbus-test.h b/dbus/dbus-test.h index a8601932e..8eac00410 100644 --- a/dbus/dbus-test.h +++ b/dbus/dbus-test.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-threads-internal.h b/dbus/dbus-threads-internal.h index 681b5d884..4c7bde63a 100644 --- a/dbus/dbus-threads-internal.h +++ b/dbus/dbus-threads-internal.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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-threads.c b/dbus/dbus-threads.c index 8d7c03cde..b22cc0318 100644 --- a/dbus/dbus-threads.c +++ b/dbus/dbus-threads.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 2003, 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 diff --git a/dbus/dbus-threads.h b/dbus/dbus-threads.h index d30200d81..33e1e3274 100644 --- a/dbus/dbus-threads.h +++ b/dbus/dbus-threads.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-timeout.c b/dbus/dbus-timeout.c index 131d3f8b1..5ee9808ae 100644 --- a/dbus/dbus-timeout.c +++ b/dbus/dbus-timeout.c @@ -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/dbus/dbus-timeout.h b/dbus/dbus-timeout.h index 6b2fb3399..73fdb9526 100644 --- a/dbus/dbus-timeout.h +++ b/dbus/dbus-timeout.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/dbus/dbus-transport-protected.h b/dbus/dbus-transport-protected.h index a42c5a347..136c40316 100644 --- a/dbus/dbus-transport-protected.h +++ b/dbus/dbus-transport-protected.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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-transport-socket.c b/dbus/dbus-transport-socket.c index baf5b813e..d3c2b914e 100644 --- a/dbus/dbus-transport-socket.c +++ b/dbus/dbus-transport-socket.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 2003, 2004, 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 diff --git a/dbus/dbus-transport-socket.h b/dbus/dbus-transport-socket.h index 7c8efd2ab..65de3c158 100644 --- a/dbus/dbus-transport-socket.h +++ b/dbus/dbus-transport-socket.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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 diff --git a/dbus/dbus-transport-unix.c b/dbus/dbus-transport-unix.c index f2e7228dc..a8dfaa522 100644 --- a/dbus/dbus-transport-unix.c +++ b/dbus/dbus-transport-unix.c @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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-transport-unix.h b/dbus/dbus-transport-unix.h index 7d3741a5a..df30a1796 100644 --- a/dbus/dbus-transport-unix.h +++ b/dbus/dbus-transport-unix.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-transport-win.c b/dbus/dbus-transport-win.c index 5fbe6fdaa..6a0dddce6 100644 --- a/dbus/dbus-transport-win.c +++ b/dbus/dbus-transport-win.c @@ -4,6 +4,8 @@ * Copyright (C) 2002, 2003, 2004 Red Hat Inc. * Copyright (C) 2007 Ralf Habacker * + * 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-transport-win.h b/dbus/dbus-transport-win.h index aca994526..28ccfa85d 100644 --- a/dbus/dbus-transport-win.h +++ b/dbus/dbus-transport-win.h @@ -4,6 +4,8 @@ * Copyright (C) 2002 Red Hat Inc. * Copyright (C) 2007 Ralf Habacker * + * 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-transport.c b/dbus/dbus-transport.c index 0a18db16c..dd31a82b7 100644 --- a/dbus/dbus-transport.c +++ b/dbus/dbus-transport.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-transport.h b/dbus/dbus-transport.h index 4028726f3..24fd1ac88 100644 --- a/dbus/dbus-transport.h +++ b/dbus/dbus-transport.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002, 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-types.h b/dbus/dbus-types.h index b953b5805..5ace27331 100644 --- a/dbus/dbus-types.h +++ b/dbus/dbus-types.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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-userdb-util.c b/dbus/dbus-userdb-util.c index 0eadc78af..4bb5c5338 100644 --- a/dbus/dbus-userdb-util.c +++ b/dbus/dbus-userdb-util.c @@ -3,6 +3,8 @@ * * 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/dbus/dbus-userdb.c b/dbus/dbus-userdb.c index ddf41a3c7..452ff9d79 100644 --- a/dbus/dbus-userdb.c +++ b/dbus/dbus-userdb.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-userdb.h b/dbus/dbus-userdb.h index fcb515c83..1853a4307 100644 --- a/dbus/dbus-userdb.h +++ b/dbus/dbus-userdb.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-uuidgen.c b/dbus/dbus-uuidgen.c index 791591065..4a5aa13f7 100644 --- a/dbus/dbus-uuidgen.c +++ b/dbus/dbus-uuidgen.c @@ -3,6 +3,8 @@ * * Copyright (C) 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 diff --git a/dbus/dbus-uuidgen.h b/dbus/dbus-uuidgen.h index bd098b038..b74d9e0eb 100644 --- a/dbus/dbus-uuidgen.h +++ b/dbus/dbus-uuidgen.h @@ -3,6 +3,8 @@ * * Copyright (C) 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 diff --git a/dbus/dbus-valgrind-internal.h b/dbus/dbus-valgrind-internal.h index 6760b40de..4c3f3ff79 100644 --- a/dbus/dbus-valgrind-internal.h +++ b/dbus/dbus-valgrind-internal.h @@ -3,6 +3,8 @@ * * Copyright © 2011 Nokia Corporation * + * 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-watch.c b/dbus/dbus-watch.c index 6644bf151..76298ba1d 100644 --- a/dbus/dbus-watch.c +++ b/dbus/dbus-watch.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-watch.h b/dbus/dbus-watch.h index b8fe6a84a..2b2784617 100644 --- a/dbus/dbus-watch.h +++ b/dbus/dbus-watch.h @@ -3,6 +3,8 @@ * * Copyright (C) 2002 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.h b/dbus/dbus.h index dbfe6761f..53998c54b 100644 --- a/dbus/dbus.h +++ b/dbus/dbus.h @@ -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/doc/file-boilerplate.c b/doc/file-boilerplate.c index bc365f805..1baaf96b3 100644 --- a/doc/file-boilerplate.c +++ b/doc/file-boilerplate.c @@ -3,6 +3,8 @@ * * Copyright (C) YEAR COPYRIGHT HOLDER * + * 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/doc/introspect.xsl b/doc/introspect.xsl index 89b684418..edc9d7957 100644 --- a/doc/introspect.xsl +++ b/doc/introspect.xsl @@ -4,6 +4,8 @@