summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bus/legacy-config/meson.build1
-rw-r--r--bus/meson.build1
-rw-r--r--bus/systemd-user/meson.build1
-rw-r--r--bus/sysusers.d/meson.build1
-rw-r--r--bus/tmpfiles.d/meson.build1
-rw-r--r--cmake/meson.build1
-rw-r--r--dbus/meson.build1
-rw-r--r--doc/maintainer-upload-docs.sh1
-rw-r--r--meson_options.txt1
-rw-r--r--meson_post_install_systemd.py1
-rwxr-xr-xtest/data/copy_data_for_tests.py1
-rw-r--r--test/data/meson.build1
-rw-r--r--test/meson.build1
-rw-r--r--test/name-test/meson.build1
-rwxr-xr-xtools/build-timestamp.py1
-rw-r--r--tools/meson.build1
16 files changed, 16 insertions, 0 deletions
diff --git a/bus/legacy-config/meson.build b/bus/legacy-config/meson.build
index 8d3a2b91..1e635713 100644
--- a/bus/legacy-config/meson.build
+++ b/bus/legacy-config/meson.build
@@ -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
diff --git a/bus/meson.build b/bus/meson.build
index 1d7d7ce6..c56800df 100644
--- a/bus/meson.build
+++ b/bus/meson.build
@@ -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
diff --git a/bus/systemd-user/meson.build b/bus/systemd-user/meson.build
index dca415a4..1f95c4ee 100644
--- a/bus/systemd-user/meson.build
+++ b/bus/systemd-user/meson.build
@@ -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
diff --git a/bus/sysusers.d/meson.build b/bus/sysusers.d/meson.build
index 452c547b..1e03896c 100644
--- a/bus/sysusers.d/meson.build
+++ b/bus/sysusers.d/meson.build
@@ -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
diff --git a/bus/tmpfiles.d/meson.build b/bus/tmpfiles.d/meson.build
index c19360da..f866879c 100644
--- a/bus/tmpfiles.d/meson.build
+++ b/bus/tmpfiles.d/meson.build
@@ -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
diff --git a/cmake/meson.build b/cmake/meson.build
index 863e6ee3..bba68c23 100644
--- a/cmake/meson.build
+++ b/cmake/meson.build
@@ -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
diff --git a/dbus/meson.build b/dbus/meson.build
index c06952f2..93ef6190 100644
--- a/dbus/meson.build
+++ b/dbus/meson.build
@@ -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
diff --git a/doc/maintainer-upload-docs.sh b/doc/maintainer-upload-docs.sh
index 373315c0..dfffcdc6 100644
--- a/doc/maintainer-upload-docs.sh
+++ b/doc/maintainer-upload-docs.sh
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# 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
diff --git a/meson_options.txt b/meson_options.txt
index d628ad1f..ce293453 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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
diff --git a/meson_post_install_systemd.py b/meson_post_install_systemd.py
index 0bab9900..9530e271 100644
--- a/meson_post_install_systemd.py
+++ b/meson_post_install_systemd.py
@@ -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
diff --git a/test/data/copy_data_for_tests.py b/test/data/copy_data_for_tests.py
index d8d4b7fa..7a49c4c0 100755
--- a/test/data/copy_data_for_tests.py
+++ b/test/data/copy_data_for_tests.py
@@ -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
diff --git a/test/data/meson.build b/test/data/meson.build
index f2545a87..55039584 100644
--- a/test/data/meson.build
+++ b/test/data/meson.build
@@ -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
diff --git a/test/meson.build b/test/meson.build
index 9fb62597..9cb939ba 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -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
diff --git a/test/name-test/meson.build b/test/name-test/meson.build
index e71149b6..68f0bd27 100644
--- a/test/name-test/meson.build
+++ b/test/name-test/meson.build
@@ -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
diff --git a/tools/build-timestamp.py b/tools/build-timestamp.py
index 8a188a59..f4dc5a00 100755
--- a/tools/build-timestamp.py
+++ b/tools/build-timestamp.py
@@ -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
diff --git a/tools/meson.build b/tools/meson.build
index 40bd47e5..2146142b 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -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