diff options
author | Josh Haberman <jhaberman@gmail.com> | 2016-11-14 10:37:51 -0800 |
---|---|---|
committer | Josh Haberman <jhaberman@gmail.com> | 2016-11-14 10:37:51 -0800 |
commit | 5d9dbe3ecc7553017b036bbabdc8d4dda7b1c0a2 (patch) | |
tree | b8c254ba22f5e3c0c6e54ce673d8045f17fe97e7 /js | |
parent | a30e5af2043c805abcbebd07db4c8cbe2779a430 (diff) |
Fixed JavaScript license declaration.
Diffstat (limited to 'js')
-rw-r--r-- | js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json index ee4181ff..d3c77eb6 100644 --- a/js/package.json +++ b/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" } |