diff options
author | Werner Koch <[email protected]> | 2023-01-16 12:25:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-01-16 12:25:22 +0000 |
commit | 841c691128dffa230fedc60af0cf34e6a92bb001 (patch) | |
tree | 31643739d9b9f99d54fbaa5ed8fb7d5e2bca8e24 | |
parent | scd:openpgp: Allow auto-changing of the key attributes in genkey. (diff) | |
download | gnupg-841c691128dffa230fedc60af0cf34e6a92bb001.tar.gz gnupg-841c691128dffa230fedc60af0cf34e6a92bb001.zip |
Update copyright notices
--
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | common/w32info-rc.h.in | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
4 files changed, 5 insertions, 5 deletions
@@ -17,7 +17,7 @@ List of Copyright holders Copyright (C) 1997-2019 Werner Koch Copyright (C) 1994-2021 Free Software Foundation, Inc. - Copyright (C) 2003-2022 g10 Code GmbH + Copyright (C) 2003-2023 g10 Code GmbH Copyright (C) 2002 Klarälvdalens Datakonsult AB Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper <[email protected]> Copyright (C) 1994 X Consortium @@ -4,7 +4,7 @@ Copyright 1997-2019 Werner Koch Copyright 1998-2021 Free Software Foundation, Inc. - Copyright 2003-2022 g10 Code GmbH + Copyright 2003-2023 g10 Code GmbH * INTRODUCTION diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in index 4c0e034ae..1e76b58a9 100644 --- a/common/w32info-rc.h.in +++ b/common/w32info-rc.h.in @@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0" #define W32INFO_PRODUCTVERSION "@VERSION@\0" #define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \ -2022 g10 Code GmbH\0" +2023 g10 Code GmbH\0" diff --git a/configure.ac b/configure.ac index 52f52951d..ca7bda981 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac - for GnuPG 2.2 # Copyright (C) 1998-2019 Free Software Foundation, Inc. # Copyright (C) 1998-2019 Werner Koch -# Copyright (C) 2003-2022 g10 Code GmbH +# Copyright (C) 2003-2023 g10 Code GmbH # # This file is part of GnuPG. # @@ -509,7 +509,7 @@ AH_BOTTOM([ #define GNUPG_PRIVATE_KEYS_DIR "private-keys-v1.d" #define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d" -#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2022 g10 Code GmbH" +#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2023 g10 Code GmbH" /* For some systems (DOS currently), we hardcode the path here. For |