diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/LICENSE.txt | 4 | ||||
-rw-r--r-- | doc/README.txt | 2 | ||||
-rw-r--r-- | doc/todo.txt | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/doc/LICENSE.txt b/doc/LICENSE.txt index 0cfdc19d..f023ce64 100644 --- a/doc/LICENSE.txt +++ b/doc/LICENSE.txt @@ -1,6 +1,8 @@ License for OpenVPN for Android. Please note that the thirdparty libraries/executables may have other license (OpenVPN, lzo, OpenSSL, Google Breakpad) -Copyright (c) 2012-2013, Arne Schwabe +The source code needed to control OpenVPN for Android from another app (the remoteExample) is licensed under the Apache v2 license. + +Copyright (c) 2012-2014, Arne Schwabe All rights reserved. If you need a non GPLv2 license of the source please contact me. diff --git a/doc/README.txt b/doc/README.txt index 2127689a..266f16b2 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -6,6 +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. + When in doubt mail me about it. See the file todo.txt for ideas/not yet implemented features (and the bug tracker). diff --git a/doc/todo.txt b/doc/todo.txt index 25b59a47..fa456e77 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -19,8 +19,6 @@ Ideas: - implement an encryption for profiles, so no sensitive data has be stored in plain text - encrypt/decrypt with android private storage key (+no user input required) - - hibernate when screen off and < 50 kB min - Missing configuration options: |