From 9307d1bf1fedd7a4934f882423fadb0da89ac925 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 27 Nov 2017 08:07:03 +0100 Subject: [PATCH] Add SPDX license identifiers --- do-a-release.sh | 1 + mkosi | 1 + mkosi.default | 1 + setup.py | 1 + 4 files changed, 4 insertions(+) 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 -- 2.47.2