diff options
author | Allan McRae <allan@archlinux.org> | 2019-10-23 13:11:43 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-23 14:06:54 +0200 |
commit | f37a3752b38473236720e01230392377a42249e6 (patch) | |
tree | 8c13e934630801f3c00b2777fd1ec954d7b59cf2 /scripts/makepkg-template.pl.in | |
parent | a9835a38a38e0045e13b68fe6d486b4ffebe6d79 (diff) | |
download | pacman-f37a3752b38473236720e01230392377a42249e6.tar.gz pacman-f37a3752b38473236720e01230392377a42249e6.tar.xz |
Update copyright years
make update-copyright OLD=2018 NEW=2019
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/makepkg-template.pl.in')
-rwxr-xr-x | scripts/makepkg-template.pl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index e485dec4..da5eba1b 100755 --- a/scripts/makepkg-template.pl.in +++ b/scripts/makepkg-template.pl.in @@ -2,7 +2,7 @@ # makepkg-template - template system for makepkg # @configure_input@ # -# Copyright (c) 2013-2018 Pacman Development Team <pacman-dev@archlinux.org> +# Copyright (c) 2013-2019 Pacman Development Team <pacman-dev@archlinux.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 @@ -191,7 +191,7 @@ sub version { my ($exitstatus) = @_; printf "makepkg-template (pacman) %s\n", '@PACKAGE_VERSION@'; print gettext( - 'Copyright (c) 2013-2018 Pacman Development Team <pacman-dev@archlinux.org>.'."\n". + 'Copyright (c) 2013-2019 Pacman Development Team <pacman-dev@archlinux.org>.'."\n". 'This is free software; see the source for copying conditions.'."\n". 'There is NO WARRANTY, to the extent permitted by law.'."\n"); exit($exitstatus); |