Merge pull request #163 from thecodingmachine/change_license

Changing license to AGPL + Commons Clause
This commit is contained in:
David Négrier
2020-06-09 12:30:16 +02:00
committed by GitHub
4 changed files with 1396 additions and 3 deletions
+13 -2
View File
@@ -16,8 +16,19 @@
"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"
},
{
"name": "Arthmaël Poly",
"email": "a.poly@thecodingmachine.com"
}],
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/thecodingmachine/workadventure/issues"
},