mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-06 00:06:54 +00:00
Don't translate "Copyright".
This commit is contained in:
@@ -293,8 +293,8 @@ main (int argc, char *const *argv)
|
||||
|
||||
case 'v':
|
||||
{
|
||||
printf ("rmt (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION);
|
||||
printf (_("Copyright (C) %d Free Software Foundation, Inc.\n"), 2003);
|
||||
printf ("rmt (%s) %s\n%s\n", PACKAGE_NAME, PACKAGE_VERSION,
|
||||
"Copyright (C) 2003 Free Software Foundation, Inc.");
|
||||
puts (_("\
|
||||
This program comes with NO WARRANTY, to the extent permitted by law.\n\
|
||||
You may redistribute it under the terms of the GNU General Public License;\n\
|
||||
|
||||
@@ -1219,8 +1219,8 @@ decode_options (int argc, char **argv)
|
||||
|
||||
if (show_version)
|
||||
{
|
||||
printf ("tar (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION);
|
||||
printf (_("Copyright (C) %d Free Software Foundation, Inc.\n"), 2003);
|
||||
printf ("tar (%s) %s\n%s\n", PACKAGE_NAME, PACKAGE_VERSION,
|
||||
"Copyright (C) 2003 Free Software Foundation, Inc.");
|
||||
puts (_("\
|
||||
This program comes with NO WARRANTY, to the extent permitted by law.\n\
|
||||
You may redistribute it under the terms of the GNU General Public License;\n\
|
||||
|
||||
Reference in New Issue
Block a user