Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
LICENSE: add binary redistribution exemptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs committed Oct 4, 2016
1 parent c8aaf2c commit 69a09a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions Endless/Resources/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@

<pre>
<strong>Endless</strong>
Copyright &copy; 2014, 2015, joshua stein &lt;jcs@jcs.org&gt;
Copyright &copy; 2014-2015 joshua stein &lt;jcs@jcs.org&gt;

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Redistribution and use in source form, with or without modification, and use in binary form, is permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.

Redistribution in binary form, with or without modification, is not permitted except by Superblock, LLC and Psiphon, Inc.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</pre>

<hr>
Expand Down
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
Endless
Copyright (c) 2014-2015 joshua stein <jcs@jcs.org>

(NOTE: This is not a BSD/ISC/MIT license. You are permitted to use this
source code, with or without modification, in source or binary form, on
your devices however you see fit. You are not permitted to redistribute
Expand All @@ -9,6 +6,9 @@ words, you cannot put this application or any application derived from
it, on the Apple App Store, Cydia, or any other binary-only distribution
channel.)

Endless
Copyright (c) 2014-2015 joshua stein <jcs@jcs.org>

Redistribution and use in source form, with or without modification,
and use in binary form, is permitted provided that the following conditions
are met:
Expand All @@ -19,7 +19,7 @@ are met:
derived from this software without specific prior written permission.

Redistribution in binary form, with or without modification, is not
permitted.
permitted except by Superblock, LLC and Psiphon, Inc.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Expand Down

0 comments on commit 69a09a3

Please sign in to comment.