MIT license
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
add2b2c09c
commit
ac5d2b2a9e
39
README.md
39
README.md
|
@ -16,29 +16,22 @@ Make sure you have Go available. A homebrew install will do. `brew install go`
|
||||||
- Run `pod install`
|
- Run `pod install`
|
||||||
- Open `WireGuard.xcworkspace`
|
- Open `WireGuard.xcworkspace`
|
||||||
|
|
||||||
## License
|
## MIT License
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
it under the terms of the GNU General Public License version 2 as
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
published by the Free Software Foundation.
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||||
This program is distributed in the hope that it will be useful,
|
of the Software, and to permit persons to whom the Software is furnished to do
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
so, subject to the following conditions:
|
||||||
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/).
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
Loading…
Reference in New Issue