[Pkg-javascript-commits] [node-yajsml] 14/26: Add licensing of shipped Javascript libraries.

Mike Gabriel sunweaver at debian.org
Tue Aug 26 12:26:24 UTC 2014


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

sunweaver pushed a commit to branch master
in repository node-yajsml.

commit 003530c9af00f3aea378a3a606d5e0d3e7b9e018
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat May 25 13:42:50 2013 +0200

    Add licensing of shipped Javascript libraries.
---
 debian/changelog |  1 +
 debian/copyright | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3deaea5..ff1ae6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ node-yajsml (1.1.5-3) UNRELEASED; urgency=low
 
   * /debian/copyright:
     + Use Expat instead of MIT as license keyword.
+    + Add licensing of shipped Javascript libraries.
 
  -- Mike Gabriel <sunweaver at debian.org>  Mon, 20 May 2013 00:32:25 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 713bcc1..e94b023 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,6 +8,27 @@ Copyright:
  2011, Chad Weider <cweider at oofn.net>
 License: Expat
 
+Files: example/public/javascript/lib/jquery.js
+Copyright:
+ 2011, John Resig
+License: Expat or GPL-2
+Comment:
+ Includes Sizzle.js
+ http://sizzlejs.com/
+ Copyright 2011, The Dojo Foundation
+ Released under the MIT, BSD, and GPL Licenses.
+
+Files: example/public/javascript/lib/underscore.js
+Copyright:
+ 2011, Jeremy Ashkenas, DocumentCloud Inc.
+License: Expat
+
+Files: example/public/javascript/lib/
+Copyright:
+  2010, Jan Lehnardt (JavaScript)
+  2009, Chris Wanstrath (Ruby)
+License: Expat
+
 Files: debian/*
 Copyright:
  2013, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
@@ -31,3 +52,23 @@ License: Expat
  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.
+
+License: GPL-2
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License (version 2) as published by the Free Software Foundation.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-yajsml.git



More information about the Pkg-javascript-commits mailing list