summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-02-07 19:26:29 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-02-07 19:26:29 +0100
commit8d2ad843bbc4b35338a217b2e4b4f7f86c3f420e (patch)
tree04e930fa82aaf39fa7da191477b45ee939a1b23f
parent843e73275e9aa55204c9e02c164c082746c6237b (diff)
downloadpacman-8d2ad843bbc4b35338a217b2e4b4f7f86c3f420e.tar.gz
pacman-8d2ad843bbc4b35338a217b2e4b4f7f86c3f420e.tar.xz
copyright update
-rwxr-xr-xscripts/pacman-optimize4
-rwxr-xr-xscripts/updatesync2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pacman-optimize b/scripts/pacman-optimize
index 34a2667a..74f3e64b 100755
--- a/scripts/pacman-optimize
+++ b/scripts/pacman-optimize
@@ -2,7 +2,7 @@
#
# pacman-optimize
#
-# Copyright (c) 2002-2005 by Judd Vinet <jvinet@zeroflux.org>
+# Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
# USA.
#
-myver='2.9.7'
+myver='2.9.8'
usage() {
echo "pacman-optimize $myver"
diff --git a/scripts/updatesync b/scripts/updatesync
index 940a2748..2f6866d4 100755
--- a/scripts/updatesync
+++ b/scripts/updatesync
@@ -3,7 +3,7 @@
# updatesync
#
# Copyright (c) 2004 by Jason Chu <jason@archlinux.org>
-# Derived from gensync (c) 2002-2005 Judd Vinet <jvinet@zeroflux.org>
+# Derived from gensync (c) 2002-2006 Judd Vinet <jvinet@zeroflux.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by