summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--doc/README.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 485e34ff..db90fd1d 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,12 @@ Description
------------
With the new VPNService of Android API level 14+ (Ice Cream Sandwhich) it is possible to create a VPN service that does not root access. This project is a port of OpenVPN.
-Read the README
+Developing
---------------
If you want to develop on ics-openvpn please read the [doc/README.txt](http://code.google.com/p/ics-openvpn/source/browse/doc/README.txt) *before* opening issues or emailing me.
+Also please note that before contributing to the project that I would like to retain my ability to relicense the project for different third parties and therefore probably need a contributers agreement from any contributing party.
+
You can help
------------
Even if you are no programmer you can help by translating the OpenVPN client into your native language. [Crowdin provides a free service for non commercial open source projects](http://crowdin.net/project/ics-openvpn/invite) (Fixing/completing existing translations is very welcome as well)
diff --git a/doc/README.txt b/doc/README.txt
index 3ad33e4e..dc64055e 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -6,7 +6,8 @@ understand the licenses of the code. OpenVPN for Android is GPL licensed. You
_CANNOT_ build a closed sourced custom UI application without acquiring a different
(paid) license for UI code.
-The use of the AIDL API to control OpenVPN for Android is not subject to the license. The remoteExample project is licensed under the Apache 2.0 license.
+The use of the AIDL API to control OpenVPN for Android from an external app is
+not subject to the license. The remoteExample project is licensed under the Apache 2.0 license.
When in doubt mail me about it.