Skip to content

Commit 9c1e73c

Browse files
grantdarrachequesne
authored andcommittedMar 15, 2019
[chore] Update the license of the chat example (#3410)
There was no obvious reason to use BSD instead of MIT for that very basic chat app. Closes #3411
1 parent df05b73 commit 9c1e73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/cluster-nginx/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"author": "Grant Timmerman",
77
"private": true,
8-
"license": "BSD",
8+
"license": "MIT",
99
"dependencies": {
1010
"express": "4.13.4",
1111
"socket.io": "^1.7.2",

0 commit comments

Comments
 (0)
Please sign in to comment.