summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-16 14:29:26 +0000
committerng0 <ng0@n0.is>2019-12-16 14:29:26 +0000
commit5496562d3b6a124cd458d0cc9bd1bd093413a3fa (patch)
treef9ef83e477f6def78713d64010d0d8d763410673 /configure.py
parent75a9945db226827d8345b4facc0882dbb7b25ea0 (diff)
downloadtaler-util-5496562d3b6a124cd458d0cc9bd1bd093413a3fa.tar.gz
taler-util-5496562d3b6a124cd458d0cc9bd1bd093413a3fa.tar.bz2
taler-util-5496562d3b6a124cd458d0cc9bd1bd093413a3fa.zip
add copyright statements to files without ones
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 75d18bf..354456c 100644
--- a/configure.py
+++ b/configure.py
@@ -1,3 +1,22 @@
+# Copyright (C) 2019 GNUnet e.V.
+#
+# This code is derived from code contained within build-common.
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
+# LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
+# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+# ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+# THIS SOFTWARE.
+#
+# This file is in the public domain.
+# SPDX-License-Identifier: 0BSD
+
import sys
from pathlib import Path