From d8e8df763537d2812c6357d1ce97c44a15e65b54 Mon Sep 17 00:00:00 2001
From: Jungho Shin <jungho@physik.hu-berlin.de>
Date: Wed, 23 May 2018 19:15:52 +0200
Subject: [PATCH] adding license header

---
 .../normalizer-repo-tags/calculate_repo_tags.py    | 14 ++++++++++++++
 .../normalizer-repo-tags/extract_from_repo.py      | 14 ++++++++++++++
 normalizer/normalizer-repo-tags/setup_paths.py     | 14 ++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/normalizer/normalizer-repo-tags/calculate_repo_tags.py b/normalizer/normalizer-repo-tags/calculate_repo_tags.py
index 45ee6e7..068b8ad 100644
--- a/normalizer/normalizer-repo-tags/calculate_repo_tags.py
+++ b/normalizer/normalizer-repo-tags/calculate_repo_tags.py
@@ -1,3 +1,17 @@
+# Copyright 2017-2018 Jungho Shin, Fawzi Mohamed
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import setup_paths
 import json
 import os.path, sys, subprocess
diff --git a/normalizer/normalizer-repo-tags/extract_from_repo.py b/normalizer/normalizer-repo-tags/extract_from_repo.py
index 5293e2a..b730022 100644
--- a/normalizer/normalizer-repo-tags/extract_from_repo.py
+++ b/normalizer/normalizer-repo-tags/extract_from_repo.py
@@ -1,3 +1,17 @@
+# Copyright 2017-2018 Jungho Shin, Fawzi Mohamed
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os, sys, json, zipfile
 base_path= sys.exec_prefix + '/python'
 sys.path.insert(0, base_path)
diff --git a/normalizer/normalizer-repo-tags/setup_paths.py b/normalizer/normalizer-repo-tags/setup_paths.py
index e0a0fb0..ff0677d 100644
--- a/normalizer/normalizer-repo-tags/setup_paths.py
+++ b/normalizer/normalizer-repo-tags/setup_paths.py
@@ -1,3 +1,17 @@
+# Copyright 2017-2018 Jungho Shin, Fawzi Mohamed
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#   http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import sys, os, os.path
 baseDir = os.path.dirname(os.path.abspath(__file__))
 commonDir = os.path.normpath(os.path.join(baseDir,"../../../../python-common/common/python"))
-- 
GitLab