diff options
author | Werner Koch <[email protected]> | 2007-03-07 20:55:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-03-07 20:55:14 +0000 |
commit | 634b4c31d28914e9730fefcff03f6c242ebfa441 (patch) | |
tree | 30495ec570a4da24bcf2858571cf8701664fa32a /jnlib/argparse.c | |
parent | Support for a global gpgconf configuration file. (diff) | |
download | gnupg-634b4c31d28914e9730fefcff03f6c242ebfa441.tar.gz gnupg-634b4c31d28914e9730fefcff03f6c242ebfa441.zip |
The Cherry XX44 keyboard's PINpad does now work.
DINSIG and NKS card applications are now also PIN pad aware.
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 c4fb057c2..c9cb7d32e 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -905,7 +905,7 @@ strusage( int level ) switch( level ) { case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2006 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2007 Free Software Foundation, Inc."; break; case 15: p = "This program comes with ABSOLUTELY NO WARRANTY.\n" "This is free software, and you are welcome to redistribute it\n" |