shedskin-packaging

debian/copyright

72:20106aa6e1f1
2012-01-12 Paul Boddie Added tag rel-0-9 for changeset 12ac4ee78212
     1 Format: http://dep.debian.net/deps/dep5/     2 Upstream-Name: shedskin     3 Upstream-Contact: Mark Dufour <mark.dufour@gmail.com>     4                   J??r??mie Roquet <arkanosis@gmail.com>     5 Source: http://shedskin.googlecode.com/     6 Comment: This package was debianized by Paul Boddie <paul@boddie.org.uk>.     7      8 Files: *     9 Copyright: 2005-2010 Mark Dufour    10 License: GPL-3+    11  This program is free software; you can redistribute it and/or modify it under    12  the terms of the GNU General Public License as published by the Free Software    13  Foundation; either version 3 of the License, or (at your option) any later    14  version.    15  .    16  This program is distributed in the hope that it will be useful, but WITHOUT    17  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS    18  FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more    19  details.    20  .    21  You should have received a copy of the GNU General Public License along with    22  this program.  If not, see <http://www.gnu.org/licenses/>.    23  .    24  On Debian systems, the full text of the GNU General Public    25  License version 3 can be found in the file    26  `/usr/share/common-licenses/GPL-3'.    27 Comment: Shed Skin compiler, plus testing framework    28     29 Files: debian/*    30 Copyright: 2011 Paul Boddie    31 License: Expat    32 Comment: Debian packaging files    33     34 Files: shedskin/lib/*.?pp shedskin/lib/os/*.?pp    35 Copyright: 2005-2010 Mark Dufour    36 License: Expat    37 Comment: C++ implementation of Python builtins and libraries    38  (except as otherwise mentioned below)    39     40 Files: shedskin/lib/itertools.?pp shedskin/lib/heapq.?pp    41 Copyright: 2009 J??r??mie Roquet <arkanosis@gmail.com>    42 License: Expat    43 Comment: C++ implementation of Python itertools and heapq libraries    44     45 License: Expat    46  Permission is hereby granted, free of charge, to any person obtaining a copy    47  of this software and associated documentation files (the "Software"), to deal    48  in the Software without restriction, including without limitation the rights    49  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell    50  copies of the Software, and to permit persons to whom the Software is    51  furnished to do so, subject to the following conditions:    52  .    53  The above copyright notice and this permission notice shall be included in all    54  copies or substantial portions of the Software.    55  .    56  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR    57  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,    58  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE    59  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER    60  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,    61  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE    62  SOFTWARE.    63     64 Files: shedskin/lib/random.cpp    65 Copyright: 1997-2002 Makoto Matsumoto <m-mat@math.sci.hiroshima-u.ac.jp>,    66            Takuji Nishimura    67 License: BSD-3-clause    68  All rights reserved.    69  .    70  Redistribution and use in source and binary forms, with or without    71  modification, are permitted provided that the following conditions    72  are met:    73  .    74   1. Redistributions of source code must retain the above copyright    75      notice, this list of conditions and the following disclaimer.    76  .    77   2. Redistributions in binary form must reproduce the above copyright    78      notice, this list of conditions and the following disclaimer in the    79      documentation and/or other materials provided with the distribution.    80  .    81   3. The names of its contributors may not be used to endorse or promote    82      products derived from this software without specific prior written    83      permission.    84  .    85  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"    86  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE    87  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE    88  ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE    89  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR    90  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF    91  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS    92  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN    93  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)    94  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE    95  POSSIBILITY OF SUCH DAMAGE.    96 Comment: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html