[Collab-qa-commits] r2481 - in packages-metadata: c d g l m p
Charles Plessy
plessy at alioth.debian.org
Mon Sep 17 03:00:36 UTC 2012
Author: plessy
Date: 2012-09-17 03:00:36 +0000 (Mon, 17 Sep 2012)
New Revision: 2481
Added:
packages-metadata/d/dos2unix.control
packages-metadata/p/plexus-cipher.control
packages-metadata/p/plexus-cipher.copyright
Modified:
packages-metadata/c/cmd2.control
packages-metadata/c/cmd2.copyright
packages-metadata/d/dos2unix.copyright
packages-metadata/g/gcc-snapshot.control
packages-metadata/l/libunwind.control
packages-metadata/m/matplotlib.control
packages-metadata/m/matplotlib.copyright
Log:
Daily automatic umegaya push
Modified: packages-metadata/c/cmd2.control
===================================================================
--- packages-metadata/c/cmd2.control 2012-09-16 03:00:37 UTC (rev 2480)
+++ packages-metadata/c/cmd2.control 2012-09-17 03:00:36 UTC (rev 2481)
@@ -7,16 +7,18 @@
debhelper (>= 8.0.0~)
Build-Depends-Indep:
python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
X-Python-Version: >= 2.5
-Homepage: http://www.assembla.com/wiki/show/python-cmd2
-Vcs-Git: git://git.debian.org/collab-maint/cmd2.git
+Homepage: https://bitbucket.org/catherinedevlin/cmd2
+Vcs-Git: git://git.debian.org/git/collab-maint/cmd2.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmd2.git;a=summary
Package: python-cmd2
Architecture: all
Depends: ${misc:Depends}
, ${python:Depends}
+ , python-setuptools (>= 0.6.14)
+Provides: ${python:Provides}
Description: enhanced Python cmd module
Drop-in replacement adds several features for command-prompt tools, like
searchable and persistent command history, multi-line commands, input and
Modified: packages-metadata/c/cmd2.copyright
===================================================================
--- packages-metadata/c/cmd2.copyright 2012-09-16 03:00:37 UTC (rev 2480)
+++ packages-metadata/c/cmd2.copyright 2012-09-17 03:00:36 UTC (rev 2481)
@@ -1,4 +1,4 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://www.assembla.com/wiki/show/python-cmd2
Files: *
Added: packages-metadata/d/dos2unix.control
===================================================================
--- packages-metadata/d/dos2unix.control (rev 0)
+++ packages-metadata/d/dos2unix.control 2012-09-17 03:00:36 UTC (rev 2481)
@@ -0,0 +1,26 @@
+Source: dos2unix
+Section: text
+Priority: extra
+Maintainer: Jari Aalto <jari.aalto at cante.net>
+Build-Depends: dpkg-dev (>= 1.16.2), debhelper (>= 9)
+Standards-Version: 3.9.3.1
+Vcs-Browser: http://git.debian.org/?p=collab-maint/dos2unix.git
+Vcs-Git: git://git.debian.org/git/collab-maint/dos2unix.git
+Homepage: http://freshmeat.net/projects/dos2unix
+
+Package: dos2unix
+Conflicts: tofrodos (<< 1.7.8.debian.1)
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: convert text file line endings between CRLF and LF
+ This package contains utilities dos2unix, unix2dos, mac2unix,
+ unix2mac to convert the line endings of text files between UNIX (LF),
+ DOS (CRLF) and Mac (CR) formats.
+ .
+ Text files under Windows and DOS typically have two ASCII characters
+ at the end of each line: CR (carriage return) followed by LF (line
+ feed). Older Macs used just CR, while UNIX uses just LF. While most
+ modern editors can read all these formats, there may still be a need
+ to convert files between them.
+ .
+ This is the classic utility developed in 1989.
Modified: packages-metadata/d/dos2unix.copyright
===================================================================
--- packages-metadata/d/dos2unix.copyright 2012-09-16 03:00:37 UTC (rev 2480)
+++ packages-metadata/d/dos2unix.copyright 2012-09-17 03:00:36 UTC (rev 2481)
@@ -9,35 +9,36 @@
Files: *
Copyright:
- 2009-2011 Erwin Waterlander <waterlan at xs4all.nl>,
- 1998 Christian Wurll <wurll at ira.uka.de>
- 1988 Bernd Johannes Wuebben <wuebben at kde.org>
- 1989, 1994, 1995 Benjamin Lin <blin at socs.uts.edu.au>
+ 2009-2011 Erwin Waterlander <waterlan at xs4all.nl>,
+ 1998 Christian Wurll <wurll at ira.uka.de>
+ 1988 Bernd Johannes Wuebben <wuebben at kde.org>
+ 1989, 1994, 1995 Benjamin Lin <blin at socs.uts.edu.au>
X-License-Comment:
- Aka FreeBSD license; see file COPYING.txt
- See http://www.freebsd.org/copyright/freebsd-license.html
+ Aka FreeBSD license.
+ See http://www.freebsd.org/copyright/freebsd-license.html
+ The License text below if from COPYING.txt
License: BSD-2-clause
Files: querycp.c
Copyright:
- 2009 <rugxulo at gmail.com>
+ 2009 <rugxulo at gmail.com>
X-License-Comment:
- // Tuesday, May 5, 2009 1:40pm
- // rugxulo _AT_ gmail _DOT_ com
+ // Tuesday, May 5, 2009 1:40pm
+ // rugxulo _AT_ gmail _DOT_ com
License: Public-Domain
- [from querycp.c]
- /* The code in this file is Public Domain */
+ [from querycp.c]
+ /* The code in this file is Public Domain */
Files: querycp.h
Copyright:
- Public Domain
+ Public Domain
License: Public-Domain
- [from querycp.h]
- /* The code in this file is Public Domain */
+ [from querycp.h]
+ /* The code in this file is Public Domain */
Files: debian/*
Copyright:
- 2009-2012 Jari Aalto <jari.aalto at cante.net>
+ 2009-2012 Jari Aalto <jari.aalto at cante.net>
License: GPL-2+
License: GPL-2+
Modified: packages-metadata/g/gcc-snapshot.control
===================================================================
--- packages-metadata/g/gcc-snapshot.control 2012-09-16 03:00:37 UTC (rev 2480)
+++ packages-metadata/g/gcc-snapshot.control 2012-09-17 03:00:36 UTC (rev 2481)
@@ -449,9 +449,9 @@
Priority: optional
Depends: gcc-4.7-base (= ${gcc:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: GNU Transactional Memory Library
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: libitm1-dbg
Architecture: any
@@ -461,9 +461,9 @@
Multi-Arch: same
Provides: libitm1-dbg-armel [armel], libitm1-dbg-armhf [armhf]
Description: GNU Transactional Memory Library (debug symbols)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: lib32itm1
Section: libs
@@ -472,9 +472,9 @@
Depends: gcc-4.7-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: ${confl:lib32}
Description: GNU Transactional Memory Library (32bit)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: lib32itm1-dbg
Architecture: amd64 ppc64 kfreebsd-amd64 s390x
@@ -482,9 +482,9 @@
Priority: extra
Depends: gcc-4.7-base (= ${gcc:Version}), lib32itm1 (= ${gcc:Version}), ${misc:Depends}
Description: GNU Transactional Memory Library (32 bit debug symbols)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: lib64itm1
Section: libs
@@ -492,9 +492,9 @@
Priority: optional
Depends: gcc-4.7-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
Description: GNU Transactional Memory Library (64bit)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: lib64itm1-dbg
Architecture: i386 powerpc sparc s390 mips mipsel
@@ -502,9 +502,9 @@
Priority: extra
Depends: gcc-4.7-base (= ${gcc:Version}), lib64itm1 (= ${gcc:Version}), ${misc:Depends}
Description: GNU Transactional Memory Library (64bit debug symbols)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: libn32itm1
Section: libs
@@ -512,9 +512,9 @@
Priority: optional
Depends: gcc-4.7-base (= ${gcc:Version}), ${dep:libcbiarch}, ${shlibs:Depends}, ${misc:Depends}
Description: GNU Transactional Memory Library (n32)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: libn32itm1-dbg
Architecture: mips mipsel
@@ -522,9 +522,9 @@
Priority: extra
Depends: gcc-4.7-base (= ${gcc:Version}), libn32itm1 (= ${gcc:Version}), ${misc:Depends}
Description: GNU Transactional Memory Library (n32 debug symbols)
- This manual documents the usage and internals of libitm. It provides
- transaction support for accesses to the memory of a process, enabling
- easy-to-use synchronization of accesses to shared memory by several threads.
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
Package: libquadmath0
Section: libs
Modified: packages-metadata/l/libunwind.control
===================================================================
--- packages-metadata/l/libunwind.control 2012-09-16 03:00:37 UTC (rev 2480)
+++ packages-metadata/l/libunwind.control 2012-09-17 03:00:36 UTC (rev 2481)
@@ -3,7 +3,7 @@
Section: libs
Maintainer: Daigo Moriwaki <daigo at debian.org>
Uploaders: Matthieu Delahaye <matthieu at debian.org>, Al Stone <ahs3 at debian.org>
-Build-Depends: debhelper (>= 9), libatomic-ops-dev (>> 0.5.1), autoconf, automake, libtool, autotools-dev
+Build-Depends: debhelper (>= 9), autoconf, automake, libtool, autotools-dev
Standards-Version: 3.9.3
Homepage: http://www.nongnu.org/libunwind
Vcs-Git: git://git.debian.org/git/collab-maint/libunwind.git
@@ -12,7 +12,7 @@
Package: libunwind8-dev
Section: libdevel
-Architecture: ia64 i386 amd64 ppc64 powerpc armel
+Architecture: ia64 i386 amd64 ppc64 powerpc armel armhf
Depends: ${misc:Depends}, libunwind8 (= ${binary:Version})
Conflicts: libunwind1-dev, libunwind7-dev
Replaces: libunwind7-dev
@@ -28,10 +28,10 @@
This package includes the development support files.
Package: libunwind8
-Architecture: ia64 i386 amd64 ppc64 powerpc armel
+Architecture: ia64 i386 amd64 ppc64 powerpc armel armhf
Depends: ${misc:Depends}, ${shlibs:Depends}
-Conflicts: libunwind1-dev, libunwind7
-Replaces: libgcc1 (<< 1:4.0.0-2), libunwind7
+Conflicts: libunwind1-dev
+Replaces: libgcc1 (<< 1:4.0.0-2)
Description: library to determine the call-chain of a program - runtime
The primary goal of this project is to define a portable and efficient C
programming interface (API) to determine the call-chain of a program.
@@ -45,7 +45,7 @@
Package: libunwind-setjmp0-dev
Section: libdevel
-Architecture: ia64 i386 amd64 ppc64 powerpc armel
+Architecture: ia64 i386 amd64 ppc64 powerpc armel armhf
Depends: ${misc:Depends}, libunwind8-dev (= ${binary:Version}), libunwind-setjmp0 (= ${binary:Version})
Description: libunwind-based non local goto - development
The unwind-setjmp library offers a libunwind-based implementation of
@@ -57,7 +57,7 @@
This package includes the development support files
Package: libunwind-setjmp0
-Architecture: ia64 i386 amd64 ppc64 powerpc armel
+Architecture: ia64 i386 amd64 ppc64 powerpc armel armhf
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: libunwind-based non local goto - runtime
The unwind-setjmp library offers a libunwind-based implementation of
Modified: packages-metadata/m/matplotlib.control
===================================================================
--- packages-metadata/m/matplotlib.control 2012-09-16 03:00:37 UTC (rev 2480)
+++ packages-metadata/m/matplotlib.control 2012-09-17 03:00:36 UTC (rev 2481)
@@ -36,7 +36,7 @@
zlib1g-dev
XS-Python-Version: all
Standards-Version: 3.9.3
-Homepage: http://matplotlib.sf.net/
+Homepage: http://matplotlib.org/
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/matplotlib/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/matplotlib/trunk/
Modified: packages-metadata/m/matplotlib.copyright
===================================================================
--- packages-metadata/m/matplotlib.copyright 2012-09-16 03:00:37 UTC (rev 2480)
+++ packages-metadata/m/matplotlib.copyright 2012-09-17 03:00:36 UTC (rev 2481)
@@ -1,458 +1,460 @@
-This package was debianized by Vittorio Palmisano <redclay81 at gmail.com> on
-Sun, 24 Sep 2006 12:12:29 +0200
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: matplotlib
+Upstream-Contact: John D. Hunter, Michael Droettboom <mdroe at stsci.edu>
+Source: http://matplotlib.org
-It is now maintainer under the Debian Python Modules Team.
-It was downloaded from http://matplotlib.sourceforge.net/
-
-Upstream Author:
-
- John D. Hunter <jdh2358 at gmail.com>
-
-Copyright Holder:
-
- Copyright (c) 2002-2008 John D. Hunter
-
+Files: *
+Copyright (c) 2002-2008 John D. Hunter
License:
+ Matplotlib only uses BSD compatible code, and its license is based
+ on the PSF license. See the Open Source Initiative licenses page
+ for details on individual licenses. Non-BSD compatible licenses
+ (eg LGPL) are acceptable in matplotlib Toolkits. For a discussion
+ of the motivations behind the licencing choice, see Licenses.
+ License agreement for matplotlib.
+ .
+ 1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and
+ the Individual or Organization ("Licensee") accessing and
+ otherwise using matplotlib software in source or binary form and
+ its associated documentation.
+ .
+ 2. Subject to the terms and conditions of this License Agreement,
+ JDH hereby grants Licensee a nonexclusive, royalty-free,
+ world-wide license to reproduce, analyze, test, perform and/or
+ display publicly, prepare derivative works, distribute, and
+ otherwise use matplotlib alone or in any derivative version,
+ provided, however, that JDH’s License Agreement and JDH’s notice
+ of copyright, i.e., "Copyright (c) 2002-2008 John D. Hunter; All
+ Rights Reserved" are retained in matplotlib alone or in any
+ derivative version prepared by Licensee.
+ .
+ 3. In the event Licensee prepares a derivative work that is based
+ on or incorporates matplotlib or any part thereof, and wants to
+ make the derivative work available to others as provided herein,
+ then Licensee hereby agrees to include in any such work a brief
+ summary of the changes made to matplotlib.
+ .
+ 4. JDH is making matplotlib available to Licensee on an ΄AS IS‘
+ basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR
+ FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB
+ WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
+ MATPLOTLIB FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
+ OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
+ MATPLOTLIB, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
+ POSSIBILITY THEREOF.
+ .
+ 6. This License Agreement will automatically terminate upon a
+ material breach of its terms and conditions.
+ .
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between JDH
+ and Licensee. This License Agreement does not grant permission to
+ use JDH trademarks or trade name in a trademark sense to endorse
+ or promote products or services of Licensee, or any third party.
+ .
+ 8. By copying, installing or otherwise using matplotlib, Licensee
+ agrees to be bound by the terms and conditions of this License
+ Agreement.
- Matplotlib only uses BSD compatible code, and its license is based
- on the PSF license. See the Open Source Initiative licenses page
- for details on individual licenses. Non-BSD compatible licenses
- (eg LGPL) are acceptable in matplotlib Toolkits. For a discussion
- of the motivations behind the licencing choice, see Licenses.
- License agreement for matplotlib.
+Files: debian/*
+Copyright (C) 2008-2012 Sandro Tosi <morph at debian.org>
+License: same as upstream
- 1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and
- the Individual or Organization ("Licensee") accessing and
- otherwise using matplotlib software in source or binary form and
- its associated documentation.
+Files: lib/matplotlib/fontconfig_pattern.py
+Author: Michael Droettboom <mdroe at stsci.edu>
- 2. Subject to the terms and conditions of this License Agreement,
- JDH hereby grants Licensee a nonexclusive, royalty-free,
- world-wide license to reproduce, analyze, test, perform and/or
- display publicly, prepare derivative works, distribute, and
- otherwise use matplotlib alone or in any derivative version,
- provided, however, that JDH’s License Agreement and JDH’s notice
- of copyright, i.e., "Copyright (c) 2002-2008 John D. Hunter; All
- Rights Reserved" are retained in matplotlib alone or in any
- derivative version prepared by Licensee.
+Files: lib/matplotlib/backends/backend_fltkagg.py
+Copyright: Gregory Lielens, Free Field Technologies SA and
+ John D. Hunter 2004
- 3. In the event Licensee prepares a derivative work that is based
- on or incorporates matplotlib or any part thereof, and wants to
- make the derivative work available to others as provided herein,
- then Licensee hereby agrees to include in any such work a brief
- summary of the changes made to matplotlib.
+Files: lib/matplotlib/backends/backend_wxagg.py
+Copyright: Copyright (C) 2003-5 Jeremy O'Donoghue, John Hunter, Illinois Institute of Technology
- 4. JDH is making matplotlib available to Licensee on an ΄AS IS‘
- basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
- IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
- DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR
- FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB
- WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+Files: lib/matplotlib/backends/backend_wx.py
+Copyright: Copyright (C) Jeremy O'Donoghue & John Hunter, 2003-4
+License: This work is licensed under a PSF compatible license.
- 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
- MATPLOTLIB FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
- OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
- MATPLOTLIB, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
- POSSIBILITY THEREOF.
+Files: lib/matplotlib/pyparsing_py2.py
+Copyright: Copyright (c) 2003-2010 Paul T. McGuire
+License:
+ 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.
- 6. This License Agreement will automatically terminate upon a
- material breach of its terms and conditions.
+Files: lib/matplotlib/pyparsing_py3.py
+Copyright: Copyright (c) 2003-2010 Paul T. McGuire
+License:
+ 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.
- 7. Nothing in this License Agreement shall be deemed to create any
- relationship of agency, partnership, or joint venture between JDH
- and Licensee. This License Agreement does not grant permission to
- use JDH trademarks or trade name in a trademark sense to endorse
- or promote products or services of Licensee, or any third party.
+Files: lib/matplotlib/sankey.py
+Author: Kevin L. Davies
+License: BSD
- 8. By copying, installing or otherwise using matplotlib, Licensee
- agrees to be bound by the terms and conditions of this License
- Agreement.
+Files: lib/matplotlib/table.py
+Author: John Gill <jng at europe.renre.com>
+Copyright: 2004 John Gill and John Hunter
-The Debian packaging is:
+Files: lib/matplotlib/delaunay/VoronoiDiagramGenerator.{cpp, h}
+Author: The author of this software is Steven Fortune.
+Copyright: Copyright (c) 1994 by AT&T Bell Laboratories.
+License:
+ Permission to use, copy, modify, and distribute this software for any
+ purpose without fee is hereby granted, provided that this entire notice
+ is included in all copies of any software which is or includes a copy
+ or modification of this software and in all copies of the supporting
+ documentation for such software.
+ THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
+ REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+ OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+Comment:
+ This code was originally written by Stephan Fortune in C code. I, Shane O'Sullivan,
+ have since modified it, encapsulating it in a C++ class and, fixing memory leaks and
+ adding accessors to the Voronoi Edges.
+ Permission to use, copy, modify, and distribute this software for any
+ purpose without fee is hereby granted, provided that this entire notice
+ is included in all copies of any software which is or includes a copy
+ or modification of this software and in all copies of the supporting
+ documentation for such software.
+ THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
+ REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+ OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
- Copyright (C) 2008-2011 Sandro Tosi <morph at debian.org>
+Files: lib/matplotlib/delaunay/./__init__.py
+Author: Robert Kern <robert.kern at gmail.com>
+Copyright: Copyright 2005 Robert Kern.
+License: BSD-style license. See LICENSE.txt in the scipy source directory.
-and is licensed under the same terms as upstream code.
+Files: lib/matplotlib/testing/image_util.py
+Copyright: Copyright (c) 1997-2009 by Secret Labs AB
+ Copyright (c) 1995-2009 by Fredrik Lundh
+License:
+ Permission to use, copy, modify, and distribute this software and its
+ associated documentation for any purpose and without fee is hereby
+ granted, provided that the above copyright notice appears in all
+ copies, and that both that copyright notice and this permission notice
+ appear in supporting documentation, and that the name of Secret Labs
+ AB or the author not be used in advertising or publicity pertaining to
+ distribution of the software without specific, written prior
+ permission.
+ .
+ SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+Files: lib/matplotlib/mpl-data/fonts/ttf/(non STIX)*.ttf
+Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights
+ Reserved. Bitstream Vera is a trademark of Bitstream, Inc.
+License:
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of the fonts accompanying this license ("Fonts")
+ and associated documentation files (the "Font Software"), to
+ reproduce and distribute the Font Software, including without
+ limitation the rights to use, copy, merge, publish, distribute,
+ and/or sell copies of the Font Software, and to permit persons to
+ whom the Font Software is furnished to do so, subject to the
+ following conditions:
+ .
+ The above copyright and trademark notices and this permission
+ notice shall be included in all copies of one or more of the Font
+ Software typefaces.
+ .
+ The Font Software may be modified, altered, or added to, and in
+ particular the designs of glyphs or characters in the Fonts may be
+ modified and additional glyphs or characters may be added to the
+ Fonts, only if the fonts are renamed to names not containing
+ either the words "Bitstream" or the word "Vera".
+ .
+ This License becomes null and void to the extent applicable to
+ Fonts or Font Software that has been modified and is distributed
+ under the "Bitstream Vera" names.
+ .
+ The Font Software may be sold as part of a larger software package
+ but no copy of one or more of the Font Software typefaces may be
+ sold by itself.
+ .
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+ KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
+ AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER
+ RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY
+ GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
+ DEALINGS IN THE FONT SOFTWARE.
+ .
+ Except as contained in this notice, the names of Gnome, the Gnome
+ Foundation, and Bitstream Inc., shall not be used in advertising
+ or otherwise to promote the sale, use or other dealings in this
+ Font Software without prior written authorization from the Gnome
+ Foundation or Bitstream Inc., respectively. For further
+ information, contact: fonts at gnome dot org.
-These files have different copyright/license notices:
+Files: lib/matplotlib/mpl-data/fonts/ttf/STIX*.ttf
+License:
+ 1. Permission is hereby granted, free of charge, to any person
+ obtaining a copy of the STIX Fonts-TM set accompanying this
+ license (collectively, the "Fonts") and the associated
+ documentation files (collectively with the Fonts, the "Font
+ Software"), to reproduce and distribute the Font Software,
+ including the rights to use, copy, merge and publish copies of the
+ Font Software, and to permit persons to whom the Font Software is
+ furnished to do so same, subject to the following terms and
+ conditions (the "License").
+ .
+ 2. The following copyright and trademark notice and these Terms
+ and Conditions shall be included in all copies of one or more of
+ the Font typefaces and any derivative work created as permitted
+ under this License:
+ .
+ Copyright (c) 2001-2005 by the STI Pub Companies, consisting
+ of the American Institute of Physics, the American Chemical
+ Society, the American Mathematical Society, the American Physical
+ Society, Elsevier, Inc., and The Institute of Electrical and
+ Electronic Engineers, Inc. Portions copyright (c) 1998-2003 by
+ MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, Inc. All
+ rights reserved. STIX Fonts-TM is a trademark of The Institute of
+ Electrical and Electronics Engineers, Inc.
+ .
+ 3. You may (a) convert the Fonts from one format to another
+ (e.g., from TrueType to PostScript), in which case the normal and
+ reasonable distortion that occurs during such conversion shall be
+ permitted and (b) embed or include a subset of the Fonts in a
+ document for the purposes of allowing users to read text in the
+ document that utilizes the Fonts. In each case, you may use the
+ STIX Fonts-TM mark to designate the resulting Fonts or subset of
+ the Fonts.
+ .
+ 4. You may also (a) add glyphs or characters to the Fonts, or
+ modify the shape of existing glyphs, so long as the base set of
+ glyphs is not removed and (b) delete glyphs or characters from the
+ Fonts, provided that the resulting font set is distributed with
+ the following disclaimer: "This [name] font does not include all
+ the Unicode points covered in the STIX Fonts-TM set but may
+ include others." In each case, the name used to denote the
+ resulting font set shall not include the term "STIX" or any
+ similar term.
+ .
+ 5. You may charge a fee in connection with the distribution of
+ the Font Software, provided that no copy of one or more of the
+ individual Font typefaces that form the STIX Fonts-TM set may be
+ sold by itself.
+ .
+ 6. THE FONT SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
+ AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK OR OTHER
+ RIGHT. IN NO EVENT SHALL MICROPRESS OR ANY OF THE STI PUB
+ COMPANIES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ INCLUDING, BUT NOT LIMITED TO, ANY GENERAL, SPECIAL, INDIRECT,
+ INCIDENTAL OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM OR OUT OF THE USE OR
+ INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
+ FONT SOFTWARE.
+ .
+ 7. Except as contained in the notice set forth in Section 2,
+ the names MicroPress Inc. and STI Pub Companies, as well as the
+ names of the companies/organizations that compose the STI Pub
+ Companies, shall not be used in advertising or otherwise to
+ promote the sale, use or other dealings in the Font Software
+ without the prior written consent of the respective company or
+ organization.
+ .
+ 8. This License shall become null and void in the event of any
+ material breach of the Terms and Conditions herein by licensee.
+ .
+ 9. A substantial portion of the STIX Fonts set was developed by
+ MicroPress Inc. for the STI Pub Companies. To obtain additional
+ mathematical fonts, please contact MicroPress, Inc., 68-30 Harrow
+ Street, Forest Hills, NY 11375, USA - Phone: (718) 575-1816.
-lib/matplotlib/fontconfig_pattern.py
- Author : Michael Droettboom <mdroe at stsci.edu>
+Files: lib/matplotlib/mpl-data/fonts/pdfcorefonts/*
+Copyright: Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.
-lib/matplotlib/backends/backend_fltkagg.py
- Copyright: Gregory Lielens, Free Field Technologies SA and
- John D. Hunter 2004
+Files: lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm
+Copyright: Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992 Adobe Systems Incorporated. All Rights Reserved.
-lib/matplotlib/backends/backend_wxagg.py
- Copyright (C) 2003-5 Jeremy O'Donoghue, John Hunter, Illinois Institute of
- Technology
+Files: lib/six.py
+Author: Benjamin Peterson <benjamin at python.org>
-lib/matplotlib/backends/backend_wx.py
- Copyright (C) Jeremy O'Donoghue & John Hunter, 2003-4
- License: This work is licensed under a PSF compatible license.
+Files: src/nxutils.c
+Copyright: Copyright (c) 1970-2003, Wm. Randolph Franklin
+License: pnpoly license
+ 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:
+ .
+ 1. Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the following
+ disclaimers. 2. Redistributions in binary form must
+ reproduce the above copyright notice in the documentation
+ and/or other materials provided with the distribution.
+ 3. The name of W. Randolph Franklin may not be used to
+ endorse or promote products derived from this Software
+ without specific prior written permission.
+ .
+ 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.
-lib/matplotlib/pyparsing.py
- # Copyright (c) 2003-2008 Paul T. McGuire
- #
- # 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.
+FileS: src/_subprocess.c
+Copyright: Copyright (c) 2004 by Fredrik Lundh <fredrik at pythonware.com>
+ Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
+ Copyright (c) 2004 by Peter Astrand <astrand at lysator.liu.se>
+License:
+ Permission to use, copy, modify, and distribute this software and
+ its associated documentation for any purpose and without fee is
+ hereby granted, provided that the above copyright notice appears in
+ all copies, and that both that copyright notice and this permission
+ notice appear in supporting documentation, and that the name of the
+ authors not be used in advertising or publicity pertaining to
+ distribution of the software without specific, written prior
+ permission.
+ .
+ THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ .
+ Licensed to PSF under a Contributor Agreement.
+ See http://www.python.org/2.4/license for licensing details.
-lib/matplotlib/sankey.py
- Author: Kevin L. Davies
- License: BSD
+Files: src/_wxagg.cpp
+Author: Ken McIvor <mcivor at iit.edu>
+Copyright: Copyright 2005 Illinois Institute of Technology
+Comment: Derived from `_gtkagg.cpp', Copyright 2004-2005 John Hunter
-lib/matplotlib/table.py
- Author : John Gill <jng at europe.renre.com>
- Copyright : 2004 John Gill and John Hunter
+Files: lib/dateutil_py2/*
+Copyright: Copyright (c) 2003-2010 Gustavo Niemeyer <gustavo at niemeyer.net>
+License: PSF License
-lib/matplotlib/delaunay/VoronoiDiagramGenerator.{cpp, h}
- /*
- * The author of this software is Steven Fortune. Copyright (c) 1994 by AT&T
- * Bell Laboratories.
- * Permission to use, copy, modify, and distribute this software for any
- * purpose without fee is hereby granted, provided that this entire notice
- * is included in all copies of any software which is or includes a copy
- * or modification of this software and in all copies of the supporting
- * documentation for such software.
- * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
- * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
- * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
- */
+Files: lib/dateutil_py3/*
+Copyright: Copyright (c) 2003-2011 Gustavo Niemeyer <gustavo at niemeyer.net>
+ Copyright (c) 2012 - Tomi Pieviläinen <tomi.pievilainen at iki.fi>
+License: Simplified BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- /*
- * This code was originally written by Stephan Fortune in C code. I, Shane O'Sullivan,
- * have since modified it, encapsulating it in a C++ class and, fixing memory leaks and
- * adding accessors to the Voronoi Edges.
- * Permission to use, copy, modify, and distribute this software for any
- * purpose without fee is hereby granted, provided that this entire notice
- * is included in all copies of any software which is or includes a copy
- * or modification of this software and in all copies of the supporting
- * documentation for such software.
- * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
- * WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
- * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
- * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
- */
+Files: ttconv/*
+Copyright: Copyright 1995, Trinity College Computing Center. Written by David Chappell.
+License:
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted, provided
+ that the above copyright notice appear in all copies and that both that
+ copyright notice and this permission notice appear in supporting
+ documentation. This software and documentation are provided "as is" without
+ express or implied warranty.
-lib/matplotlib/delaunay/./__init__.py
- Author: Robert Kern <robert.kern at gmail.com>
+Files: CXX/*
+Copyright: Copyright (c) 1998 - 2007, The Regents of the University of California
+ Produced at the Lawrence Livermore National Laboratory
+ All rights reserved.
+License:
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ - Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the disclaimer below.
+ - Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the disclaimer (as noted below) in the
+ documentation and/or materials provided with the distribution.
+ - Neither the name of the UC/LLNL nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OF THE UNIVERSITY OF
+ CALIFORNIA, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
- Copyright: Copyright 2005 Robert Kern.
- License: BSD-style license. See LICENSE.txt in the scipy source directory.
-
-lib/matplotlib/mpl-data/fonts/ttf/(non STIX)*.ttf
- Copyright
- =========
-
- Copyright (c) 2003 by Bitstream, Inc. All Rights
- Reserved. Bitstream Vera is a trademark of Bitstream, Inc.
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of the fonts accompanying this license ("Fonts")
- and associated documentation files (the "Font Software"), to
- reproduce and distribute the Font Software, including without
- limitation the rights to use, copy, merge, publish, distribute,
- and/or sell copies of the Font Software, and to permit persons to
- whom the Font Software is furnished to do so, subject to the
- following conditions:
-
- The above copyright and trademark notices and this permission
- notice shall be included in all copies of one or more of the Font
- Software typefaces.
-
- The Font Software may be modified, altered, or added to, and in
- particular the designs of glyphs or characters in the Fonts may be
- modified and additional glyphs or characters may be added to the
- Fonts, only if the fonts are renamed to names not containing
- either the words "Bitstream" or the word "Vera".
-
- This License becomes null and void to the extent applicable to
- Fonts or Font Software that has been modified and is distributed
- under the "Bitstream Vera" names.
-
- The Font Software may be sold as part of a larger software package
- but no copy of one or more of the Font Software typefaces may be
- sold by itself.
-
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
- AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER
- RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY
- GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
- DEALINGS IN THE FONT SOFTWARE.
-
- Except as contained in this notice, the names of Gnome, the Gnome
- Foundation, and Bitstream Inc., shall not be used in advertising
- or otherwise to promote the sale, use or other dealings in this
- Font Software without prior written authorization from the Gnome
- Foundation or Bitstream Inc., respectively. For further
- information, contact: fonts at gnome dot org.
-
-lib/matplotlib/mpl-data/fonts/ttf/STIX*.ttf
- License:
-
- 1. Permission is hereby granted, free of charge, to any person
- obtaining a copy of the STIX Fonts-TM set accompanying this
- license (collectively, the "Fonts") and the associated
- documentation files (collectively with the Fonts, the "Font
- Software"), to reproduce and distribute the Font Software,
- including the rights to use, copy, merge and publish copies of the
- Font Software, and to permit persons to whom the Font Software is
- furnished to do so same, subject to the following terms and
- conditions (the "License").
-
- 2. The following copyright and trademark notice and these Terms
- and Conditions shall be included in all copies of one or more of
- the Font typefaces and any derivative work created as permitted
- under this License:
-
- Copyright (c) 2001-2005 by the STI Pub Companies, consisting
- of the American Institute of Physics, the American Chemical
- Society, the American Mathematical Society, the American Physical
- Society, Elsevier, Inc., and The Institute of Electrical and
- Electronic Engineers, Inc. Portions copyright (c) 1998-2003 by
- MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, Inc. All
- rights reserved. STIX Fonts-TM is a trademark of The Institute of
- Electrical and Electronics Engineers, Inc.
-
- 3. You may (a) convert the Fonts from one format to another
- (e.g., from TrueType to PostScript), in which case the normal and
- reasonable distortion that occurs during such conversion shall be
- permitted and (b) embed or include a subset of the Fonts in a
- document for the purposes of allowing users to read text in the
- document that utilizes the Fonts. In each case, you may use the
- STIX Fonts-TM mark to designate the resulting Fonts or subset of
- the Fonts.
-
- 4. You may also (a) add glyphs or characters to the Fonts, or
- modify the shape of existing glyphs, so long as the base set of
- glyphs is not removed and (b) delete glyphs or characters from the
- Fonts, provided that the resulting font set is distributed with
- the following disclaimer: "This [name] font does not include all
- the Unicode points covered in the STIX Fonts-TM set but may
- include others." In each case, the name used to denote the
- resulting font set shall not include the term "STIX" or any
- similar term.
-
- 5. You may charge a fee in connection with the distribution of
- the Font Software, provided that no copy of one or more of the
- individual Font typefaces that form the STIX Fonts-TM set may be
- sold by itself.
-
- 6. THE FONT SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY
- WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
- AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK OR OTHER
- RIGHT. IN NO EVENT SHALL MICROPRESS OR ANY OF THE STI PUB
- COMPANIES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- INCLUDING, BUT NOT LIMITED TO, ANY GENERAL, SPECIAL, INDIRECT,
- INCIDENTAL OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
- CONTRACT, TORT OR OTHERWISE, ARISING FROM OR OUT OF THE USE OR
- INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
- FONT SOFTWARE.
-
- 7. Except as contained in the notice set forth in Section 2,
- the names MicroPress Inc. and STI Pub Companies, as well as the
- names of the companies/organizations that compose the STI Pub
- Companies, shall not be used in advertising or otherwise to
- promote the sale, use or other dealings in the Font Software
- without the prior written consent of the respective company or
- organization.
-
- 8. This License shall become null and void in the event of any
- material breach of the Terms and Conditions herein by licensee.
-
- 9. A substantial portion of the STIX Fonts set was developed by
- MicroPress Inc. for the STI Pub Companies. To obtain additional
- mathematical fonts, please contact MicroPress, Inc., 68-30 Harrow
- Street, Forest Hills, NY 11375, USA - Phone: (718) 575-1816.
-
-lib/matplotlib/mpl-data/fonts/pdfcorefonts/*
- Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.
-
-lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm
- Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992 Adobe Systems Incorporated. All Rights Reserved.
-
-src/nxutils.c
- pnpoly license
- Copyright (c) 1970-2003, Wm. Randolph Franklin
-
- 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:
-
- 1. Redistributions of source code must retain the above
- copyright notice, this list of conditions and the following
- disclaimers. 2. Redistributions in binary form must
- reproduce the above copyright notice in the documentation
- and/or other materials provided with the distribution.
- 3. The name of W. Randolph Franklin may not be used to
- endorse or promote products derived from this Software
- without specific prior written permission.
-
- 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. */
-
-src/_subprocess.c
- /*
- * support routines for subprocess module
- *
- * Currently, this extension module is only required when using the
- * subprocess module on Windows, but in the future, stubs for other
- * platforms might be added here as well.
- *
- * Copyright (c) 2004 by Fredrik Lundh <fredrik at pythonware.com>
- * Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
- * Copyright (c) 2004 by Peter Astrand <astrand at lysator.liu.se>
- *
- * By obtaining, using, and/or copying this software and/or its
- * associated documentation, you agree that you have read, understood,
- * and will comply with the following terms and conditions:
- *
- * Permission to use, copy, modify, and distribute this software and
- * its associated documentation for any purpose and without fee is
- * hereby granted, provided that the above copyright notice appears in
- * all copies, and that both that copyright notice and this permission
- * notice appear in supporting documentation, and that the name of the
- * authors not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior
- * permission.
- *
- * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
- * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
- * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
- * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- */
-
- /* Licensed to PSF under a Contributor Agreement. */
- /* See http://www.python.org/2.4/license for licensing details. */
-
-src/_wxagg.cpp
- // Purpose: Accelerate WXAgg by doing the agg->wxWidgets conversions in C++.
- // Author: Ken McIvor <mcivor at iit.edu>
- //
- // Copyright 2005 Illinois Institute of Technology
- // Derived from `_gtkagg.cpp', Copyright 2004-2005 John Hunter
- //
- // See the file "LICENSE" for information on usage and redistribution
- // of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
-lib/dateutil/*
- Copyright (c) 2003-2005 Gustavo Niemeyer <gustavo at niemeyer.net>
- __author__ = "Gustavo Niemeyer <gustavo at niemeyer.net>"
- __license__ = "PSF License"
-
-ttconv/*
- /*
- * Modified for use within matplotlib
- * 5 July 2007
- * Michael Droettboom
- */
-
- /*
- ** ~ppr/src/include/global_defines.h
- ** Copyright 1995, Trinity College Computing Center.
- ** Written by David Chappell.
- **
- ** Permission to use, copy, modify, and distribute this software and its
- ** documentation for any purpose and without fee is hereby granted, provided
- ** that the above copyright notice appear in all copies and that both that
- ** copyright notice and this permission notice appear in supporting
- ** documentation. This software and documentation are provided "as is" without
- ** express or implied warranty.
- **
- ** The PPR project was begun 28 December 1992.
- **
- ** There are many things in this file you may want to change. This file
- ** should be the first include file. It is the header file for the whole
- ** project.
- **
- ** This file was last modified 22 December 1995.
- */
-
-CXX/*
- // Copyright (c) 1998 - 2007, The Regents of the University of California
- // Produced at the Lawrence Livermore National Laboratory
- // All rights reserved.
- //
- // This file is part of PyCXX. For details,see http://cxx.sourceforge.net/. The
- // full copyright notice is contained in the file COPYRIGHT located at the root
- // of the PyCXX distribution.
- //
- // Redistribution and use in source and binary forms, with or without
- // modification, are permitted provided that the following conditions are met:
- //
- // - Redistributions of source code must retain the above copyright notice,
- // this list of conditions and the disclaimer below.
- // - Redistributions in binary form must reproduce the above copyright notice,
- // this list of conditions and the disclaimer (as noted below) in the
- // documentation and/or materials provided with the distribution.
- // - Neither the name of the UC/LLNL nor the names of its contributors may be
- // used to endorse or promote products derived from this software without
- // specific prior written permission.
- //
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OF THE UNIVERSITY OF
- // CALIFORNIA, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR
- // ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
- // DAMAGE.
-
-agg24/*
- //----------------------------------------------------------------------------
- // Anti-Grain Geometry - Version 2.4
- // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
- //
- // Permission to copy, use, modify, sell and distribute this software
- // is granted provided this copyright notice appears in all copies.
- // This software is provided "as is" without express or implied
- // warranty, and with no claim as to its suitability for any purpose.
- //
- //----------------------------------------------------------------------------
- // Contact: mcseem at antigrain.com
- // mcseemagg at yahoo.com
- // http://www.antigrain.com
- //----------------------------------------------------------------------------
+Files: agg24/*
+Copyright: Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
+License:
+ Permission to copy, use, modify, sell and distribute this software
+ is granted provided this copyright notice appears in all copies.
+ This software is provided "as is" without express or implied
+ warranty, and with no claim as to its suitability for any purpose.
Added: packages-metadata/p/plexus-cipher.control
===================================================================
--- packages-metadata/p/plexus-cipher.control (rev 0)
+++ packages-metadata/p/plexus-cipher.control 2012-09-17 03:00:36 UTC (rev 2481)
@@ -0,0 +1,39 @@
+Source: plexus-cipher
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends-Indep: libplexus-maven-plugin-java, junit, libplexus-container-default-java, default-jdk-doc,
+ libplexus-container-default-java-doc, libmaven-javadoc-plugin-java
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-cipher
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-cipher/
+Homepage: https://github.com/sonatype/plexus-cipher
+
+Package: libplexus-cipher-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libplexus-cipher-java-doc
+Description: Plexus Cipher Component used by Maven
+ The Plexus project provides a full software stack for creating and
+ executing software projects. Based on the Plexus container, the applications
+ can utilise component-oriented programming to build modular, reusable
+ components that can easily be assembled and reused.
+ .
+ This package provides a cipher component for Plexus.
+
+Package: libplexus-cipher-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libplexus-cipher-java
+Description: Documentation for Plexus Cipher Component used by Maven
+ The Plexus project provides a full software stack for creating and
+ executing software projects. Based on the Plexus container, the applications
+ can utilise component-oriented programming to build modular, reusable
+ components that can easily be assembled and reused.
+ .
+ This package contains the API documentation of libplexus-cipher-java.
Added: packages-metadata/p/plexus-cipher.copyright
===================================================================
--- packages-metadata/p/plexus-cipher.copyright (rev 0)
+++ packages-metadata/p/plexus-cipher.copyright 2012-09-17 03:00:36 UTC (rev 2481)
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Plexus Cipher Component
+Upstream-Contact: Sonatype
+Source: http://www.sonatype.org/
+
+Files: *
+Copyright: 2008, Sonatype Inc.
+License: Apache-2.0
+
+Files: src/main/java/org/sonatype/plexus/components/cipher/Base64.java
+ src/main/java/org/sonatype/plexus/components/cipher/PBECipher.java
+Copyright: 2008, Julius Davies
+ 2008, Sonatype Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2009, Ludovic Claude <ludovic.claude at laposte.net>
+ 2011, Torsten Werner <twerner at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian GNU/Linux system you can find the complete text of the
+ Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'.
More information about the Collab-qa-commits
mailing list