mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Update copyright year.
This commit is contained in:
parent
92844f475b
commit
4a9d69ca87
@ -1,5 +1,5 @@
|
|||||||
# Makefile.am - main makefile for NewPG/GnuPG
|
# Makefile.am - Top level makefile for GnuPG
|
||||||
# Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2004, 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
|
5
README
5
README
@ -2,8 +2,9 @@
|
|||||||
=========================
|
=========================
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
2005, 2006, 2007, 2008, 2009, 2010, 2011,
|
||||||
|
2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# configure.ac - for GnuPG 2.0
|
# configure.ac - for GnuPG 2.0
|
||||||
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
# 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
|
# 2006, 2007, 2008, 2010, 2011,
|
||||||
|
# 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
|
@ -1107,7 +1107,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) 2011 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";
|
||||||
|
@ -188,7 +188,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) 2012 Free Software Foundation, Inc.\n"
|
||||||
"This program comes with ABSOLUTELY NO WARRANTY.\n"
|
"This program comes with ABSOLUTELY NO WARRANTY.\n"
|
||||||
"This is free software, and you are welcome to redistribute it\n"
|
"This is free software, and you are welcome to redistribute it\n"
|
||||||
"under certain conditions. See the file COPYING for details.\n",
|
"under certain conditions. See the file COPYING for details.\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user