add license blurb to cnfvar files
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 1 Dec 2017 10:15:20 +0000 (11:15 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 1 Dec 2017 10:15:23 +0000 (11:15 +0100)
All repo files are under GPLv2+ with linking exception.

src/cnfvar.py
test/cnfvar_unittest.py

index 0418a7e..397661b 100644 (file)
@@ -1,12 +1,30 @@
 #!/usr/bin/env python
+#
+# The software in this package is distributed under the GNU General
+# Public License version 2 (with a special exception described below).
+#
+# A copy of GNU General Public License (GPL) is included in this distribution,
+# in the file COPYING.GPL.
+#
+# As a special exception, if other files instantiate templates or use macros
+# or inline functions from this file, or you compile this file and link it
+# with other works to produce a work based on this file, this file
+# does not by itself cause the resulting work to be covered
+# by the GNU General Public License.
+#
+# However the source code for this file must still be made available
+# in accordance with section (3) of the GNU General Public License.
+#
+# This exception does not invalidate any other reasons why a work based
+# on this file might be covered by the GNU General Public License.
 
 """
 
 SUMMARY
 ------------------------------------------------------
-cnfvar
 
 Copyright: Intra2net AG
+License:   GPLv2+
 
 
 CONTENTS
index 45f6c60..63166dd 100755 (executable)
@@ -1,6 +1,24 @@
 #!/usr/bin/env python
 # This Python file uses the following encoding: utf-8
 
+# The software in this package is distributed under the GNU General
+# Public License version 2 (with a special exception described below).
+#
+# A copy of GNU General Public License (GPL) is included in this distribution,
+# in the file COPYING.GPL.
+#
+# As a special exception, if other files instantiate templates or use macros
+# or inline functions from this file, or you compile this file and link it
+# with other works to produce a work based on this file, this file
+# does not by itself cause the resulting work to be covered
+# by the GNU General Public License.
+#
+# However the source code for this file must still be made available
+# in accordance with section (3) of the GNU General Public License.
+#
+# This exception does not invalidate any other reasons why a work based
+# on this file might be covered by the GNU General Public License.
+
 import unittest
 import cnfvar