Skip to content

Commit

Permalink
[chore] Update the license of the chat example (#3410)
Browse files Browse the repository at this point in the history
There was no obvious reason to use BSD instead of MIT for that very basic chat app.

Closes #3411
  • Loading branch information
grant authored and darrachequesne committed Mar 15, 2019
1 parent df05b73 commit 9c1e73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cluster-nginx/server/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"author": "Grant Timmerman",
"private": true,
"license": "BSD",
"license": "MIT",
"dependencies": {
"express": "4.13.4",
"socket.io": "^1.7.2",
Expand Down

0 comments on commit 9c1e73c

Please sign in to comment.