Change license to AGPL

This commit is contained in:
RainLoop Team 2015-05-04 23:58:02 +04:00
parent 86bb1d0dcf
commit 3246b2c81f
6 changed files with 722 additions and 40 deletions

View file

@ -17,8 +17,8 @@
},
"licenses": [
{
"type": "CC BY-NC-SA 3.0",
"ulr": "http://creativecommons.org/licenses/by-nc-sa/3.0/"
"type": "AGPL 3.0",
"ulr": "http://www.gnu.org/licenses/agpl-3.0.html"
}
],
"bugs": {
@ -43,6 +43,7 @@
"devDependencies": {
"node-fs": "*",
"rimraf": "*",
"jshint-summary": "*",
"webpack": "*",
@ -67,9 +68,5 @@
"gulp-beautify": "*",
"gulp-plumber": "*",
"gulp-concat-util": "*"
},
"scripts": {
"gulp": "gulp",
"w": "gulp w"
}
}