-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
License that's supposed to mean that contributors by default give me …
…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
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |