summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
-rwxr-xr-xarch2parabola27
2 files changed, 21 insertions, 9 deletions
diff --git a/TODO b/TODO
index 6c4d154..27766e0 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,6 @@ arch2parabola:
#High priority:
- ∙The copyright holders (Joseph Graham and Joshua Ismael) have agreed to
- change the license to GPLv3. This should be done ASAP in case anyone else
- wants to contribute.
∙When the script finnishes it asks the user if they want to keep the log
file or delete it. But that log file contains some essential things that
the user needs to see (such as pacman's output when it installs libre
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"