diff options
author | Werner Koch <[email protected]> | 2025-04-07 07:50:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-04-07 07:50:37 +0000 |
commit | 17bb01f86d1d75bb57418a0101c0f08a49bfdd07 (patch) | |
tree | 28a6b209fb5e2c7c69c719fe4101987a512b3e80 /configure.ac | |
parent | w32: Improve the detection of the need for a \\?\ prefix (diff) | |
download | libgpg-error-17bb01f86d1d75bb57418a0101c0f08a49bfdd07.tar.gz libgpg-error-17bb01f86d1d75bb57418a0101c0f08a49bfdd07.zip |
Update the copyright notice.
* configure.ac (GPGRT_STD_COPYRIGHT_LINE): New.
* src/gpg-error.c (my_strusage): Use it here.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 594e7b0..f235cdb 100644 --- a/configure.ac +++ b/configure.ac @@ -215,6 +215,8 @@ AH_BOTTOM([ #define GPGRT_ENABLE_ES_MACROS 1 #define GPGRT_ENABLE_LOG_MACROS 1 #define GPGRT_ENABLE_ARGPARSE_MACROS 1 + +#define GPGRT_STD_COPYRIGHT_LINE "Copyright (C) 2025 g10 Code GmbH" ]) # We used to provide gpg-error-config command always. Now, it's |