From 7445af51a4361eb193fad0f9e0b98f60b77ad711 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2022 12:50:23 +0100 Subject: [PATCH] build: Add machine-readable licensing markers to the Meson build system Signed-off-by: Simon McVittie --- bus/legacy-config/meson.build | 1 + bus/meson.build | 1 + bus/systemd-user/meson.build | 1 + bus/sysusers.d/meson.build | 1 + bus/tmpfiles.d/meson.build | 1 + cmake/meson.build | 1 + dbus/meson.build | 1 + doc/maintainer-upload-docs.sh | 1 + meson_options.txt | 1 + meson_post_install_systemd.py | 1 + test/data/copy_data_for_tests.py | 1 + test/data/meson.build | 1 + test/meson.build | 1 + test/name-test/meson.build | 1 + tools/build-timestamp.py | 1 + tools/meson.build | 1 + 16 files changed, 16 insertions(+) diff --git a/bus/legacy-config/meson.build b/bus/legacy-config/meson.build index 8d3a2b912..1e6357134 100644 --- a/bus/legacy-config/meson.build +++ b/bus/legacy-config/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 1d7d7ce6c..c56800df6 100644 --- a/bus/meson.build +++ b/bus/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 dca415a4a..1f95c4eed 100644 --- a/bus/systemd-user/meson.build +++ b/bus/systemd-user/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 452c547ba..1e03896c9 100644 --- a/bus/sysusers.d/meson.build +++ b/bus/sysusers.d/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 c19360dab..f866879ce 100644 --- a/bus/tmpfiles.d/meson.build +++ b/bus/tmpfiles.d/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 863e6ee33..bba68c231 100644 --- a/cmake/meson.build +++ b/cmake/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 c06952f21..93ef61904 100644 --- a/dbus/meson.build +++ b/dbus/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 373315c0e..dfffcdc66 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 +# 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 d628ad1f5..ce2934537 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 0bab9900e..9530e271d 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 +# 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 d8d4b7fa3..7a49c4c0d 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 +# 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 f2545a877..550395840 100644 --- a/test/data/meson.build +++ b/test/data/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 9fb625970..9cb939ba8 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 e71149b67..68f0bd277 100644 --- a/test/name-test/meson.build +++ b/test/name-test/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 8a188a591..f4dc5a00d 100755 --- a/tools/build-timestamp.py +++ b/tools/build-timestamp.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # Copyright © 2019-2020 Salamandar +# 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 40bd47e5a..2146142b7 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -1,4 +1,5 @@ # Copyright © 2019-2020 Salamandar +# 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 -- 2.47.3