aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-11-14 11:45:36 -0800
committerGitHub <noreply@github.com>2016-11-14 11:45:36 -0800
commit0c0f7e2aa8816d64e9994361ff89783b0ec23f48 (patch)
treeb8c254ba22f5e3c0c6e54ce673d8045f17fe97e7
parenta30e5af2043c805abcbebd07db4c8cbe2779a430 (diff)
parent5d9dbe3ecc7553017b036bbabdc8d4dda7b1c0a2 (diff)
downloadprotobuf-0c0f7e2aa8816d64e9994361ff89783b0ec23f48.tar.gz
protobuf-0c0f7e2aa8816d64e9994361ff89783b0ec23f48.tar.bz2
protobuf-0c0f7e2aa8816d64e9994361ff89783b0ec23f48.zip
Merge pull request #2364 from haberman/jslicense
Fixed JavaScript license declaration.
-rw-r--r--js/package.json2
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"
}