[SCM] Packaging for numexpr branch, master, updated. debian/2.0.1-2-23-g4906e96

Antonio Valentino antonio.valentino at tiscali.it
Sat Jul 13 17:04:02 UTC 2013


The following commit has been merged in the master branch:
commit 7af0710bab51dd38a2b5920c2742940a4118e048
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jul 13 16:57:19 2013 +0000

    Fixed copyright file

diff --git a/debian/changelog b/debian/changelog
index 819e945..c419110 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ numexpr (2.1-1) experimental; urgency=low
   * Re-enable unittests at build time on sparc
   * The noopt option is now honored
   * numexpr 2.1 breaks pythbles < 3.0
+  * The copyright file has been updated. Now the
+    numexpr/win32/pthread.* license is correctly reported as GPL-2
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 27 Apr 2013 10:32:31 +0000
 
diff --git a/debian/copyright b/debian/copyright
index ef25b1e..ba08da3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,26 +6,96 @@ Files: *
 Copyright: 2007-2008 David M. Cooke <david.m.cooke at gmail.com>
            2009-2010 Francesc Alted <faltet at pytables.org>
            2011-2012 David M. Cooke <david.m.cooke at gmail.com>
+                     Tim Hochberg
                      Francesc Alted <faltet at pytables.org>
                      Ivan Vilata
                      Gregor Thalhammer
                      Mark Wiebe
                      Gaëtan de Menten
+                     Antonio Valentino <antonio.valentino at tiscali.it>
 License: MIT
+ 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: numexpr/win32/pthread.*
 Copyright: 2009 Andrzej K. Haczewski <ahaczewski at gmail.com>
-License: MIT
+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'.
+ .
+ Note that the only valid version of the GPL as far as this project
+ is concerned is _this_ particular version of the license (ie v2, not
+ v2.2 or v3.x or whatever), unless explicitly otherwise stated.
+ .
+ HOWEVER, in order to allow a migration to GPLv3 if that seems like
+ a good idea, I also ask that people involved with the project make
+ their preferences known. In particular, if you trust me to make that
+ decision, you might note so in your copyright message, ie something
+ like
+ .
+  This file is licensed under the GPL v2, or a later version
+  at the discretion of Linus.
+ .
+ might avoid issues. But we can also just decide to synchronize and
+ contact all copyright holders on record if/when the occasion arises.
 
 Files: numexpr/cpuinfo.py
 Copyright: 2002  Pearu Peterson <pearu at cens.ioc.ee>
 License: other
  Permission to use, modify, and distribute this software is given under the
- terms of the NumPy (BSD style) license.  See LICENSE.txt that came with
- this distribution for specifics.
+ terms of the NumPy (BSD style) license.
  .
  NO WARRANTY IS EXPRESSED OR IMPLIED.  USE AT YOUR OWN RISK.
  Pearu Peterson
+ .
+ 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: debian/*
 Copyright: 2010 Wen Heping <wenheping at gmail.com>
@@ -45,23 +115,3 @@ License: GPL-3.0
  .
  On Debian systems, the complete text of the GNU General
  Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
-License: MIT
- 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.
-

-- 
Packaging for numexpr



More information about the debian-science-commits mailing list