Author: goneri Date: 2008-04-20 15:14:12 +0000 (Sun, 20 Apr 2008) New Revision: 6673
Modified: packages/trunk/teeworlds/debian/copyright Log: minor clean up in the copyright file Modified: packages/trunk/teeworlds/debian/copyright =================================================================== --- packages/trunk/teeworlds/debian/copyright 2008-04-20 12:50:57 UTC (rev 6672) +++ packages/trunk/teeworlds/debian/copyright 2008-04-20 15:14:12 UTC (rev 6673) @@ -1,14 +1,14 @@ This package was debianized by Jack Coulter <[EMAIL PROTECTED]> on Sun, 13 Apr 2008 18:48:12 +1000. -It was downloaded from http://www.teeworlds.com/files/teeworlds-0.4.2-src.tar.gz +It was downloaded from http://www.teeworlds.com/ Copyright: Copyright (C) 2007-2008 Magnus Auvinen -License: Freeware +License: This software is provided 'as-is', without any express or implied warranty.In no event will the authors be held liable for any damages arising from the use of this software. @@ -38,7 +38,12 @@ With that being said, contact us if there is anything you want to do that the license does not premit. -bam/src/lua/include/lua.h: +zlib, pnglite, wavpack, glfw and portaudio have there own Debian package +in Debian. +######################################################################## +######################################################################## +## bam: +The bam directory is covered by this license: Copyright (C) 1994-2004 Tecgraf, PUC-Rio.All rights reserved. @@ -61,9 +66,9 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Zlib +The src/engine/external/zlib directory is covered by this license: -src/engine/external/zlib/zlib.h - Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied @@ -82,58 +87,59 @@ misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. +## pnglite +The src/engine/external/pnglite directory is covered by this license: -src/engine/external/pnglite/pnglite.h +Copyright (c) 2007 Daniel Karling -Copyright (c) 2007 Daniel Karling - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. +## wavpack +The src/engine/external/wavpack directory is covered by this license: - src/engine/external/wavpack/license.txt +Copyright (c) 1998 - 2006 Conifer Software + All rights reserved. -Copyright (c) 1998 - 2006 Conifer Software - All rights reserved. - -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 Conifer Software 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 REGENTS 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. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: - src/engine/external/glfw/include/GL/glfw.h + * 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 Conifer Software 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 REGENTS 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. + +## glfw +The src/engine/external/glfw/include/GL directory is covered by this license: + Copyright (c) 2002-2006 Camilla Berglund This software is provided 'as-is', without any express or implied @@ -155,7 +161,8 @@ 3. This notice may not be removed or altered from any source distribution. - src/engine/external/portaudio/include/portaudio.h +## portaudio +The src/engine/external/portaudio is covered by this license: Copyright (c) 1999-2002 Ross Bencina and Phil Burk _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

