diff options
author | JinWang An <jinwang.an@samsung.com> | 2021-12-01 16:54:33 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2021-12-01 16:54:33 +0900 |
commit | 262a6d564b513034547cfb9840eb6b6e1dc48a13 (patch) | |
tree | 27ff2895a1e1ef383cce8c8f368326e3289518a7 /README | |
parent | 26fb537f9cf011eaeaf975adcad5e8e9154d04fd (diff) | |
download | gpgme-262a6d564b513034547cfb9840eb6b6e1dc48a13.tar.gz gpgme-262a6d564b513034547cfb9840eb6b6e1dc48a13.tar.bz2 gpgme-262a6d564b513034547cfb9840eb6b6e1dc48a13.zip |
Imported Upstream version 1.4.0upstream/1.4.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,7 @@ GPGME - GnuPG Made Easy --------------------------- - Copyright 2004, 2006, 2010, 2012 g10 Code GmbH + Copyright 2004, 2006, 2010, 2012, 2013 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 @@ -26,10 +26,11 @@ GPGME uses GnuPG and GpgSM as its backends to support OpenPGP and the Cryptographic Message Syntax (CMS). GPGME runs best on GNU/Linux or *BSD systems. Other Unices may -require small portability fixes, send us your patches. +require small portability fixes, please send us your patches. -See the file COPYING.LESSER and each file for copyright and warranty -information. +See the files COPYING, COPYING.LESSER, and each file for copyright and +warranty information. The file AUTHORS has a list of authors and +useful web and mail addresses. Installation @@ -111,3 +112,5 @@ in the tests/gpg/ directory may also prove useful. Please subscribe to the gnupg-devel@gnupg.org mailing list if you want to do serious work. + +For hacking on GPGME, please have a look at doc/HACKING. |