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-pidcontrol",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "A Node-RED node that that provides a simple PID controller.",
"dependencies" : {
"node-pid-controller": "0.0.3"
@@ -9,7 +9,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/PID"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "PID", "control" ],
"node-red" : {
"nodes" : {

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-random",
"version" : "0.0.4",
"version" : "0.0.5",
"description" : "A Node-RED node that when triggered generates a random number between two values.",
"dependencies" : {
},
@@ -8,7 +8,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/random"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "random" ],
"node-red" : {
"nodes" : {

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-rbe",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.",
"dependencies" : {
},
@@ -8,7 +8,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/rbe"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "rbe", "bandgap", "deadband" ],
"node-red" : {
"nodes" : {

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-smooth",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
"dependencies" : {
},
@@ -8,7 +8,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "smooth", "average" ],
"node-red" : {
"nodes" : {