[petsc4py] 02/07: add copyright statements for external jquery.js and underscore.js

Drew Parsons dparsons at moszumanska.debian.org
Sun Jul 3 17:47:52 UTC 2016


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

dparsons pushed a commit to branch master
in repository petsc4py.

commit cddb158569e896b75dfa94084fc5f05c63379590
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Jul 4 00:34:50 2016 +0800

    add copyright statements for external jquery.js and underscore.js
    
    docs/usrman/_static/jquery.js and docs/usrman/_static/underscore.js
    were generated automatically by sphinx during generation of
    documentations.  They are copyright under a MIT licence.
    
    Source sites are https://jquery.com/ and http://underscorejs.org/
    (git repos https://github.com/jquery/jquery and
    https://github.com/jashkenas/underscore)
---
 debian/copyright | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index 269b847..492ac2e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,3 +30,46 @@ License: BSD-2-clause
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Files: docs/usrman/_static/jquery.js
+Source: https://jquery.com/
+Copyright: 2010, John Resig; Sizzle.js: 2010, The Dojo Foundation
+License: MIT or GPL-2
+ Dual licensed under the MIT or GPL Version 2 licenses.
+ .
+ MIT: You are free to use any jQuery Foundation project in any other 
+ project (even commercial projects) as long as the copyright header is 
+ left intact.
+ .
+ GPL-2: see /usr/share/common-licenses/GPL-2
+Comment: jQuery.js includes Sizzle.js, http://sizzlejs.com/
+ Copyright 2010, The Dojo Foundation.
+ Sizzle.js is released under the MIT, BSD, and GPL Licenses.
+
+Files: docs/usrman/_static/underscore.js
+Source: http://underscorejs.org/
+Copyright: (c) 2009 Jeremy Ashkenas, DocumentCloud Inc.
+License: MIT
+ Underscore is freely distributable under the terms of the MIT license.
+ Portions of Underscore are inspired by or borrowed from Prototype.js,
+ Oliver Steele's Functional, and John Resig's Micro-Templating.
+ .
+ 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/debian-science/packages/petsc4py.git



More information about the debian-science-commits mailing list