diff options
author | Werner Koch <[email protected]> | 2016-01-26 12:20:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-01-26 12:20:59 +0000 |
commit | 7313c5fd5a73b0c90738bf393b609cdb388a7202 (patch) | |
tree | 232f3fb36748d426806e365e572a838460bd48da | |
parent | po: Update German translation (diff) | |
download | gnupg-7313c5fd5a73b0c90738bf393b609cdb388a7202.tar.gz gnupg-7313c5fd5a73b0c90738bf393b609cdb388a7202.zip |
Update copyright years.
--
Diffstat (limited to '')
-rw-r--r-- | AUTHORS | 10 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | common/argparse.c | 4 | ||||
-rw-r--r-- | g10/gpg.c | 2 |
5 files changed, 12 insertions, 12 deletions
@@ -15,9 +15,9 @@ copyrightable year that would otherwise be listed individually. List of Copyright holders ========================= - Copyright (C) 1997-2015 Werner Koch - Copyright (C) 1994-2015 Free Software Foundation, Inc. - Copyright (C) 2003-2013 g10 Code GmbH + Copyright (C) 1997-2016 Werner Koch + Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2013,2015-2016 g10 Code GmbH Copyright (C) 2002 Klarälvdalens Datakonsult AB Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper <[email protected]> Copyright (C) 1994 X Consortium @@ -226,8 +226,8 @@ at the bottom of this file. ========= - Copyright 1998-2013 Free Software Foundation, Inc. - Copyright 1997-2014 Werner Koch + Copyright 1998-2016 Free Software Foundation, Inc. + Copyright 1997-2016 Werner Koch This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -2865,8 +2865,8 @@ Version 0.1.0 (1998-01-05) Version 0.0.0 (1997-12-20) - Copyright (C) 1998-2015 Free Software Foundation, Inc. - Copyright (C) 1997-2015 Werner Koch + Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2016 Werner Koch This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -2,8 +2,8 @@ ========================= Version 2.1 - Copyright 1997-2015 Werner Koch - Copyright 1998-2015 Free Software Foundation, Inc. + Copyright 1997-2016 Werner Koch + Copyright 1998-2016 Free Software Foundation, Inc. * INTRODUCTION diff --git a/common/argparse.c b/common/argparse.c index b6abf86ba..c69241dbc 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -1,6 +1,6 @@ /* [argparse.c wk 17.06.97] Argument Parser for option handling * Copyright (C) 1998-2001, 2006-2008, 2012 Free Software Foundation, Inc. - * Copyright (C) 1997-2001, 2006-2008, 2013-2015 Werner Koch + * Copyright (C) 1997-2001, 2006-2008, 2013-2016 Werner Koch * * This file is part of GnuPG. * @@ -71,7 +71,7 @@ #else /* Used by GnuPG */ # define ARGPARSE_GPL_VERSION 3 -# define ARGPARSE_CRIGHT_STR "Copyright (C) 2015 Free Software Foundation, Inc." +# define ARGPARSE_CRIGHT_STR "Copyright (C) 2016 Free Software Foundation, Inc." #endif /*GNUPG_MAJOR_VERSION*/ @@ -1,7 +1,7 @@ /* gpg.c - The GnuPG utility (main for gpg) * Copyright (C) 1998-2011 Free Software Foundation, Inc. * Copyright (C) 1997-2016 Werner Koch - * Copyright (C) 2015 g10 Code GmbH + * Copyright (C) 2015-2016 g10 Code GmbH * * This file is part of GnuPG. * |