Changing license to AGPL + Commons Clause
This is an important change. So far, the project was labelled as licensed under the "AGPL" (improperly since no version of the AGPL was specified) This commit changes the license to "AGPL + Commons Clause" The [common clause](https://commonsclause.com/) is an additional restriction forbidding companies from taking WorkAdventure of the shelf, and reselling WorkAdventure. This license does not forbid anyone from installing and using WorkAdventure, it only targets resellers (so SAAS exploitation of WorkAdventure is limited to TheCodingMachine). This effectively makes WorkAdventure non open-source, but the source-code remains available for anyone to see and modify.
This commit is contained in:
parent
bdb01f3103
commit
91ce318848
4 changed files with 1392 additions and 3 deletions
|
@ -16,8 +16,15 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/thecodingmachine/workadventure.git"
|
||||
},
|
||||
"author": "g.parant@thecodingmachine.com",
|
||||
"license": "AGPL",
|
||||
"contributors": [{
|
||||
"name": "Grégoire Parant",
|
||||
"email": "g.parant@thecodingmachine.com"
|
||||
},
|
||||
{
|
||||
"name": "David Négrier",
|
||||
"email": "d.negrier@thecodingmachine.com"
|
||||
}],
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"bugs": {
|
||||
"url": "https://github.com/thecodingmachine/workadventure/issues"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue