diff options
author | Werner Koch <[email protected]> | 2009-01-08 15:48:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-01-08 15:48:51 +0000 |
commit | 82ab848ea4369c6f4c504332a1fb36de883b4869 (patch) | |
tree | cca1b3795570bacb9c83f8c0b19d010753f7ddbf /jnlib/argparse.c | |
parent | Fix card change detection. (diff) | |
download | gnupg-82ab848ea4369c6f4c504332a1fb36de883b4869.tar.gz gnupg-82ab848ea4369c6f4c504332a1fb36de883b4869.zip |
Update spanish translation.
Cleanups.
Allow utf-8 in email addresses.
Diffstat (limited to 'jnlib/argparse.c')
-rw-r--r-- | jnlib/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/argparse.c b/jnlib/argparse.c index 22133f410..8b2a9f412 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -1107,7 +1107,7 @@ strusage( int level ) break; case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2008 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2009 Free Software Foundation, Inc."; break; case 15: p = "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"; |