[Pkg-javascript-commits] [sockjs-client] 02/434: License boilerplate

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:46:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit 214955aa4ad6ac6d3e5273ae3b91635b10e3dfd3
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Fri Jul 22 15:48:28 2011 +0100

    License boilerplate
---
 COPYING               |  9 +++++++++
 LICENSE-MIT-SockJS    | 19 +++++++++++++++++++
 LICENSE-MIT-Socket.io | 27 +++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..f1f7f76
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,9 @@
+Parts of the code are derived from various open source projects.
+
+For code derived from Socket.IO by Guillermo Rauch see
+LICENSE-MIT-Socket.io, most notably:
+  o lib/trans-jsonp.js
+
+Snippets derived from JSON-js by Douglas Crockford are public domain.
+
+All other code is released on MIT license, see LICENSE-MIT-SockJS.
diff --git a/LICENSE-MIT-SockJS b/LICENSE-MIT-SockJS
new file mode 100644
index 0000000..48114d6
--- /dev/null
+++ b/LICENSE-MIT-SockJS
@@ -0,0 +1,19 @@
+Copyright (C) <year> by <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/LICENSE-MIT-Socket.io b/LICENSE-MIT-Socket.io
new file mode 100644
index 0000000..fd177af
--- /dev/null
+++ b/LICENSE-MIT-Socket.io
@@ -0,0 +1,27 @@
+From https://github.com/LearnBoost/socket.io/tree/0.6.17#readme:
+
+(The MIT License)
+
+Copyright (c) 2010 LearnBoost <dev at learnboost.com>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+'Software'), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+

-- 
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