Update Package.json file for all node-red-nodes to be Apache-2.0

This commit is contained in:
dceejay
2015-05-29 14:58:34 +01:00
parent 621b6a2bcf
commit 76f55af264
34 changed files with 74 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-badwords",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node that attempts to filter out messages containing swearwords.",
"dependencies" : {
"badwords" : "0.0.3"
@@ -9,7 +9,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "badwords", "swearfilter" ],
"node-red" : {
"nodes" : {

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-wordpos",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node that breaks a sentence into the various parts of (English) speech.",
"dependencies" : {
"wordpos" : "0.1.*"
@@ -9,7 +9,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "wordpos" ],
"node-red" : {
"nodes" : {