diff options
author | John McLear <john@mclear.co.uk> | 2015-12-21 16:29:09 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-12-21 16:29:09 +0000 |
commit | 577102b025a1a2ad949e28df7dced5ff63127a8b (patch) | |
tree | 1baa50ff8f3f2e9e2e92afe2be686f6608e0e0f9 | |
parent | 41ced5e2390acbe3f11de46fe2384b62d51b259d (diff) | |
download | etherpad-lite-577102b025a1a2ad949e28df7dced5ff63127a8b.zip |
license
-rw-r--r-- | src/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index 87321433..3cfd08bf 100644 --- a/src/package.json +++ b/src/package.json @@ -55,5 +55,6 @@ "repository" : { "type" : "git", "url" : "http://github.com/ether/etherpad-lite.git" }, - "version" : "1.5.7" + "version" : "1.5.7", + "license" : "Apache-2.0" } |