Skip to content
Snippets Groups Projects
Commit 01e22004 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Correct UCK copying headers

Since all uck parts are moved to an extra file, only this file
should have the uck copying header.
parent e7604ee0
Branches
No related tags found
No related merge requests found
...@@ -18,24 +18,6 @@ ...@@ -18,24 +18,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with lipck. If not, see <http://www.gnu.org/licenses/>. # 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 set -e
SCRIPT_DIR="/remaster" SCRIPT_DIR="/remaster"
......
#!/bin/bash #!/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() function install_lang_packages()
{ {
#the content of this function is extracted from UCK #the content of this function is extracted from UCK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment