summaryrefslogtreecommitdiff
path: root/arch2parabola
diff options
context:
space:
mode:
Diffstat (limited to 'arch2parabola')
-rwxr-xr-xarch2parabola27
1 files changed, 21 insertions, 6 deletions
diff --git a/arch2parabola b/arch2parabola
index 6de8bfd..a5c909c 100755
--- a/arch2parabola
+++ b/arch2parabola
@@ -1,11 +1,26 @@
#!/bin/bash
-# (C) Joshua Ismael Haase Hernández 2010
-# Copyright © 2011 Joseph Graham
-
-# This script is free software! You can do what you want with it, as long as
-# you don't convert it into proprietary software and if you redistribute it
-# either vertabim or modified you must do so under the same licence.
+# arch2parabola - converts an Arch Gnu/Linux system to Parabola Gnu/Linux-libre
+
+# Copyright © 2010 Joshua Ismael Haase Hernández
+# Copyright © 2011 Joseph Graham
+
+# ---------- GNU General Public License 3 ----------
+
+# This file is part of Parabola.
+
+# Parabola 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.
+
+# Parabola 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 Parabola. If not, see <http://www.gnu.org/licenses/>.
# Set this to the URL of the blacklist.
blacklist_url="http://repo.parabolagnulinux.org/docs/blacklist.txt"