shedskin-packaging

Change of debian/copyright

27:ea50e3b7ef2b
debian/copyright
     1.1 --- a/debian/copyright	Sun Oct 17 02:16:28 2010 +0200
     1.2 +++ b/debian/copyright	Mon Oct 18 00:32:49 2010 +0200
     1.3 @@ -60,7 +60,7 @@
     1.4  --------
     1.5  
     1.6  Concerning the C++ implementation of Python itertools and heapq libraries
     1.7 -(lib/(itertools|heapq).?pp):
     1.8 +(shedskin/lib/(itertools|heapq).?pp):
     1.9  
    1.10  Copyright (c) 2009 Jérémie Roquet <arkanosis@gmail.com>
    1.11  
    1.12 @@ -84,6 +84,45 @@
    1.13  
    1.14  --------
    1.15  
    1.16 +Concerning the shedskin/lib/random.cpp file:
    1.17 +
    1.18 +Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
    1.19 +All rights reserved.
    1.20 +
    1.21 +Redistribution and use in source and binary forms, with or without
    1.22 +modification, are permitted provided that the following conditions
    1.23 +are met:
    1.24 +
    1.25 + 1. Redistributions of source code must retain the above copyright
    1.26 +    notice, this list of conditions and the following disclaimer.
    1.27 +
    1.28 + 2. Redistributions in binary form must reproduce the above copyright
    1.29 +    notice, this list of conditions and the following disclaimer in the
    1.30 +    documentation and/or other materials provided with the distribution.
    1.31 +
    1.32 + 3. The names of its contributors may not be used to endorse or promote
    1.33 +    products derived from this software without specific prior written
    1.34 +    permission.
    1.35 +
    1.36 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    1.37 +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.38 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    1.39 +ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    1.40 +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    1.41 +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    1.42 +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    1.43 +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    1.44 +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    1.45 +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.46 +POSSIBILITY OF SUCH DAMAGE.
    1.47 +
    1.48 +
    1.49 +Any feedback is very welcome.
    1.50 +http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
    1.51 +email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
    1.52 +
    1.53 +--------
    1.54 +
    1.55  On Debian GNU/Linux systems, the complete text of the GNU General Public
    1.56  License can be found in `/usr/share/common-licenses/GPL', with version 3 of
    1.57  this license in `/usr/share/common-licenses/GPL-3'.