Browse Source

Fixed JavaScript license declaration.

Josh Haberman 9 năm trước cách đây
mục cha
commit
5d9dbe3ecc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/package.json

+ 1 - 1
js/package.json

@@ -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"
 }