From 17bb01f86d1d75bb57418a0101c0f08a49bfdd07 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 7 Apr 2025 09:50:37 +0200 Subject: Update the copyright notice. * configure.ac (GPGRT_STD_COPYRIGHT_LINE): New. * src/gpg-error.c (my_strusage): Use it here. --- src/gpg-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 .\n"); break; #ifdef HAVE_W32_SYSTEM -- cgit v1.2.3