index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2013-07-22 03:09:58 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-07-30 13:00:25 +1000 |
commit | 8e533b0363551febeab7521b21d16ff46a1722aa (patch) | |
tree | 0fc1b55cd887449f854580297e0ae99c09bb0f29 /scripts/makepkg-template.pl.in | |
parent | 4ad6939980a9c6e6fc12c78d9d4b0d2a69dcc01b (diff) |
-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"); |