]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add SPDX license identifiers 205/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Nov 2017 07:07:03 +0000 (08:07 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 27 Nov 2017 07:07:03 +0000 (08:07 +0100)
do-a-release.sh
mkosi
mkosi.default
setup.py

index 7817b4b86a38a03d8f54cb5c5a5caa613f081849..782d1ef7f06681376e8a5a83c83d40703133f8c3 100755 (executable)
@@ -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 5a8aa0a6fb6981dcc3544b52d936b22ef15cb687..415621b29065469b964b5cee25dd855e52eac1fb 100755 (executable)
--- a/mkosi
+++ b/mkosi
@@ -1,5 +1,6 @@
 #!/usr/bin/python3
 # PYTHON_ARGCOMPLETE_OK
+# SPDX-License-Identifier: LGPL-2.1+
 
 import argparse
 import configparser
index 16fece4f8095ed21ecf9399279e9b9c3ec67f108..9e23a17ae407ec83084b439a0b7acf5c8c0e43c0 100644 (file)
@@ -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]
index e0489e1580dbbd3411e017b77c91c2977bd96e7d..b0fd5e8871194e6fc05eb9f5758b4df40a96b38f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python3
+# SPDX-License-Identifier: LGPL-2.1+
 
 import sys