From 3bb3b1555a5456aab4a7d51ea695ddb728fa8079 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 1 Jan 2014 20:24:48 +1000 Subject: Update copyright years for 2014 Signed-off-by: Allan McRae --- scripts/makepkg-template.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/makepkg-template.pl.in') diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index 03dd6b83..6e6d9444 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 Pacman Development Team +# Copyright (c) 2013-2014 Pacman Development Team # # 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 @@ -186,7 +186,7 @@ sub version { my ($exitstatus) = @_; printf "makepkg-template (pacman) %s\n", '@PACKAGE_VERSION@'; print gettext( - 'Copyright (c) 2013 Pacman Development Team .'."\n". + 'Copyright (c) 2013-2014 Pacman Development Team .'."\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); -- cgit v1.2.3-24-g4f1b