diff options
author | Werner Koch <wk@gnupg.org> | 2025-01-08 15:39:02 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2025-01-08 15:39:02 +0100 |
commit | faa2d3a2e7a40555be19aa5648eed495807fa8e6 (patch) | |
tree | 4f74b731bf00bf5de9a4ae0b0b1084749a48d3af /configure.ac | |
parent | gpg: Print a warning if the card backup key could not be written. (diff) | |
download | gnupg2-faa2d3a2e7a40555be19aa5648eed495807fa8e6.tar.xz gnupg2-faa2d3a2e7a40555be19aa5648eed495807fa8e6.zip |
Update README and copyright years.
--
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7744d03d3..e8d5122a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac - for GnuPG 2.1 # Copyright (C) 1998-2019 Werner Koch # Copyright (C) 1998-2021 Free Software Foundation, Inc. -# Copyright (C) 2003-2023 g10 Code GmbH +# Copyright (C) 2003-2025 g10 Code GmbH # # This file is part of GnuPG. # @@ -515,7 +515,7 @@ AH_BOTTOM([ #define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d" #define GNUPG_CACHE_DIR "cache.d" -#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2024 g10 Code GmbH" +#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2025 g10 Code GmbH" /* For some systems (DOS currently), we hardcode the path here. For POSIX systems the values are constructed by the Makefiles, so that |