Difference between revisions of "Gnupg"

From Free Software Directory
Jump to: navigation, search
(gnupg-2.2.21 + removing related projects to keep readable resources, should have their own entries)
(UnicodeData license info)
(10 intermediate revisions by the same user not shown)
Line 73: Line 73:
 
|License verified by=Genium
 
|License verified by=Genium
 
|License verified date=2020/07/17
 
|License verified date=2020/07/17
|License note=https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob_plain;f=AUTHORS;hb=HEAD
+
|License note=https://dev.gnupg.org/source/gnupg/browse/master/AUTHORS<br>
 +
Note that some files are under a combination of the [[License:LGPL-3.0|GNU Lesser General Public License, version 3]] (see file [https://dev.gnupg.org/source/gnupg/browse/master/COPYING.LGPL3 COPYING.LGPL3] and the [[License:GPL-2.0|GNU General Public License, version 2]] (see file [https://dev.gnupg.org/source/gnupg/browse/master/COPYING.GPL2 COPYING.GPL2]).  Some files are under the [[License:LGPL-2.1|GNU Lesser General Public License, version 2.1]] (see file [https://dev.gnupg.org/source/gnupg/browse/master/COPYING.LGPL21 COPYING.LGPL21]).  A few files carry an all permissive license note as found at the bottom of this file.  A few files are distributed under permissive licenses as listed in the file [https://dev.gnupg.org/source/gnupg/browse/master/COPYING.other COPYING.other].  Some other small files are distributed under the [[License:CC0|Creative Commons Zero license]] (see file COPYING.CC0) which basically puts them into the public domain.
 +
}}
 +
{{Project license
 +
|License=Expat
 +
|License copyright=Copyright (c) 2008, 2009, 2010, 2012-2016  William Ahern
 +
|License verified by=Genium
 +
|License verified date=2020-07-17
 +
|License note=Applies to part: [https://dev.gnupg.org/source/gnupg/browse/master/dirmngr/dns.c DNS resolver]
 +
}}
 +
{{Project license
 +
|License=BSD 3Clause
 +
|License copyright=Copyright (c) 2000, Dimitrios Souflis
 +
|License verified by=Genium
 +
|License verified date=2020-07-17
 +
|License note=Applies to part: [https://dev.gnupg.org/source/gnupg/browse/master/tests/gpgscm/LICENSE.TinySCHEME TinySCHEME]
 +
}}
 +
{{Project license
 +
|License=Spencer-86
 +
|License copyright=Originally:
 +
 
 +
    Copyright (c) 1986 by University of Toronto.
 +
    Written by Henry Spencer.  Not derived from licensed software.
 +
 
 +
  Subsequently modified by:
 +
 
 +
    1986 John Gilmore hoptoad!gnu
 +
    1987 James A. Woods ames!jaw
 +
    1993 Christopher Seiwald seiwald@vix.com
 +
    2000, 2002 Christopher Seiwald <seiwald@perforce.com>
 +
    2010 Steve Bennett <steveb@workware.net.au>
 +
    2020 NIIBE Yutaka <gniibe@fsij.org>
 +
|License verified by=Genium
 +
|License verified date=2020-07-17
 +
|License note=Applies to part:: [https://dev.gnupg.org/source/gnupg/browse/master/COPYING.other Regular expression support] (regexp/jimregexp.[ch])
 +
}}
 +
{{Project license
 +
|License=BSD-2-Clause
 +
|License copyright=(c) 2010-2016 Steve Bennett <steveb@workware.net.au>
 +
|License verified by=Genium
 +
|License verified date=2020-07-17
 +
|License note=Applies to part: [https://dev.gnupg.org/source/gnupg/browse/master/COPYING.other Regular expression support] (regexp/utf8.[ch], see [https://dev.gnupg.org/source/gnupg/browse/master/regexp/LICENSE regexp/LICENSE])
 +
}}
 +
{{Project license
 +
|License=Unicode
 +
|License copyright=Copyright © 1991-2020 Unicode, Inc. All rights reserved.
 +
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
 +
|License verified by=Genium
 +
|License verified date=2020-07-17
 +
|License note=https://dev.gnupg.org/source/gnupg/browse/master/COPYING.other
 +
 
 +
* Applies to part:: [https://dev.gnupg.org/source/gnupg/browse/master/regexp/UnicodeData.txt UnicodeData.txt]
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Werner Koch
 
|Real name=Werner Koch
|Role=Maintainer
+
|Role=Author & maintainer
 
|Email=wk@gnupg.org
 
|Email=wk@gnupg.org
 
}}
 
}}
Line 101: Line 152:
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Git
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.gnupg.org
+
|Resource URL=https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git
 
}}
 
}}
 
{{Resource
 
{{Resource

Revision as of 13:13, 17 July 2020


[edit]

GNU Privacy Guard

https://gnupg.org/
Complete implementation of the OpenPGP Internet standard.

GnuPG is a complete implementation of the OpenPGP standard. It is used to encrypt and sign data and communication. It features powerful key management and the ability to access public key servers.

This package, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available.

Notes

Even if you have nothing to hide, using encryption helps protect the privacy of people you communicate with, and makes life difficult for bulk surveillance systems. If you do have something important to hide, you are in good company; GnuPG is one of the tools that Edward Snowden used to uncover the secrets of the NSA.

See also the Email Self-Defense site to learn how and why you should use GnuPG for your electronic communication.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part: Regular expression support (regexp/utf8.[ch], see regexp/LICENSE)

License

Spencer-86

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part:: Regular expression support (regexp/jimregexp.[ch])

License

Expat

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part: DNS resolver

Verified by

Genium

Verified on

17 July 2020

Notes

Applies to part: TinySCHEME

License

Unicode

Verified by

Genium

Verified on

17 July 2020

Verified by

Genium

Verified on

17 July 2020

Notes

https://dev.gnupg.org/source/gnupg/browse/master/AUTHORS
Note that some files are under a combination of the GNU Lesser General Public License, version 3 (see file COPYING.LGPL3 and the GNU General Public License, version 2 (see file COPYING.GPL2). Some files are under the GNU Lesser General Public License, version 2.1 (see file COPYING.LGPL21). A few files carry an all permissive license note as found at the bottom of this file. A few files are distributed under permissive licenses as listed in the file COPYING.other. Some other small files are distributed under the Creative Commons Zero license (see file COPYING.CC0) which basically puts them into the public domain.




Leaders and contributors

Contact(s)Role
Werner Koch Author & maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadftp://ftp.gnupg.org/gcrypt/gnupg/
DebianDeveloperhttps://tracker.debian.org/pkg/gnupg1
WikiGeneralhttps://wiki.gnupg.org
ProgrammersMailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-devel/
WikidataGeneralhttps://www.wikidata.org/wiki/Q223204
SavannahDeveloperhttps://savannah.gnu.org/projects/gnupg/
DebianDeveloperhttps://tracker.debian.org/pkg/gnupg2
Bug reportsBug Trackinghttps://dev.gnupg.org/
End-usersMailing Listhttps://lists.gnupg.org/mailman/listinfo/gnupg-users/
GitVCS Repository Webviewhttps://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git


Software prerequisites




Entry











"Spencer-86" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"BSD-2-Clause" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"Unicode" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.




"Author & maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Git" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bug reports" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.