ソースを参照

Merge pull request #2364 from haberman/jslicense

Fixed JavaScript license declaration.
Joshua Haberman 9 年 前
コミット
0c0f7e2aa8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      js/package.json

+ 1 - 1
js/package.json

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