diff options
Diffstat (limited to 'utils/gen_fast_manifest.py')
-rwxr-xr-x | utils/gen_fast_manifest.py | 2 |
1 files changed, 1 insertions, 1 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 |