licenses into readme

This commit is contained in:
Dominik Schürmann 2012-12-19 14:05:08 +01:00
parent 3b09f2d0f6
commit 07349ad416
3 changed files with 43 additions and 29 deletions

View File

@ -57,8 +57,8 @@ public class ApgKeyService extends Service {
}
/**
* This is the implementation of the interface IApgService. All methods are oneway, meaning
* asynchronous and return to the client using IApgHandler.
* This is the implementation of the interface IApgKeyService. All methods are oneway, meaning
* asynchronous and return to the client using handlers.
*
* The real PGP code is located in PGPMain.
*/

26
LICENSE
View File

@ -1,26 +0,0 @@
The following open source projects are used in APG:
* ZXing QRCode Integration
http://code.google.com/p/zxing/
Apache License v2
* SpongyCastle
https://github.com/rtyley/spongycastle
MIT X11 License
Images:
* icon.svg
modified version of kgpg_key2_kopete.svgz
* dashboard_manage_keys.svg, dashboard_my_keys.svg, key.svg
http://rrze-icon-set.berlios.de/
Creative Commons Attribution Share-Alike licence 3.0
* dashboard_decrypt.svg, dashboard_encrypt.svg, dashboard_help.svg
http://tango.freedesktop.org/
Public Domain
* dashboard_scan_qrcode.svg
New creation for APG
Apache License v2

View File

@ -105,4 +105,44 @@ Android primitives to exchange data: Intent, Intent with return values, Send (al
* ACCESS_API
## ApgKeyService (Remote Service)
* ACCESS_KEYS
* ACCESS_KEYS
# Licenses
APG is licensed under Apache License v2.
## Libraries
* ActionBarSherlock
http://actionbarsherlock.com/
Apache License v2
* SpongyCastle
https://github.com/rtyley/spongycastle
MIT X11 License
* ZXing QRCode Integration
http://code.google.com/p/zxing/
Apache License v2
* HTMLCleaner
http://htmlcleaner.sourceforge.net/
BSD License
* HtmlSpanner
Apache License v2
## Images
* icon.svg
modified version of kgpg_key2_kopete.svgz
* dashboard_manage_keys.svg, dashboard_my_keys.svg, key.svg
http://rrze-icon-set.berlios.de/
Creative Commons Attribution Share-Alike licence 3.0
* dashboard_decrypt.svg, dashboard_encrypt.svg, dashboard_help.svg
http://tango.freedesktop.org/
Public Domain
* dashboard_scan_qrcode.svg
New creation for APG
Apache License v2