aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpg-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg-error.c b/src/gpg-error.c
index 6d16b36..c6b84c8 100644
--- a/src/gpg-error.c
+++ b/src/gpg-error.c
@@ -518,7 +518,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) 2019 g10 Code GmbH"; break;
+ case 14: p = GPGRT_STD_COPYRIGHT_LINE; break;
case 19: p = _("Please report bugs to <https://bugs.gnupg.org>.\n"); break;
#ifdef HAVE_W32_SYSTEM