mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-20 14:37:08 +01:00
Update copyright years.
* util/argparse.c (default_strusage): Update printed copyright year.
This commit is contained in:
parent
667ba59ec5
commit
dccdcef319
@ -1,4 +1,5 @@
|
|||||||
# Copyright (C) 1998,1999,2000,2001,2003,2011 Free Software Foundation, Inc.
|
# Copyright (C) 1998,1999,2000,2001,2003,2010,2011,
|
||||||
|
# 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
|
4
README
4
README
@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.4.11
|
Version 1.4.12
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007, 2008, 2009,
|
2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010 Free Software Foundation, Inc.
|
2010, 2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is free software; as a special exception the author
|
This file is free software; as a special exception the author
|
||||||
gives unlimited permission to copy and/or distribute it, with or
|
gives unlimited permission to copy and/or distribute it, with or
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.ac script for GnuPG
|
# configure.ac script for GnuPG
|
||||||
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
# 2008, 2009 Free Software Foundation, Inc.
|
# 2008, 2009, 2010, 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* gpg.c - The GnuPG utility (main for gpg)
|
/* gpg.c - The GnuPG utility (main for gpg)
|
||||||
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||||
* 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
* 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This file is part of GnuPG.
|
* This file is part of GnuPG.
|
||||||
*
|
*
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
-----
|
-----
|
||||||
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
2006, 2007, 2008, 2009, 2010,
|
2006, 2007, 2008, 2009, 2010, 2011,
|
||||||
2011 Free Software Foundation, Inc.
|
2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file and/or the original GIT
|
Copying and distribution of this file and/or the original GIT
|
||||||
commit log messages, with or without modification, are
|
commit log messages, with or without modification, are
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* [argparse.c wk 17.06.97] Argument Parser for option handling
|
/* [argparse.c wk 17.06.97] Argument Parser for option handling
|
||||||
* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007,
|
* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007,
|
||||||
* 2008 Free Software Foundation, Inc.
|
* 2008, 2010, 2012 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This file is part of GnuPG.
|
* This file is part of GnuPG.
|
||||||
*
|
*
|
||||||
@ -917,7 +917,7 @@ default_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) 2012 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user