This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch debian/master in repository yquake2.
commit 91cf9733c09183cbdac19301d338908d6128a719 Author: Simon McVittie <[email protected]> Date: Sun Jun 18 14:12:26 2017 +0100 New upstream release (Closes: #864483) - d/copyright: Update --- debian/changelog | 4 ++- debian/copyright | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 82 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index ecb317f..b5ddaa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -yquake2 (6.00~dfsg1-2) UNRELEASED; urgency=medium +yquake2 (7.00~dfsg1-1) UNRELEASED; urgency=medium * Increase debhelper compat level to 10 for parallel build + * New upstream release (Closes: #864483) + - d/copyright: Update -- Simon McVittie <[email protected]> Wed, 22 Feb 2017 10:32:04 +0000 diff --git a/debian/copyright b/debian/copyright index 9632656..6ba18fd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,13 +23,20 @@ Copyright: 1997-2005, Id Software, Inc 2010, skuller.net 2011, Knightmare 2013, Alejandro Ricoveri - 2015, Daniel Gibson + 2015-2017, Daniel Gibson License: GPL-2+ Files: + src/backends/generic/header/stb_image_write.h +Copyright: + © 2017 Sean Barrett +License: Expat or unlicense + +Files: src/client/refresh/files/stb_image.h + src/client/refresh/gl3/header/HandmadeMath.h Copyright: - -License: public-domain +License: stb-public-domain This software is in the public domain. Where that dedication is not recognized, you are granted a perpetual, irrevocable license to copy and modify this file however you want. @@ -43,7 +50,7 @@ License: GPL-2+ and Zlib Files: src/common/md4.c Copyright: - -License: public-domain +License: md4-public-domain /* * Public Domain C source implementation of RFC 1320 * - The MD4 Message-Digest Algorithm - @@ -54,7 +61,7 @@ License: public-domain Files: src/common/shared/rand.c Copyright: 2011, Shinobu -License: public-domain +License: rand-public-domain /* * KISS PRNG (c) 2011 Shinobu * @@ -75,6 +82,35 @@ Copyright: 1990-2000, Info-ZIP 1998-2009, Gilles Vollant License: Zlib and Info-ZIP +Files: + src/client/refresh/gl3/glad/include/KHR/khrplatform.h +Copyright: + © 2008-2009 The Khronos Group Inc. +License: Expat +Comment: + The exact license on this file is the Expat license with "Software" + replaced with "Materials" throughout. + +Files: + src/client/refresh/gl3/glad/include/glad/glad.h + src/client/refresh/gl3/glad/src/glad.c +Copyright: none stated +License: Expat +Comment: + "OpenGL loader generated by glad 0.1.12a0 on Wed Dec 21 00:44:13 2016." + glad itself is under the MIT (Expat) license: + https://github.com/Dav1dde/glad + and its inputs are also MIT-licensed, so the output is presumably also + MIT-licensed if it is sufficiently creative to have any copyright at all. + +Files: src/client/refresh/gl3/header/DG_dynarr.h +Copyright: 2016 Daniel Gibson +License: dg-permissive + This software is dual-licensed to the public domain and under the following + license: you are granted a perpetual, irrevocable license to copy, modify, + publish, and distribute this file as you see fit. + No warranty implied; use at your own risk. + Files: debian/* Copyright: 2013-2015 Fabian Greffrath <[email protected]> License: GPL-2+ @@ -176,3 +212,42 @@ License: Info-ZIP 4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip," "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source and binary releases. + +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. + +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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/yquake2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

