index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | scripts/makepkg-template.pl.in | 2 |
diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index 567514e1..03dd6b83 100755 --- a/scripts/makepkg-template.pl.in +++ b/scripts/makepkg-template.pl.in @@ -185,7 +185,7 @@ sub usage { sub version { my ($exitstatus) = @_; printf "makepkg-template (pacman) %s\n", '@PACKAGE_VERSION@'; - print gettext( + print gettext( 'Copyright (c) 2013 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"); |