diff options
author | Arne Schwabe <arne@rfc2549.org> | 2022-01-13 02:37:53 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2022-01-13 02:37:53 +0100 |
commit | 97546b9f8b51c0dc60d591b96ae835f00f2b6805 (patch) | |
tree | 972ac80b8e3839007bf8d001ab52738b513a6cd7 | |
parent | c4c8b8a5ba9b567a9b4624b324e94b322357df98 (diff) |
Add exception to allow linking against Apache 2 libraries (closes #477)
-rw-r--r-- | doc/LICENSE.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/LICENSE.txt b/doc/LICENSE.txt index c87fb7a4..addad8d5 100644 --- a/doc/LICENSE.txt +++ b/doc/LICENSE.txt @@ -2,7 +2,7 @@ License for OpenVPN for Android. Please note that the thirdparty libraries/execu 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 +Copyright (c) 2012-2022, Arne Schwabe All rights reserved. @@ -28,7 +28,14 @@ this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version - +In addition, as a special exception, Arne Schwabe gives +permission to link the code of this program with Apache2 licensed +libraries, and distribute linked combinations including +the two. You must obey the GNU General Public License in all +respects for all of the code used other those libraries. If you modify +this file, you may extend this exception to your version of the +file, but you are not obligated to do so. If you do not wish to +do so, delete this exception statement from your version This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License |