diff options
author | Simon McVittie <smcv@collabora.com> | 2022-06-24 12:50:23 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2022-07-13 20:36:13 +0100 |
commit | 7445af51a4361eb193fad0f9e0b98f60b77ad711 (patch) | |
tree | b82d998f91ab02e8b49e8ed054089df13d402b84 /tools | |
parent | d9194ffb4d4a2759a33519bdb232e0cd1d5d1f90 (diff) | |
download | dbus-7445af51a4361eb193fad0f9e0b98f60b77ad711.tar.gz |
build: Add machine-readable licensing markers to the Meson build system
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build-timestamp.py | 1 | ||||
-rw-r--r-- | tools/meson.build | 1 |
2 files changed, 2 insertions, 0 deletions
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 |