diff --git a/scripts/remaster_rootfs.sh b/scripts/remaster_rootfs.sh
index 6f11b0aa2f2fc46a21dd733ccc9198e1a79abc8a..05a359c8f22a07eed64bfb214333fe18f4b31484 100755
--- a/scripts/remaster_rootfs.sh
+++ b/scripts/remaster_rootfs.sh
@@ -18,24 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with lipck.  If not, see <http://www.gnu.org/licenses/>.
 
-###################################################################################
-# UCK - Ubuntu Customization Kit                                                  #
-# Copyright (C) 2006-2010 UCK Team                                                #
-#                                                                                 #
-# UCK is free software: you can redistribute it and/or modify                     #
-# it under the terms of the GNU General Public License as published by            #
-# the Free Software Foundation, either version 3 of the License, or               #
-# (at your option) any later version.                                             #
-#                                                                                 #
-# UCK is distributed in the hope that it will be useful,                          #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of                  #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                   #
-# GNU General Public License for more details.                                    #
-#                                                                                 #
-# You should have received a copy of the GNU General Public License               #
-# along with UCK.  If not, see <http://www.gnu.org/licenses/>.                    #
-###################################################################################
-
 set -e
 
 SCRIPT_DIR="/remaster"
diff --git a/scripts/uck_functions.sh b/scripts/uck_functions.sh
index 3890171ad8d34b62bbbe643a5e41044100f17297..b6e614c2c5d65e2deb7853fd6b749244eb195625 100644
--- a/scripts/uck_functions.sh
+++ b/scripts/uck_functions.sh
@@ -1,5 +1,24 @@
 #!/bin/bash
 
+###################################################################################
+# UCK - Ubuntu Customization Kit                                                  #
+# Copyright (C) 2006-2010 UCK Team                                                #
+# Copyright (C) 2014 trilader, Anwarias, Christopher Spinrath
+#                                                                                 #
+# UCK is free software: you can redistribute it and/or modify                     #
+# it under the terms of the GNU General Public License as published by            #
+# the Free Software Foundation, either version 3 of the License, or               #
+# (at your option) any later version.                                             #
+#                                                                                 #
+# UCK is distributed in the hope that it will be useful,                          #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of                  #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                   #
+# GNU General Public License for more details.                                    #
+#                                                                                 #
+# You should have received a copy of the GNU General Public License               #
+# along with UCK.  If not, see <http://www.gnu.org/licenses/>.                    #
+###################################################################################
+
 function install_lang_packages()
 {
         #the content of this function is extracted from UCK