From 9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 Mon Sep 17 00:00:00 2001
From: Dan McGee <dan@archlinux.org>
Date: Mon, 10 Dec 2007 22:55:22 -0600
Subject: Update GNU GPL boilerplate and copyright dates

Update the GPL boilerplate to direct people to the GNU website for a copy of
the license, as well as bump all of Judd's copyrights to 2007.

Signed-off-by: Dan McGee <dan@archlinux.org>
---
 scripts/abs.sh.in             | 4 +---
 scripts/gensync.sh.in         | 4 +---
 scripts/makepkg.sh.in         | 4 +---
 scripts/makeworld.sh.in       | 4 +---
 scripts/pacman-optimize.sh.in | 4 +---
 scripts/rankmirrors.py.in     | 4 +---
 scripts/repo-add.sh.in        | 4 +---
 scripts/repo-remove.sh.in     | 4 +---
 scripts/updatesync.sh.in      | 4 +---
 9 files changed, 9 insertions(+), 27 deletions(-)

(limited to 'scripts')

diff --git a/scripts/abs.sh.in b/scripts/abs.sh.in
index ae825259..79f2aef0 100644
--- a/scripts/abs.sh.in
+++ b/scripts/abs.sh.in
@@ -16,9 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 ##
diff --git a/scripts/gensync.sh.in b/scripts/gensync.sh.in
index 8109fe22..bf54baf7 100644
--- a/scripts/gensync.sh.in
+++ b/scripts/gensync.sh.in
@@ -16,9 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 # gettext initialization
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 0ef0e521..4d56bc4c 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -21,9 +21,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 # makepkg uses quite a few external programs during its execution. You
diff --git a/scripts/makeworld.sh.in b/scripts/makeworld.sh.in
index 49b758c6..a559dc5f 100644
--- a/scripts/makeworld.sh.in
+++ b/scripts/makeworld.sh.in
@@ -16,9 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 # gettext initialization
diff --git a/scripts/pacman-optimize.sh.in b/scripts/pacman-optimize.sh.in
index 513ed481..21afd276 100644
--- a/scripts/pacman-optimize.sh.in
+++ b/scripts/pacman-optimize.sh.in
@@ -16,9 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 # gettext initialization
diff --git a/scripts/rankmirrors.py.in b/scripts/rankmirrors.py.in
index 0c50bdd8..59b9c82c 100644
--- a/scripts/rankmirrors.py.in
+++ b/scripts/rankmirrors.py.in
@@ -16,9 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 import os, sys, datetime, time, socket, urllib2
 from optparse import OptionParser
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index adcefc1d..98191b62 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -16,9 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # gettext initialization
 export TEXTDOMAIN='pacman'
diff --git a/scripts/repo-remove.sh.in b/scripts/repo-remove.sh.in
index 617f04cf..6335c00f 100644
--- a/scripts/repo-remove.sh.in
+++ b/scripts/repo-remove.sh.in
@@ -16,9 +16,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # gettext initialization
 export TEXTDOMAIN='pacman'
diff --git a/scripts/updatesync.sh.in b/scripts/updatesync.sh.in
index 57bd39cb..0cf18c7c 100644
--- a/scripts/updatesync.sh.in
+++ b/scripts/updatesync.sh.in
@@ -17,9 +17,7 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-#   USA.
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 # gettext initialization
-- 
cgit v1.2.3-70-g09d2