1 This package was debianized by Paul Boddie <paul@boddie.org.uk>. 2 3 It was downloaded from http://shedskin.googlecode.com/ 4 5 Upstream Authors: 6 7 Mark Dufour <mark.dufour@gmail.com> 8 J??r??mie Roquet <arkanosis@gmail.com> 9 10 Copyright: 11 12 Copyright (c) 2005-2010 Mark Dufour 13 Copyright (c) 2009 J??r??mie Roquet <arkanosis@gmail.com> 14 15 Licenses: 16 17 Concerning the Shed Skin compiler, plus testing framework (shedskin/*.py, unit.py): 18 19 Copyright (c) 2005-2010 Mark Dufour 20 21 This program is free software; you can redistribute it and/or modify it under 22 the terms of the GNU General Public License as published by the Free Software 23 Foundation; either version 3 of the License, or (at your option) any later 24 version. 25 26 This program is distributed in the hope that it will be useful, but WITHOUT 27 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 28 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 29 details. 30 31 You should have received a copy of the GNU General Public License along with 32 this program. If not, see <http://www.gnu.org/licenses/>. 33 34 -------- 35 36 Concerning the C++ implementation of Python builtins and libraries 37 (shedskin/lib/*.?pp, shedskin/lib/os/*.?pp), except as otherwise mentioned 38 below: 39 40 Copyright (c) 2005-2010 M. Dufour 41 42 Permission is hereby granted, free of charge, to any person obtaining a copy 43 of this software and associated documentation files (the "Software"), to deal 44 in the Software without restriction, including without limitation the rights 45 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 46 copies of the Software, and to permit persons to whom the Software is 47 furnished to do so, subject to the following conditions: 48 49 The above copyright notice and this permission notice shall be included in all 50 copies or substantial portions of the Software. 51 52 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 53 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 54 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 55 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 56 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 57 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 58 SOFTWARE. 59 60 -------- 61 62 Concerning the C++ implementation of Python itertools and heapq libraries 63 (lib/(itertools|heapq).?pp): 64 65 Copyright (c) 2009 J??r??mie Roquet <arkanosis@gmail.com> 66 67 Permission is hereby granted, free of charge, to any person obtaining a copy 68 of this software and associated documentation files (the "Software"), to deal 69 in the Software without restriction, including without limitation the rights 70 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 71 copies of the Software, and to permit persons to whom the Software is 72 furnished to do so, subject to the following conditions: 73 74 The above copyright notice and this permission notice shall be included in all 75 copies or substantial portions of the Software. 76 77 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 78 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 79 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 80 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 81 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 82 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 83 SOFTWARE. 84 85 -------- 86 87 On Debian GNU/Linux systems, the complete text of the GNU General Public 88 License can be found in `/usr/share/common-licenses/GPL', with version 3 of 89 this license in `/usr/share/common-licenses/GPL-3'. 90 91 The Debian packaging is (C) 2010, Paul Boddie <paul@boddie.org.uk> and 92 is licensed under the GPL version 3 or later, see above.