Add license #14

Open
outfrost wants to merge 1 commit from license into master
outfrost commented 2020-09-17 12:55:59 +00:00 (Migrated from github.com)

I'm thinking of licensing this project under the Mozilla Public License 2.0. It requires the disclosure of source code for redistribution and derivative works, but only for the files that originate rom this project, thus allowing to integrate this code into a larger work without requiring share-alike for the larger work.

@baatochan let me know what you think.

I'll add license notices to source code files later.

I'm thinking of licensing this project under the Mozilla Public License 2.0. It requires the disclosure of source code for redistribution and derivative works, but only for the files that originate rom this project, thus allowing to integrate this code into a larger work without requiring share-alike for the larger work. @baatochan let me know what you think. I'll add license notices to source code files later.
baatochan (Migrated from github.com) approved these changes 2020-09-20 09:04:35 +00:00
baatochan (Migrated from github.com) left a comment

allowing to integrate this code into a larger work without requiring share-alike for the larger work.

I can accept this kind of licence.

> allowing to integrate this code into a larger work without requiring share-alike for the larger work. I can accept this kind of licence.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin license:license
git checkout license

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff license
git checkout master
git merge --ff-only license
git checkout license
git rebase master
git checkout master
git merge --no-ff license
git checkout master
git merge --squash license
git checkout master
git merge --ff-only license
git checkout master
git merge license
git push origin master
Sign in to join this conversation.
No description provided.