mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Update copyright year
Nuked some trailing spaces.
This commit is contained in:
parent
38904b697c
commit
d9bd013a1f
3
README
3
README
@ -5,7 +5,7 @@
|
|||||||
THIS IS A DEVELOPMENT VERSION AND NOT INTENDED FOR REGULAR USE.
|
THIS IS A DEVELOPMENT VERSION AND NOT INTENDED FOR REGULAR USE.
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
@ -192,4 +192,3 @@ http://www.gnupg.org/service.html .
|
|||||||
distributed in the hope that it will be useful, but WITHOUT ANY
|
distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY, to the extent permitted by law; without even the implied
|
WARRANTY, to the extent permitted by law; without even the implied
|
||||||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-03 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* argparse.c (strusage): Update copyright year.
|
||||||
|
|
||||||
2011-01-31 Werner Koch <wk@g10code.com>
|
2011-01-31 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* openpgp-oid.c: New.
|
* openpgp-oid.c: New.
|
||||||
|
@ -1192,7 +1192,7 @@ strusage( int level )
|
|||||||
break;
|
break;
|
||||||
case 11: p = "foo"; break;
|
case 11: p = "foo"; break;
|
||||||
case 13: p = "0.0"; break;
|
case 13: p = "0.0"; break;
|
||||||
case 14: p = "Copyright (C) 2010 Free Software Foundation, Inc."; break;
|
case 14: p = "Copyright (C) 2011 Free Software Foundation, Inc."; break;
|
||||||
case 15: p =
|
case 15: p =
|
||||||
"This is free software: you are free to change and redistribute it.\n"
|
"This is free software: you are free to change and redistribute it.\n"
|
||||||
"There is NO WARRANTY, to the extent permitted by law.\n";
|
"There is NO WARRANTY, to the extent permitted by law.\n";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.ac - for GnuPG 2.1
|
# configure.ac - for GnuPG 2.1
|
||||||
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
# 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2011-02-03 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* watchgnupg.c (print_version): Update copyright year.
|
||||||
|
|
||||||
2010-12-14 Werner Koch <wk@g10code.com>
|
2010-12-14 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpgconf-comp.c (gc_options_gpg_agent, gc_options_scdaemon)
|
* gpgconf-comp.c (gc_options_gpg_agent, gc_options_scdaemon)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* watchgnupg.c - Socket server for GnuPG logs
|
/* watchgnupg.c - Socket server for GnuPG logs
|
||||||
* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
* Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This file is part of GnuPG.
|
* This file is part of GnuPG.
|
||||||
*
|
*
|
||||||
@ -250,7 +250,7 @@ static void
|
|||||||
print_version (int with_help)
|
print_version (int with_help)
|
||||||
{
|
{
|
||||||
fputs (MYVERSION_LINE "\n"
|
fputs (MYVERSION_LINE "\n"
|
||||||
"Copyright (C) 2004 Free Software Foundation, Inc.\n"
|
"Copyright (C) 2010 Free Software Foundation, Inc.\n"
|
||||||
"License GPLv3+: "
|
"License GPLv3+: "
|
||||||
"GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
|
"GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
|
||||||
"This is free software: you are free to change and redistribute it.\n"
|
"This is free software: you are free to change and redistribute it.\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user