Merge pull request #2364 from haberman/jslicense

Fixed JavaScript license declaration.
This commit is contained in:
Joshua Haberman 2016-11-14 11:45:36 -08:00 committed by GitHub
commit 0c0f7e2aa8

View File

@ -22,5 +22,5 @@
"url": "https://github.com/google/protobuf/tree/master/js"
},
"author": "Google Protocol Buffers Team",
"license": "Apache-2.0"
"license" : "BSD-3-Clause"
}