diff --git a/.gitignore b/.gitignore
index c2a5ce2a65f815b3e647cb4d2508121a1331bcc3..a91d58939eb77ed65889165ae7ee53e2bc540316 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,24 @@
+#!/bin/bash
 #
-# gitignore lists all directories and files which should not be versionized!!! 
+# @Author: Anne Philipp
 #
+# @Date: January 2018
+#
+# @Description: 
+#    gitignore lists all directories and files which should 
+#    not be versionized!!! 
+#
+# @Licence:
+#    (C) Copyright 2014-2019.
+#
+#    SPDX-License-Identifier: CC-BY-4.0
+#
+#    This work is licensed under the Creative Commons Attribution 4.0
+#    International License. To view a copy of this license, visit
+#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
+#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
+#
+# -----------------------------------------------------------------
 
 # these dirs and files shouldn't be versionized at any time in this project!!!
 *.pyc
diff --git a/Run/run.sh b/Run/run.sh
index 3969bb626b6c35d56ddd51d849484e5a23cc455a..0e71fae8c4027eef830ce95baa1a184e9d75d00e 100755
--- a/Run/run.sh
+++ b/Run/run.sh
@@ -5,9 +5,21 @@
 # @Date: October, 4 2018
 #
 # @Description: 
+#    This script defines the available command-line parameters
+#    for running flex_extract and combines them for the execution  
+#    of the Python program. It also does some checks to 
+#    guarantee necessary parameters were set and consistent.
+#
+# @Licence:
+#    (C) Copyright 2014-2019.
+#
+#    SPDX-License-Identifier: CC-BY-4.0
+#
+#    This work is licensed under the Creative Commons Attribution 4.0
+#    International License. To view a copy of this license, visit
+#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
+#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
 #
-
-
 # -----------------------------------------------------------------
 # AVAILABLE COMMANDLINE ARGUMENTS TO SET
 # 
@@ -26,9 +38,9 @@ INPUTDIR=None
 OUTPUTDIR=None
 PP_ID=None
 JOB_TEMPLATE='job.temp' 
-CONTROLFILE='CONTROL_CERA' 
-DEBUG=1
-REQUEST=2
+CONTROLFILE='CONTROL_EA5' 
+DEBUG=0
+REQUEST=0
 PUBLIC=0
 
 # -----------------------------------------------------------------
diff --git a/setup.sh b/setup.sh
index eeaef658d78309485653d96646647e2904ddecd6..9b251a7e49bd52a8de2f270c7250dae62009becd 100755
--- a/setup.sh
+++ b/setup.sh
@@ -7,9 +7,18 @@
 # @Description: 
 #    This file defines the flex_extract's available installation
 #    parameters and puts them together for the call of the actual 
-#    python installation script. 
-#    It also does some checks to guarantees necessary parameters 
-#    were set.
+#    python installation script. It also does some checks to 
+#    guarantee necessary parameters were set.
+#
+# @Licence:
+#    (C) Copyright 2014-2019.
+#
+#    SPDX-License-Identifier: CC-BY-4.0
+#
+#    This work is licensed under the Creative Commons Attribution 4.0
+#    International License. To view a copy of this license, visit
+#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
+#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
 #
 # -----------------------------------------------------------------
 # AVAILABLE COMMANDLINE ARGUMENTS TO SET