Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 40280c9

Browse files
Fix license referenced in package.json files
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>
1 parent 6607f60 commit 40280c9

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

src/test/fixture/sdkintegration/nodecc/sample1/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "node chaincode.js"
99
},
10-
"author": "",
11-
"license": "ISC",
10+
"author": {
11+
"name": "hyperledger/fabric",
12+
"email": "fabric@lists.hyperledger.org"
13+
},
14+
"license": "Apache-2.0",
1215
"dependencies": {
1316
"fabric-shim": "unstable"
1417
}
15-
}
18+
}

src/test/fixture/sdkintegration/nodecc/sample_11/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "node chaincode.js"
99
},
10-
"author": "",
11-
"license": "ISC",
10+
"author": {
11+
"name": "hyperledger/fabric",
12+
"email": "fabric@lists.hyperledger.org"
13+
},
14+
"license": "Apache-2.0",
1215
"dependencies": {
1316
"fabric-shim": "unstable"
1417
}
15-
}
18+
}

0 commit comments

Comments
 (0)