Skip to content

Commit

Permalink
[FABCN-353] License updates (#50)
Browse files Browse the repository at this point in the history
Correct to Apache-2.0

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Change-Id: I5fecf829a2530f4655a2dd84a275789ae5debd27
  • Loading branch information
mbwhite authored and awjh-ibm committed Dec 16, 2019
1 parent 65311a9 commit 6b60a98
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The dependencies of `fabric-chaincode-api` and `fabric-shim` will be required.
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"fabric-chaincode-api": "^1.4.0",
"fabric-shim": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion docker/fabric-nodeenv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"git-rev-sync": "1.12.0",
"gulp": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion docs/apidocs/tutorials/using-contractinterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The dependencies of `fabric-chaincode-api` and `fabric-shim` will be required.
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"fabric-chaincode-api": "^1.4.0",
"fabric-shim": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/clientidentity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"engineStrict": true,
"version": "1.0.0",
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.0.0-beta.1",
"fabric-contract-api": "2.0.0-beta.1"
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/crosschaincode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"engineStrict": true,
"version": "1.0.0",
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.0.0-beta.1",
"fabric-contract-api": "2.0.0-beta.1"
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/crosschaincode2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"engineStrict": true,
"version": "1.0.0",
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.0.0-beta.1",
"fabric-contract-api": "2.0.0-beta.1"
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"engineStrict": true,
"version": "1.0.0",
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.0.0-beta.1",
"fabric-contract-api": "2.0.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"devDependencies": {
"git-rev-sync": "1.12.0",
"gulp": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/azure-mocha-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": ""
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/toolchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"stopfabric": "gulp stopFabric"
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"delay": "4.3.0",
"fs-extra": "8.1.0",
Expand Down

0 comments on commit 6b60a98

Please sign in to comment.