diff options
-rw-r--r-- | OpenPGP-Keychain/res/raw/help_about.html | 20 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 14 insertions, 8 deletions
diff --git a/OpenPGP-Keychain/res/raw/help_about.html b/OpenPGP-Keychain/res/raw/help_about.html index fd3a5f0e1..26f4a0345 100644 --- a/OpenPGP-Keychain/res/raw/help_about.html +++ b/OpenPGP-Keychain/res/raw/help_about.html @@ -5,18 +5,22 @@ And don't add newlines before or after p tags because of transifex --> <head> </head> <body> -<p><a href="https://github.com/dschuermann/openpgp-keychain">https://github.com/dschuermann/openpgp-keychain</a></p> -<p><a href="https://github.com/dschuermann/openpgp-keychain">OpenPGP Keychain</a> is an OpenPGP implementation. -The development began as a fork of <a href="http://code.google.com/p/android-privacy-guard">Android Privacy Guard (APG)</a></p> -<p>License: Apache License v2</p> +<p><a href="http://sufficientlysecure.org/keychain">http://sufficientlysecure.org/keychain</a></p> +<p><a href="http://sufficientlysecure.org/keychain">OpenPGP Keychain</a> is an OpenPGP implementation for Android. The development began as a fork of Android Privacy Guard (APG).</p> +<p>License: GPLv3+</p> -<h2>Developer</h2> +<h2>Developers OpenPGP Keychain</h2> <ul> -<li>Dominik Schürmann (Developer OpenPGP Keychain)</li> +<li>Dominik Schürmann (Lead developer)</li> +<li>Ash Hughes</li> +<li>Brian C. Barnes</li> +</ul> +<h2>Developers APG 1.x</h2> +<ul> +<li>Thialfihar (Lead developer)</li> +<li>Senecaso (QRCode, sign key, upload key)</li> <li>Oliver Runge</li> <li>Markus Doits</li> -<li>Senecaso (QRCode, sign key, upload key)</li> -<li>Thialfihar (Main developer APG v1.x)</li> </ul> <h2>Libraries</h2> @@ -2,6 +2,8 @@ OpenPGP Keychain is a EXPERIMENTAL fork of Android Privacy Guard (APG) +see http://sufficientlysecure.org/keychain + # Contribute Fork OpenPGP Keychain and do a merge request. I will merge your changes back into the main project. |