diff options
author | Werner Koch <[email protected]> | 2014-06-23 14:38:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-23 15:15:09 +0000 |
commit | 297f2ac6451e638ed96926d06b01189076010823 (patch) | |
tree | c6008af8f2e73d9ed55a535ea37e9819e27888b8 /util/argparse.c | |
parent | po: Auto-update (diff) | |
download | gnupg-1.4.17.tar.gz gnupg-1.4.17.zip |
Release 1.4.17gnupg-1.4.17
Diffstat (limited to 'util/argparse.c')
-rw-r--r-- | util/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/argparse.c b/util/argparse.c index a0579cb89..267b6f17e 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -1046,7 +1046,7 @@ default_strusage( int level ) break; case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2013 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2014 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"; |