[Python-modules-commits] r22685 - in packages/matplotlib/trunk/debian (changelog copyright)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Sep 16 18:45:36 UTC 2012


    Date: Sunday, September 16, 2012 @ 18:45:34
  Author: morph
Revision: 22685

updated to new upstream code

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/copyright

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2012-09-16 18:09:52 UTC (rev 22684)
+++ packages/matplotlib/trunk/debian/changelog	2012-09-16 18:45:34 UTC (rev 22685)
@@ -5,8 +5,9 @@
     - updated Homepage field to new upstream website location
   * debian/copyright
     - converted to DEP-5 format
+    - updated to new upstream code
 
- -- Sandro Tosi <morph at debian.org>  Sun, 16 Sep 2012 20:09:26 +0200
+ -- Sandro Tosi <morph at debian.org>  Sun, 16 Sep 2012 20:45:20 +0200
 
 matplotlib (1.1.1-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/copyright
===================================================================
--- packages/matplotlib/trunk/debian/copyright	2012-09-16 18:09:52 UTC (rev 22684)
+++ packages/matplotlib/trunk/debian/copyright	2012-09-16 18:45:34 UTC (rev 22685)
@@ -79,8 +79,8 @@
 Copyright: Copyright (C) Jeremy O'Donoghue & John Hunter, 2003-4
 License: This work is licensed under a PSF compatible license.
 
-Files: lib/matplotlib/pyparsing.py
-Copyright: Copyright (c) 2003-2008  Paul T. McGuire
+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
@@ -101,6 +101,28 @@
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
+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.
+
 Files: lib/matplotlib/sankey.py
 Author: Kevin L. Davies
 License: BSD
@@ -141,6 +163,27 @@
 Copyright: Copyright 2005 Robert Kern.
 License: BSD-style license. See LICENSE.txt in the scipy source directory.
 
+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.
@@ -274,6 +317,9 @@
 Files: lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm
 Copyright: Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992 Adobe Systems Incorporated.  All Rights Reserved.
 
+Files: lib/six.py
+Author: Benjamin Peterson <benjamin at python.org>
+
 Files: src/nxutils.c
 Copyright: Copyright (c) 1970-2003, Wm. Randolph Franklin
 License: pnpoly license
@@ -333,10 +379,38 @@
 Copyright: Copyright 2005 Illinois Institute of Technology
 Comment: Derived from `_gtkagg.cpp', Copyright 2004-2005 John Hunter
 
-Files: lib/dateutil/*
-Copyright (c) 2003-2005  Gustavo Niemeyer <gustavo at niemeyer.net>
+Files: lib/dateutil_py2/*
+Copyright: Copyright (c) 2003-2010  Gustavo Niemeyer <gustavo at niemeyer.net>
 License: PSF License
 
+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.
+
 Files: ttconv/*
 Copyright: Copyright 1995, Trinity College Computing Center.  Written by David Chappell.
 License:




More information about the Python-modules-commits mailing list