Skip to content

Commit

Permalink
License that's supposed to mean that contributors by default give me …
Browse files Browse the repository at this point in the history
…the right to change license of their contributions, but can opt out and use regular GPL. I think GPL is a fitting license for applications, but I want to retain the ability to change the license.
  • Loading branch information
GrayFace committed Feb 1, 2020
1 parent 7e4cf0a commit a52e0ec
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
Copyright (c) 2018, Sergey Rozhenko
All rights reserved.

Software in this repository is distributed under the terms and conditions of GNU
GPL version 2 (which can be obtained at https://www.gnu.org/licenses/old-
licenses/gpl-2.0.html) or higher, but with the following three extra clauses:

1) Any publicly distributed software that includes substantial pieces of this
software which are subject to this license, is also subject to this license
unless it is stated within the license file accompanying its source code that it
is distributed under a different license.

2) Any publicly distributed source code file that includes parts of this
software which are subject to this license, is also subject to this license
unless it is stated within it that it is distributed under a different license.

3) I, Sergey Rozhenko (born 7/15/1987), am granted the right to distribute
source code that is subject to this license or its parts with or without
modifications under the terms and conditions of any other license, including
ones that are incompatible with any version of GPL license.

Examples of usage of said right may include, but are not limited to:
- Me releasing the software with modifications by contributors under a more
permissive license.
- Me using parts of the software with modifications by contributors in closed
sourced projects.

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
Copyright (c) 2018, Sergey Rozhenko
All rights reserved.
Software in this repository is distributed under the terms and conditions of GNU
GPL version 2 (which can be obtained at https://www.gnu.org/licenses/old-
licenses/gpl-2.0.html) or higher, but with the following three extra clauses:
1) Any publicly distributed software that includes substantial pieces of this
software which are subject to this license, is also subject to this license
unless it is stated within the license file accompanying its source code that it
is distributed under a different license.
2) Any publicly distributed source code file that includes parts of this
software which are subject to this license, is also subject to this license
unless it is stated within it that it is distributed under a different license.
3) I, Sergey Rozhenko (born 7/15/1987), am granted the right to distribute
source code that is subject to this license or its parts with or without
modifications under the terms and conditions of any other license, including
ones that are incompatible with any version of GPL license.
Examples of usage of said right may include, but are not limited to:
- Me releasing the software with modifications by contributors under a more
permissive license.
- Me using parts of the software with modifications by contributors in closed
sourced projects.
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.

0 comments on commit a52e0ec

Please sign in to comment.