Skip to content

Commit a460160

Browse files
Merge pull request #61 from nikhita/change-license-to-apache-2.0
node-client/src: change license from Unlicense to Apache-2.0
2 parents de5c2aa + 05a0574 commit a460160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node-client/src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"build": "tsc",
1111
"test": "npm run build && node client.js"
1212
},
13-
"author": "Swagger Codegen Contributors",
14-
"license": "Unlicense",
13+
"author": "Kubernetes Authors",
14+
"license": "Apache-2.0",
1515
"dependencies": {
1616
"bluebird": "^3.3.5",
1717
"request": "^2.72.0"

0 commit comments

Comments
 (0)