diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-17 14:05:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-17 14:05:51 +0200 |
commit | 6ed34d784720f3c6b5ec63f4dd8a1a6ec92973dc (patch) | |
tree | 4e947b355f07afac78826e3037f4a30b76eb70e9 /utils | |
parent | fd200fcd0b20552659d1b58de91a600d31e9b5c7 (diff) | |
download | gemato-6ed34d784720f3c6b5ec63f4dd8a1a6ec92973dc.tar.gz |
Relicense as GPL-2.0-or-later
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/gen_fast_manifest.py | 2 | ||||
-rwxr-xr-x | utils/gen_fast_metamanifest.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/gen_fast_manifest.py b/utils/gen_fast_manifest.py index 70b0531..90e5a6a 100755 --- a/utils/gen_fast_manifest.py +++ b/utils/gen_fast_manifest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Ultra-optimized Manifest writing. # (c) 2017-2023 Michał Górny -# Licensed under the terms of 2-clause BSD license +# SPDX-License-Identifier: GPL-2.0-or-later import gzip import hashlib diff --git a/utils/gen_fast_metamanifest.py b/utils/gen_fast_metamanifest.py index c5353d4..2f7628d 100755 --- a/utils/gen_fast_metamanifest.py +++ b/utils/gen_fast_metamanifest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Ultra-optimized Meta-Manifest writing. # (c) 2017-2023 Michał Górny -# Licensed under the terms of 2-clause BSD license +# SPDX-License-Identifier: GPL-2.0-or-later import datetime import glob |