mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 03:02:15 -05:00
licenses into readme
This commit is contained in:
parent
3b09f2d0f6
commit
07349ad416
@ -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
26
LICENSE
@ -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
|
40
README.md
40
README.md
@ -106,3 +106,43 @@ Android primitives to exchange data: Intent, Intent with return values, Send (al
|
||||
|
||||
## ApgKeyService (Remote Service)
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user