]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Add SPDX license tags for the MIT (Expat) license, where straightforward
authorSimon McVittie <smcv@collabora.com>
Mon, 14 Aug 2023 15:53:55 +0000 (16:53 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 14 Aug 2023 17:18:04 +0000 (17:18 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
48 files changed:
.gitlab-ci.yml
dbus/dbus-server-launchd.c
dbus/dbus-server-launchd.h
dbus/dbus-test-tap.c
dbus/dbus-test-tap.h
doc/meson.build
doc/meson_post_install.py
meson.build
meson_post_install.py
test/containers.c
test/corrupt.c
test/data/dbus-installed-tests.aaprofile.in
test/dbus-daemon-eavesdrop.c
test/dbus-daemon.c
test/fdpass.c
test/header-fields.c
test/integration/transient-services.sh
test/internals/assertions.c
test/internals/atomic.c
test/internals/desktop-file.c
test/internals/printf.c
test/internals/refs.c
test/internals/server-oom.c
test/internals/sysdeps.c
test/internals/syslog.c
test/internals/variant.c
test/loopback.c
test/manual-authz.c
test/marshal.c
test/message.c
test/monitor.c
test/name-test/test-pending-call-disconnected.c
test/name-test/test-pending-call-dispatch.c
test/relay.c
test/sd-activation.c
test/syntax.c
test/test-apparmor-activation.sh
test/test-dbus-daemon-fork.sh
test/test-dbus-launch-eval.sh
test/test-dbus-launch-x11.sh
test/test-privserver.c
test/test-utils-glib.c
test/test-utils-glib.h
test/uid-permissions.c
tools/ci-build.sh
tools/ci-install.sh
tools/dbus-update-activation-environment.c
tools/docker/windows/Install.cmd

index b2d11306ebb4ba4b2a292c1f2927d60268f39b7c..fbf13c025224691b74587448ba39d094b562a734 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2015-2018 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 5c2b1d65c7cb47d0e1175ab6c785ee1969885a66..b28b45767deaffc9f89dd0d79f00db0254b1155a 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright (C) 2008, Colin Walters <walters@verbum.org>
  * Copyright (C) 2008-2009, Benjamin Reed <rangerrick@befunk.com>
  * Copyright (C) 2009, Jonas Bähr <jonas.baehr@web.de>
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation
index 269b91434b553170b95c9a774f11c699d2703cde..51c9628e167207e40a28f7e2d0fac7fa8f6c991c 100644 (file)
@@ -1,5 +1,6 @@
 /* dbus-server-launchd.h Server methods for interacting with launchd.
 * Copyright (C) 2008, Benjamin Reed <rangerrick@befunk.com>
+* SPDX-License-Identifier: MIT
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
index 3e763d4b108588b0be72b2acdcf65aadc677faf0..e4ae443a842feed80b7663be0e1fd0babf82fe6d 100644 (file)
@@ -2,6 +2,7 @@
 /* dbus-test-tap — TAP helpers for "embedded tests"
  *
  * Copyright © 2017 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index fd4c7af74f024fdb6c169307d62717dc24ed5dc7..157942e1e3b44600b8fb8d3a73b7cf124c8932fb 100644 (file)
@@ -2,6 +2,7 @@
 /* dbus-test-tap — TAP helpers for "embedded tests"
  *
  * Copyright © 2017 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 3e5f52a854a0d82496d81d24f052e0d597e19ada..adc6f17dc245227aa5f867f297ec5a23c996f6ee 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2019-2020 Salamandar <felix@piedallu.me>
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
index be8e3b2929420e57cf11c00bd4d80648fe896015..106725ccdf9bc4b450d6a538b740844ed7f6f4f7 100644 (file)
@@ -1,5 +1,6 @@
 #!/usr/bin/env python3
 # Copyright © 2019-2020 Salamandar <felix@piedallu.me>
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
index 4fef610023c110c414aa032a8ffbec588400af88..4b2d9b9008416a7ae3b459cb51fd79499f0e6eae 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2019-2020 Salamandar <felix@piedallu.me>
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
index 30cb7bdffaab281b2c2c889b01d60ed0ed9296dd..cfc03b2219ff71af685798613133c510cd57b1a7 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env python3
 # Copyright © 2019-2020 Salamandar <felix@piedallu.me>
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
index 553b60887315a68d3ddb42a7f95747b4412bff36..79636460073f72d7dd0ca544806f6f3a7b119389 100644 (file)
@@ -1,6 +1,7 @@
 /* Integration tests for restricted sockets for containers
  *
  * Copyright © 2017-2018 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index e5d15df48f859169d648befcffa86e5f30fd1323..5eb3ff3f00a22c54f6da477020a9464c28f68f94 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2010-2011 Nokia Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index edb793c1958e8969bf3d385a7d08604abf4ffa9e..823d24c2e558beff6877b856cfef29ea00027e25 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2016 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 6f4d9bb56ecb1bae1561217dc25512f481929efa..1f8054f2aa8730e7076075da9ed404723024b682 100644 (file)
@@ -3,6 +3,7 @@
  * Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
  * Based on: tests/dbus-daemon.c by Simon McVittie
  * Copyright © 2010-2011 Nokia Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 881e0d06173ba2ac3a34edad21b798686f3337c2..1288fe0c2b75e2f16788430a0a2d60245b222e1c 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright © 2008 Red Hat, Inc.
  * Copyright © 2010-2011 Nokia Corporation
  * Copyright © 2015-2018 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 3786c77d4db2465e49c0b2400ebcf3991ad2390f..cf344dae36ca476ff8ce3360fc5cc792cc23de1c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright © 2010-2012 Nokia Corporation
  * Copyright © 2014 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index b0d89d6167b4f411a00b584e99e863c0f66ad595..c4dcd97f2245213e998b92fee21b833dddb9bc68 100644 (file)
@@ -1,6 +1,7 @@
 /* Unit tests for detailed header field manipulation
  *
  * Copyright © 2017 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 40bb8aed574e4acb889180d21c91142af1683858..27a930a0aff7d8f956265b443935f8445ccbae88 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # Copyright © 2017 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 7d3f869419ca7176d1e41c133397feba0e55a536..12b6735da79b73bf1a8086270fa861eb28e6e532 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright © 2018 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index d595dc1772294f24b4f97182c63a18a3d1dedf46..136265ea8389622eaab9e2939967c686ca415e7f 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2013 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 4db4076fa23853b3523ed6c42b01ac2d0a1ce87b..c28e0dff124688394eaca0df92df294f9aea0e22 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright 2018 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 3f6b0f96b743d9b8b35d0b8d372cdccb94f917ee..d9a162573df308a58346727e662ffb549da7be06 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2013 Intel Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index f75ba1b60539774dd4ec99e2e2721cc7bd6fd501..37d9c40ef98bf70a5dc92526090d74c383825948 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2011 Nokia Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index d1688416b3620e04c732c21670f8fa85c791d0ac..459994b9c5a030a12a5d9d0e62c5531dd9f77edd 100644 (file)
@@ -1,6 +1,7 @@
 /* Targeted unit tests for OOM paths in DBusServer
  *
  * Copyright © 2017 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 4deb48bcdeff397bc6dfad3c7e3742a73b1fc7cf..3f920c73f093c36a82f36851b0cea9fd40f48130 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright © 2018 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 93f885a4f4fd364802e19099f34373e112e5c854..28267f1406ef5646d7f8152ee12ebc3d9bce6a79 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2011 Nokia Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index e5135429bd77e2f140637b96697016faba11d5c0..7e16495a5cd26fdde3156656c16f395cd22e5369 100644 (file)
@@ -1,6 +1,7 @@
 /* Regression test for DBusVariant
  *
  * Copyright © 2017 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 6b392f8b67ce4f3e81da11f46723f5ef09dfdb4e..6c6d5a9b8a0db8476c6da58a035531ab3691639a 100644 (file)
@@ -3,6 +3,7 @@
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2010-2012 Nokia Corporation
  * Copyright © 2015 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index ee9bc52f947b895bdcac142a9b9cf4bdc97b2b73..7e82dc6034adf2535de2119df7340c0675ec8775 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Copyright © 2010-2011 Nokia Corporation
  * Copyright © 2012 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index a1e0589d676574c88507bc982632bb70520e75b9..6bba7aa939be86d3acbd9c9c806e5965242adcfa 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2010-2011 Nokia Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index d2c9db2b0dc301ea28f95512b348c2d98e32ac32..88616b5b4aa05227b4c3cf1d6232c7c0011d298c 100644 (file)
@@ -1,6 +1,7 @@
 /* Targeted unit tests for OOM paths in DBusMessage
  *
  * Copyright © 2017 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 846a980c7e8f86d4684bcd90e479eea7dd2114fd..f685221aa80036603c3738159168635a548932a8 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Copyright © 2010-2011 Nokia Corporation
  * Copyright © 2015 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 6ef04b6b11495dfb40b77000338da1dc70fc2ea7..0123cc6ae77b8b87da916776f7f8f3ec1f8b8fde 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright © 2006 Red Hat Inc.
  * Copyright © 2017 Shin-ichi MORITA <shin1morita@gmail.com>
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index e30d1f74028f4654c0af56c114867622449a9eed..dfbee87f6204e7718c20f5ee2047a415114539ee 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright © 2006 Red Hat Inc.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 8bddec8c59237cacc8b03308611b07d9e037100a..484dc9b5b4a72ca2cee790a6d438eca2eec0100b 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2010-2011 Nokia Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index e02e301325e08d883ef381a21b41cd9e410427cb..57673af9a74064a37883b776516d4a946e1f4b76 100644 (file)
@@ -5,6 +5,7 @@
  *
  * Copyright © 2010-2011 Nokia Corporation
  * Copyright © 2015 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index fbfc86729795cb4746d263093bc69a6357d089d8..b62d3e425b9980d0266dab4b513f88eb7aae60ae 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2010-2011 Nokia Corporation
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index ffc125349433ff4f066785204f567388527d9d55..86335a51201f70de64cdda8b85823e7c00536b5b 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # Copyright © 2016 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 1a7175de58a8d8a756e24926eea325765828f403..5c05e2baeda7f64334ee871381d347953d699f9c 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # Copyright © 2016 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index cd96065031f674e898b4abf9fe888861fef2160c..c338cd459c7ebb9b66707f8a7557f7b03aa19940 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # Copyright © 2016 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 48c2718ca532bc9e856a2788f398c1fe1554a711..e57831e08d24452c2a118890a279fadda1017a45 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # Copyright © 2016 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 2bcbf8407d907921d3e0fc3a9ea9ac07a233c485..fadc6cbf6436ee5aa86c6978e373ba7de6556a93 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright 2010 Ralf Habacker
  * Copyright 2016-2018 Collabora Ltd.
  * Copyright 2017 Endless Mobile, Inc.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index d0f7cdc0b57f0d8d36e16db950e2c6584209c229..1d469c7b04b08426925fae29959e1e3ed18548e7 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Copyright © 2010-2011 Nokia Corporation
  * Copyright © 2013-2015 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index bfc369411373b3e036d8d3b4d73c0ce2a6c03e24..427f7d53831b91bd66d4808067d41d1c1196d7c6 100644 (file)
@@ -2,6 +2,7 @@
  *
  * Copyright © 2010-2011 Nokia Corporation
  * Copyright © 2013-2015 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index b48ab04814f8bc4ecb5bf2b130bd37b36021af1b..e2688bd0101f3feac08c41c243abfcf6be1cc8ea 100644 (file)
@@ -3,6 +3,7 @@
  * Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
  * Copyright © 2010-2011 Nokia Corporation
  * Copyright © 2015 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index d57281a0f285ff635a53d0ce510c7c8a38a16cdc..98afd8aa04b5c5131ac4c515d9cf8270161801be 100755 (executable)
@@ -2,6 +2,7 @@
 
 # Copyright © 2015-2016 Collabora Ltd.
 # Copyright © 2020 Ralf Habacker <ralf.habacker@freenet.de>
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 716c6422b93ea39e96f3ebc73d5ff62356a92ca8..c8524a652a9039647eb1ae0042fad5f4a7eb8fef 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 
 # Copyright © 2015-2016 Collabora Ltd.
+# SPDX-License-Identifier: MIT
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
index 452e50532c16c201f99683496be9c6a2306657ce..4c585b458c492f74e250d9aaadb4b246053a5187 100644 (file)
@@ -3,6 +3,7 @@
  * systemd, activation environment
  *
  * Copyright © 2014-2015 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
  *
  * Permission is hereby granted, free of charge, to any person
  * obtaining a copy of this software and associated documentation files
index 7fa1c0cd590b2509e6daaf017ee6927cdbd1d6d2..bbd0b3c6d7405d30ed9f937bf275a3a473d6ddc2 100644 (file)
@@ -1,6 +1,7 @@
 @rem Copyright (C) Microsoft Corporation. All rights reserved.
 @rem https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/install/advanced-build-tools-container.md#install-script
 @rem Licensed under the MIT license.
+@rem SPDX-License-Identifier: MIT
 
 @if not defined _echo echo off
 setlocal enabledelayedexpansion