diff options
author | Werner Koch <[email protected]> | 2023-02-10 10:00:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-02-10 10:12:52 +0000 |
commit | c0da6f77c66e3c514a23a80ad497c08b1062c6c8 (patch) | |
tree | e876643f99fe68765e47c180735a6751dd1c697b | |
parent | tests: Fix cleaning up at the end of the test (diff) | |
download | gpgme-c0da6f77c66e3c514a23a80ad497c08b1062c6c8.tar.gz gpgme-c0da6f77c66e3c514a23a80ad497c08b1062c6c8.zip |
core: Update copyright notices
--
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/versioninfo.rc.in | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -22,7 +22,7 @@ List of Copyright holders Copyright (C) 1991-2013 Free Software Foundation, Inc. Copyright (C) 2000-2001 Werner Koch - Copyright (C) 2001-2021 g10 Code GmbH + Copyright (C) 2001-2023 g10 Code GmbH Copyright (C) 2002 Klarälvdalens Datakonsult AB Copyright (C) 2004-2008 Igor Belyi Copyright (C) 2002 John Goerzen @@ -43,7 +43,7 @@ FSF <[email protected]> src/stpcpy.c, src/w32-ce.c. g10 Code GmbH <[email protected]> - - All stuff since mid march 2001. + - All stuff since mid March 2001. Werner Koch <[email protected]> - Design and most stuff. @@ -1,7 +1,7 @@ GPGME - GnuPG Made Easy --------------------------- -Copyright 2001-2021 g10 Code GmbH +Copyright 2001-2023 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in index 78003687..5f7ee453 100644 --- a/src/versioninfo.rc.in +++ b/src/versioninfo.rc.in @@ -39,7 +39,7 @@ BEGIN VALUE "FileDescription", "GPGME - GnuPG Made Easy\0" VALUE "FileVersion", "@LIBGPGME_LT_CURRENT@.@LIBGPGME_LT_AGE@.@LIBGPGME_LT_REVISION@.@BUILD_REVISION@\0" VALUE "InternalName", "gpgme\0" - VALUE "LegalCopyright", "Copyright � 2001-2021 g10 Code GmbH\0" + VALUE "LegalCopyright", "Copyright � 2001-2023 g10 Code GmbH\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gpgme.dll\0" VALUE "PrivateBuild", "\0" |