From 01e2200462933ec6cd67ebc21ffcd7680b04f692 Mon Sep 17 00:00:00 2001
From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Date: Fri, 17 Oct 2014 23:29:04 +0200
Subject: [PATCH] Correct UCK copying headers

Since all uck parts are moved to an extra file, only this file
should have the uck copying header.
---
 scripts/remaster_rootfs.sh | 18 ------------------
 scripts/uck_functions.sh   | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/scripts/remaster_rootfs.sh b/scripts/remaster_rootfs.sh
index 6f11b0a..05a359c 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 3890171..b6e614c 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
-- 
GitLab