summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-01-26 09:47:44 +0100
committerWerner Koch <wk@gnupg.org>2015-01-26 09:47:44 +0100
commit6a7cd748a4d48ccc96da9bd446b42413d76143a9 (patch)
tree8cf6ff154860984caf01362ae073ee34f098b239
parent3c559476bb2e5796f2b65633693317f59869c5b1 (diff)
downloadlibgpg-error-6a7cd748a4d48ccc96da9bd446b42413d76143a9.tar.gz
Update copyright notices.
--
-rw-r--r--AUTHORS2
-rw-r--r--configure.ac2
-rw-r--r--doc/errorref.txt3
-rw-r--r--src/gpg-error.h.in2
-rw-r--r--src/version.c2
5 files changed, 7 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index c9030e5..2f89f6f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -71,7 +71,7 @@ sufficient.
- Copyright 2003, 2004, 2005, 2006, 2007, 2013 g10 Code GmbH
+ Copyright 2003, 2004, 2005, 2006, 2007, 2013, 2014, 2015 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/configure.ac b/configure.ac
index 9574c93..54b6068 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# configure.ac for libgpg-error
-# Copyright (C) 2003, 2004, 2006, 2010, 2013, 2014 g10 Code GmbH
+# Copyright (C) 2003, 2004, 2006, 2010, 2013, 2014, 2015 g10 Code GmbH
#
# This file is part of libgpg-error.
#
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 2e4a6bd..7e6da8d 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -299,6 +299,9 @@ GPG_ERR_INV_NAME Invalid name
an embedded Nul byte when given as escaped string.
- In SCDAEMON for an unknown attribute name.
+ Also used for URLs which have non-acceptable characters for the
+ specific application.
+
[more to come]
89 GPG_ERR_BAD_DATA Bad data
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 7099b43..ff1162e 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1,5 +1,5 @@
/* gpg-error.h - Public interface to libgpg-error. -*- c -*-
- Copyright (C) 2003, 2004, 2010, 2013, 2014 g10 Code GmbH
+ Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015 g10 Code GmbH
This file is part of libgpg-error.
diff --git a/src/version.c b/src/version.c
index 8bfe625..216fee4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -39,7 +39,7 @@ cright_blurb (void)
static const char blurb[] =
"\n\n"
"This is Libgpg-error " PACKAGE_VERSION " - An error code library\n"
- "Copyright 2003, 2004, 2010, 2013, 2014 g10 Code GmbH\n"
+ "Copyright 2003, 2004, 2010, 2013, 2014, 2015 g10 Code GmbH\n"
"\n"
"(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
"\n\n";