doc: Update copyright years and change two URLs.
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
1ae83de262
commit
67b4dafb6d
4
AUTHORS
4
AUTHORS
@ -1,5 +1,5 @@
|
|||||||
Package: gpgme
|
Package: gpgme
|
||||||
Homepage: https://gnupg.org/related_software/gpgme/
|
Homepage: https://gnupg.org/software/gpgme/
|
||||||
Download: https://gnupg.org/ftp/gcrypt/gpgme/
|
Download: https://gnupg.org/ftp/gcrypt/gpgme/
|
||||||
Repository: git://git.gnupg.org/gpgme.git
|
Repository: git://git.gnupg.org/gpgme.git
|
||||||
Maintainer: Werner Koch <wk@gnupg.org>
|
Maintainer: Werner Koch <wk@gnupg.org>
|
||||||
@ -19,7 +19,7 @@ List of Copyright holders
|
|||||||
|
|
||||||
Copyright (C) 1991-2013 Free Software Foundation, Inc.
|
Copyright (C) 1991-2013 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2000-2001 Werner Koch
|
Copyright (C) 2000-2001 Werner Koch
|
||||||
Copyright (C) 2001-2017 g10 Code GmbH
|
Copyright (C) 2001-2018 g10 Code GmbH
|
||||||
Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
||||||
Copyright (C) 2004-2008 Igor Belyi
|
Copyright (C) 2004-2008 Igor Belyi
|
||||||
Copyright (C) 2002 John Goerzen
|
Copyright (C) 2002 John Goerzen
|
||||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
|||||||
GPGME - GnuPG Made Easy
|
GPGME - GnuPG Made Easy
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Copyright 2001-2017 g10 Code GmbH
|
Copyright 2001-2018 g10 Code GmbH
|
||||||
|
|
||||||
This file is free software; as a special exception the author gives
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
@ -810,7 +810,7 @@ AH_BOTTOM([
|
|||||||
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
|
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
|
||||||
|
|
||||||
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
|
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
|
||||||
"Copyright (C) 2001--2017 g10 Code GmbH\n"
|
"Copyright (C) 2001--2018 g10 Code GmbH\n"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ Table of Contents
|
|||||||
|
|
||||||
|
|
||||||
The "gpg" module is a python interface to the GPGME library:
|
The "gpg" module is a python interface to the GPGME library:
|
||||||
[https://www.gnupg.org/related_software/gpgme/]
|
[https://www.gnupg.org/software/gpgme/]
|
||||||
|
|
||||||
"gpg" offers two interfaces, one is a high-level, curated, and idiomatic
|
"gpg" offers two interfaces, one is a high-level, curated, and idiomatic
|
||||||
interface that is implemented as a shim on top of the low-level
|
interface that is implemented as a shim on top of the low-level
|
||||||
@ -36,8 +36,8 @@ functionality of the underlying library.
|
|||||||
2 Bugs
|
2 Bugs
|
||||||
══════
|
══════
|
||||||
|
|
||||||
Please report bugs using our bug tracker using the category 'gpgme',
|
Please report bugs using our bug tracker [https://bugs.gnupg.org] with
|
||||||
and topic 'python': [https://bugs.gnupg.org/gnupg/]
|
tag (aka project) 'gpgme'.
|
||||||
|
|
||||||
|
|
||||||
3 Authors
|
3 Authors
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#+TITLE: gpg - GPGME bindings for Python
|
#+TITLE: gpg - GPGME bindings for Python
|
||||||
|
#+OPTIONS: author:nil
|
||||||
|
|
||||||
The "gpg" module is a python interface to the GPGME library:
|
The "gpg" module is a python interface to the GPGME library:
|
||||||
https://www.gnupg.org/related_software/gpgme/
|
[[https://www.gnupg.org/software/gpgme/]]
|
||||||
|
|
||||||
"gpg" offers two interfaces, one is a high-level, curated, and
|
"gpg" offers two interfaces, one is a high-level, curated, and
|
||||||
idiomatic interface that is implemented as a shim on top of the
|
idiomatic interface that is implemented as a shim on top of the
|
||||||
@ -21,9 +21,8 @@ https://lists.gnupg.org/mailman/listinfo/gnupg-devel
|
|||||||
|
|
||||||
* Bugs
|
* Bugs
|
||||||
|
|
||||||
Please report bugs using our bug tracker using the category 'gpgme',
|
Please report bugs using our bug tracker
|
||||||
and topic 'python':
|
[[https://bugs.gnupg.org]] with tag (aka project) 'gpgme'.
|
||||||
https://bugs.gnupg.org/gnupg/
|
|
||||||
|
|
||||||
* Authors
|
* Authors
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* gpgme.h - Public interface to GnuPG Made Easy. -*- c -*-
|
/* gpgme.h - Public interface to GnuPG Made Easy. -*- c -*-
|
||||||
* Copyright (C) 2000 Werner Koch (dd9jn)
|
* Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
* Copyright (C) 2001-2017 g10 Code GmbH
|
* Copyright (C) 2001-2018 g10 Code GmbH
|
||||||
*
|
*
|
||||||
* This file is part of GPGME.
|
* This file is part of GPGME.
|
||||||
*
|
*
|
||||||
@ -16,6 +16,7 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
|
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||||
|
* SPDX-License-Identifier: LGPL-2.1+
|
||||||
*
|
*
|
||||||
* Generated from gpgme.h.in for @GPGME_CONFIG_HOST@.
|
* Generated from gpgme.h.in for @GPGME_CONFIG_HOST@.
|
||||||
*/
|
*/
|
||||||
|
@ -39,7 +39,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "GPGME - GnuPG Made Easy\0"
|
VALUE "FileDescription", "GPGME - GnuPG Made Easy\0"
|
||||||
VALUE "FileVersion", "@LIBGPGME_LT_CURRENT@.@LIBGPGME_LT_AGE@.@LIBGPGME_LT_REVISION@.@BUILD_REVISION@\0"
|
VALUE "FileVersion", "@LIBGPGME_LT_CURRENT@.@LIBGPGME_LT_AGE@.@LIBGPGME_LT_REVISION@.@BUILD_REVISION@\0"
|
||||||
VALUE "InternalName", "gpgme\0"
|
VALUE "InternalName", "gpgme\0"
|
||||||
VALUE "LegalCopyright", "Copyright © 2001-2017 g10 Code GmbH\0"
|
VALUE "LegalCopyright", "Copyright © 2001-2018 g10 Code GmbH\0"
|
||||||
VALUE "LegalTrademarks", "\0"
|
VALUE "LegalTrademarks", "\0"
|
||||||
VALUE "OriginalFilename", "gpgme.dll\0"
|
VALUE "OriginalFilename", "gpgme.dll\0"
|
||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
|
Loading…
Reference in New Issue
Block a user