index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2016-01-03 13:48:43 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-01-04 13:27:08 +1000 |
commit | 4742f5929dda4a7418781bc4b3d834a9f22b2d62 (patch) | |
tree | fc2c1d6ac80dd0fe9d51fc8b9c289fcc1140d8cb /scripts/makepkg.sh.in | |
parent | 8ca96447ddb6f5b3f8bbb4a7ed946fc9a2907524 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 4 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 53163a2a..753621b8 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-2015 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2006-2016 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> @@ -1747,7 +1747,7 @@ usage() { version() { printf "makepkg (pacman) %s\n" "$makepkg_version" printf -- "$(gettext "\ -Copyright (c) 2006-2015 Pacman Development Team <pacman-dev@archlinux.org>.\n\ +Copyright (c) 2006-2016 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")" |