diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-02-07 18:26:29 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-02-07 18:26:29 +0000 |
commit | 8d2ad843bbc4b35338a217b2e4b4f7f86c3f420e (patch) | |
tree | 04e930fa82aaf39fa7da191477b45ee939a1b23f /scripts | |
parent | 843e73275e9aa55204c9e02c164c082746c6237b (diff) | |
download | pacman-8d2ad843bbc4b35338a217b2e4b4f7f86c3f420e.tar.xz |
copyright update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/pacman-optimize | 4 | ||||
-rwxr-xr-x | scripts/updatesync | 2 |
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 |