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 8d3a2b91..1e635713 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 1d7d7ce6..c56800df 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 dca415a4..1f95c4ee 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 452c547b..1e03896c 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 c19360da..f866879c 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 863e6ee3..bba68c23 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 c06952f2..93ef6190 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 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 +# 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 +# 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 +# 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 +# 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 +# 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 +# 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 +# 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 +# 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 +# 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