From: Zbigniew Jędrzejewski-Szmek Date: Mon, 27 Nov 2017 07:07:03 +0000 (+0100) Subject: Add SPDX license identifiers X-Git-Tag: v4~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F205%2Fhead;p=thirdparty%2Fmkosi.git Add SPDX license identifiers --- diff --git a/do-a-release.sh b/do-a-release.sh index 7817b4b86..782d1ef7f 100755 --- a/do-a-release.sh +++ b/do-a-release.sh @@ -1,4 +1,5 @@ #!/bin/sh +# SPDX-License-Identifier: LGPL-2.1+ if [ x"$1" == x ] ; then echo "Version number not specified." diff --git a/mkosi b/mkosi index 5a8aa0a6f..415621b29 100755 --- a/mkosi +++ b/mkosi @@ -1,5 +1,6 @@ #!/usr/bin/python3 # PYTHON_ARGCOMPLETE_OK +# SPDX-License-Identifier: LGPL-2.1+ import argparse import configparser diff --git a/mkosi.default b/mkosi.default index 16fece4f8..9e23a17ae 100644 --- a/mkosi.default +++ b/mkosi.default @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1+ # Let's build an image that is just good enough to build new mkosi images again [Distribution] diff --git a/setup.py b/setup.py index e0489e158..b0fd5e887 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/python3 +# SPDX-License-Identifier: LGPL-2.1+ import sys