From e12e5b3dabb5088bdba6551710956d47e34938f9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 2 Oct 2020 16:38:18 +0200 Subject: [PATCH] common,w32: Change copyright holder notice. -- --- common/argparse.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/common/argparse.c b/common/argparse.c index c29f8e9da..c04cf830d 100644 --- a/common/argparse.c +++ b/common/argparse.c @@ -70,8 +70,22 @@ #else /* Used by GnuPG */ +/* GnuPG has always been a part of the GNU project and thus we have + * shown the FSF as holder of the copyright. We continue to do so for + * the reason that without the FSF the free software used all over the + * world would not have come into existence. However, under Windows + * we print a different copyright string with --version because the + * copyright assignments of g10 Code and Werner Koch were terminated + * many years ago, g10 Code is still the major contributor to the + * code, and Windows is not an FSF endorsed platform. Note that the + * list of copyright holders can be found in the AUTHORS file. */ + # define ARGPARSE_GPL_VERSION 3 +# ifdef HAVE_W32_SYSTEM +# define ARGPARSE_CRIGHT_STR "Copyright (C) 2020 g10 Code GmbH" +# else # define ARGPARSE_CRIGHT_STR "Copyright (C) 2020 Free Software Foundation, Inc." +# endif #endif /*GNUPG_MAJOR_VERSION*/