Skip to content

Commit

Permalink
Fix license referenced in package.json files
Browse files Browse the repository at this point in the history
FAB-9383 ISC license should be Apache2.0
also specified author consistent with sdk-node package.json

Change-Id: I238c77c1d96113f376d1dfe0e26d396fbb670dfb
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jul 24, 2018
1 parent 6607f60 commit 40280c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/test/fixture/sdkintegration/nodecc/sample1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node chaincode.js"
},
"author": "",
"license": "ISC",
"author": {
"name": "hyperledger/fabric",
"email": "fabric@lists.hyperledger.org"
},
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "unstable"
}
}
}
9 changes: 6 additions & 3 deletions src/test/fixture/sdkintegration/nodecc/sample_11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node chaincode.js"
},
"author": "",
"license": "ISC",
"author": {
"name": "hyperledger/fabric",
"email": "fabric@lists.hyperledger.org"
},
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "unstable"
}
}
}

0 comments on commit 40280c9

Please # to comment.