diff --git a/src/autogen.sh b/src/autogen.sh
index 29090d5560c5c6ac33f4d9d26646d0c1c99f8b04..361abd65b47854dd6e0b2df402a8f5c1d5ff0198 100755
--- a/src/autogen.sh
+++ b/src/autogen.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# Copyright [2020] EMBL-European Bioinformatics Institute
+#
+# 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.
+
+
 ###############################################################################
 # Simple script to bootstrap and create the configure script, should be run
 # when any control files have been changed (e.g. new source files added which
diff --git a/src/runconfig.sh b/src/runconfig.sh
index 385a069f8bdd491d6b6afd6ca8f32f180107b026..70a4bc8138246857b2f46e9d5188c2f36b125356 100755
--- a/src/runconfig.sh
+++ b/src/runconfig.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# Copyright [2020] EMBL-European Bioinformatics Institute
+#
+# 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.
+
+
 #
 # runconfig.sh
 #