diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-05-29 21:53:38 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-05-29 21:53:38 +0200 |
commit | 0ccf804fb65842f36078832ca0cff6dd2d7be9f7 (patch) | |
tree | 1567f8ed6c6d7a60b76a90fb413878fd17ebfee8 /doc/LICENSE.txt | |
parent | 8d3fa2909e748d924401e58d0ab5cfff63e46ccf (diff) |
Move files around
--HG--
rename : LICENSE.txt => doc/LICENSE.txt
rename : README.txt => doc/README.txt
rename : todo.txt => doc/todo.txt
rename : genFAQ.py => misc/genFAQ.py
Diffstat (limited to 'doc/LICENSE.txt')
-rw-r--r-- | doc/LICENSE.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/LICENSE.txt b/doc/LICENSE.txt new file mode 100644 index 00000000..7836430f --- /dev/null +++ b/doc/LICENSE.txt @@ -0,0 +1,21 @@ +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 + All rights reserved. + +If you need a non GPLv2 license of the source please contact me. + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; version 2 +of the License only. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + |