index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-01-02 14:19:59 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-01-03 12:03:09 +1000 |
commit | 1dd3405813434e71ead02bdcb66b6da0544632c4 (patch) | |
tree | f5789f1785e5c706db06c9b533a064c2a56ba7cd /scripts/makepkg.sh.in | |
parent | 5186f702d3d426eec8a2c84bb2a8556ffa9e0736 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 4 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index c0579056..ff3fa5b8 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -3,7 +3,7 @@ # makepkg - make packages compatible for use with pacman # @configure_input@ # -# Copyright (c) 2006-2012 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2013 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> # Copyright (c) 2005 by Aurelien Foret <orelien@chez.com> # Copyright (c) 2006 by Miklos Vajna <vmiklos@frugalware.org> @@ -2444,7 +2444,7 @@ usage() { version() { printf "makepkg (pacman) %s\n" "$makepkg_version" printf -- "$(gettext "\ -Copyright (c) 2006-2012 Pacman Development Team <pacman-dev@archlinux.org>.\n\ +Copyright (c) 2006-2013 Pacman Development Team <pacman-dev@archlinux.org>.\n\ Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>.\n\n\ This is free software; see the source for copying conditions.\n\ There is NO WARRANTY, to the extent permitted by law.\n")" |