summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-11 05:55:22 +0100
committerDan McGee <dan@archlinux.org>2007-12-11 05:55:39 +0100
commit9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 (patch)
treec81397dec4a1977df7594487afd7b30c0efc105b /scripts
parent572bdb5c997846c426aba53392800e5866f725bd (diff)
downloadpacman-9781d0d637fb2a077b0c4b262af1e2fb4decc2a0.tar.gz
pacman-9781d0d637fb2a077b0c4b262af1e2fb4decc2a0.tar.xz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/abs.sh.in4
-rw-r--r--scripts/gensync.sh.in4
-rw-r--r--scripts/makepkg.sh.in4
-rw-r--r--scripts/makeworld.sh.in4
-rw-r--r--scripts/pacman-optimize.sh.in4
-rw-r--r--scripts/rankmirrors.py.in4
-rw-r--r--scripts/repo-add.sh.in4
-rw-r--r--scripts/repo-remove.sh.in4
-rw-r--r--scripts/updatesync.sh.in4
9 files changed, 9 insertions, 27 deletions
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