Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OpenJK Source: https://github.com/JACoders/OpenJK/ License: GPL-2 Files-Excluded: code*/client/OpenAL code*/client/eax code*/*.dll code*/*/*.rc lib/*.lib lib/SDL2 lib/jpeg-* lib/libpng lib/zlib tools Comment: OpenJK is a combination of files originally released under either GPL-2+ or GPL-2 in several Quake 3 engine forks: Jedi Knight II: Jedi Outcast, its sequel Jedi Academy's single-player and multiplayer engines (which are separate codebases), and Quake III Arena (via ioquake3). . ==== LICENSE GRANT AND OVERALL LICENSE ==== . From README.md: . OpenJK is licensed under GPLv2 as free software. You are free to use, modify and redistribute OpenJK following the terms in LICENSE.txt. . The original license grant from James Monroe at Raven Software can be seen at or in rv-readme.txt: . Activision and Raven are releasing this code for people to learn from and play with. This code is copyright Activision 2003. This source is released under GNU GPLv2. . Some source code in this release is not covered by the GPL: e.g. zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (etc.) . The original GPL code-drop was withdrawn from Sourceforge due to its inclusion of non-GPL third-party libraries, but OpenJK does not distribute these. Further information: . https://web.archive.org/web/20130411025317/http://jkhub.org/topic/1941-jedi-academy-and-jedi-outcast-source-code-released/page-6#entry23475 "Jedi Knight 2 and Jedi Academy repos have been pulled officially by Raven. Raven will not disclose exactly why the repos were pulled down, in order to not draw further attention to the issue. The coding community is well aware of the issue and we've been proactive in eliminating any further concern with it. [...] OpenJK is still up/unaffected by these problems" . https://web.archive.org/web/20130411025317/http://jkhub.org/topic/1941-jedi-academy-and-jedi-outcast-source-code-released/page-6#entry23486 "The MP3 code is [not a copyright problem because it is] apparently GPL, which means Raven should have released the source 10 years ago. The Xbox stuff that is still left in is fine - but the original upload containing the full xbox port probably is not. They've already removed Feelit and Bink from their repo" . ==== EXCLUDED FILES ==== . All of the excluded files appear to be free software and GPL-compatible, apart from the Windows-specific EAX implementation, but they have been deleted from the Debian package anyway to simplify license compliance: . EAX is only relevant on Windows, and the license of the bundled DLL is non-free. . We use system copies of OpenAL, libjpeg, libpng, SDL, zlib, and some CMake modules for Debian, so those are not needed. . The tools directory is not needed for the main OpenJK build. Disclaimer: This package is in the contrib archive area, which is not part of Debian. This package itself is free software, but it is only useful when combined with non-free game data taken from the retail versions of Jedi Academy and/or Jedi Knight II. Files: * Copyright: © 1990-2000 Info-Zip © 1995-1997 Xing Technology © 1997-1998 Andrew Tridgell © 1997 Tomas Möller © 1997 Makoto Matsumoto © 1997 Takuji Nishimura © 1998-2005 Gilles Vollant © 1998-1999 EMusic.com © 1999-2005 Id Software, Inc. © 2000-2013 Raven Software, Inc. © 2000-2009 Kitware, Inc. © 2000-2009 Insight Software Consortium © 2001-2013 Activision, Inc. © 2001-2002 Sam Clegg © 2005-2006 Joerg Dietrich © 2005-2006 Tim Angus © 2005 Stuart Dalton © 2006-2009 Robert Beckebans © 2006 Thilo Schulz © 2006 Kirk Barnes © 2005-2015 ioquake3 contributors © 2009-2010 Iowa State University © 2009-2011 Andrei Drexler © 2009-2011 Richard Allen © 2009-2016 James Canete © 2011 Morten S. Mikkelsen © 2012 Michael Pohoreski © 2013-2020 OpenJK contributors © 2013-2014 The Khronos Group Inc. © 2013 Antonio Aiello © 2015-2019 Martin Moene © 2019-2023 Moritz Beutel © 2015-2018 Microsoft Corporation License: GPL-2 and GPL-2+ and Expat and BSD-3-clause-cmake and boost-permissive and zlib Files: codemp/rd-rend2/stb_image.h Copyright: 2017 Sean Barrett License: Expat or Unlicense Files: debian/* Copyright: © 2010-2020 Simon McVittie © 2011 David Banks © 2015 Alexandre Detiste License: GPL-2+ Files: codemp/qcommon/md5.cpp Copyright: none License: MD5-PD This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish. # ==== LICENSE TEXTS =================================================== License: GPL-2 OpenJK 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 program; if not, see . Comment: See /usr/share/common-licenses/GPL-2 for a copy of the GPL version 2. . Some files have the same license grant with trivial differences, e.g. "This program" instead of OpenJK, or different details for contacting the FSF. License: GPL-2+ Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . Quake III Arena source code 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 Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Comment: See /usr/share/common-licenses/GPL-2 for a copy of the GPL version 2. . Some files have the same license grant with trivial differences, e.g. "This program" instead of "Quake III Arena source code", or different details for contacting the FSF. License: zlib 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. License: boost-permissive Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Comment: Very similar to the Expat (MIT/X11) license License: BSD-3-clause-cmake 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 names of Kitware, Inc., the Insight Software Consortium, nor the names of their 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 COPYRIGHT HOLDER 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. License: Expat 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. Comment: The license of code*/rd-*/glext.h is a trivial variation on this license: it says "the Materials" instead of "the Software", and replaces "software and associated documentation" with "software and/or documentation". License: Unlicense This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. . In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. . 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 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.