aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-10 22:34:18 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-10 22:34:18 +0200
commitac5d2b2a9ed3a6a60e5a25095d974209761662d2 (patch)
tree948d007def435533757250216438165d2be4a355 /README.md
parentUse go modules (diff)
downloadwireguard-apple-ac5d2b2a9ed3a6a60e5a25095d974209761662d2.tar.xz
wireguard-apple-ac5d2b2a9ed3a6a60e5a25095d974209761662d2.zip
MIT license
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md45
1 files changed, 19 insertions, 26 deletions
diff --git a/README.md b/README.md
index a7bdba6..8af4903 100644
--- a/README.md
+++ b/README.md
@@ -16,29 +16,22 @@ Make sure you have Go available. A homebrew install will do. `brew install go`
- Run `pod install`
- Open `WireGuard.xcworkspace`
-## License
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- 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.
-
- ---------------------------------------------------------------------------
- Additional Permissions For Submission to Apple App Store: Provided that you
- are otherwise in compliance with the GPLv2 for each covered work you convey
- (including without limitation making the Corresponding Source available in
- compliance with Section 3 of the GPLv2), you are granted the additional
- the additional permission to convey through the Apple App Store
- non-source executable versions of the Program as incorporated into each
- applicable covered work as Executable Versions only under the Mozilla
- Public License version 2.0 (https://www.mozilla.org/en-US/MPL/2.0/).
-
-
+## MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.