[Pkg-javascript-commits] [sockjs-client] 34/350: Update license info
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit b42ff6930dce44967f63e97b84053356efcaf735
Author: Bryce Kahle <bryce.kahle at mlssoccer.com>
Date: Tue May 6 13:02:23 2014 -0400
Update license info
---
COPYING | 2 +-
LICENSE-MIT-SockJS => LICENSE | 2 ++
package.json | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/COPYING b/COPYING
index 9527738..3af960b 100644
--- a/COPYING
+++ b/COPYING
@@ -8,4 +8,4 @@ Snippets derived from JSON-js by Douglas Crockford are public domain.
Snippets derived from jQuery-JSONP by Julian Aubourg, generic MIT
license.
-All other code is released on MIT license, see LICENSE-MIT-SockJS.
+All other code is released on MIT license, see LICENSE.
diff --git a/LICENSE-MIT-SockJS b/LICENSE
similarity index 97%
rename from LICENSE-MIT-SockJS
rename to LICENSE
index a4cf63e..42b1fe9 100644
--- a/LICENSE-MIT-SockJS
+++ b/LICENSE
@@ -1,3 +1,5 @@
+The MIT License (MIT)
+
Copyright (c) 2011-2012 VMware, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/package.json b/package.json
index 1093de7..27b7569 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,7 @@
"name" : "sockjs-client",
"author" : "Marek Majkowski",
"version" : "0.0.0-unreleasable",
+ "license" : "MIT",
"description" : "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
"keywords" : ["websockets", "websocket"],
"homepage" : "http://sockjs.org",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list