diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg-error.c | 2 | ||||
-rw-r--r-- | src/gpg-error.h.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg-error.c b/src/gpg-error.c index 13703ef..2eb5e7b 100644 --- a/src/gpg-error.c +++ b/src/gpg-error.c @@ -454,7 +454,7 @@ my_strusage (int level) case 11: p = "gpg-error"; break; case 12: p = PACKAGE_NAME; break; case 13: p = PACKAGE_VERSION; break; - case 14: p = "Copyright (C) 2018 g10 Code GmbH"; break; + case 14: p = "Copyright (C) 2019 g10 Code GmbH"; break; case 19: p = _("Please report bugs to <https://bugs.gnupg.org>.\n"); break; case 1: diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index a31fb84..1b9be09 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1,5 +1,5 @@ /* gpg-error.h or gpgrt.h - Common code for GnuPG and others. -*- c -*- - * Copyright (C) 2001-2018 g10 Code GmbH + * Copyright (C) 2001-2019 g10 Code GmbH * * This file is part of libgpg-error (aka libgpgrt). * |