This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openal-soft.
commit b23e91624a33a3b2e1a740ff51a20ef25278820e Author: Simon McVittie <[email protected]> Date: Sun Feb 8 17:09:30 2015 +0000 debian/copyright: add more copyright holders and licenses --- debian/changelog | 6 ++++- debian/copyright | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 77 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cae117c..90ba973 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -openal-soft (1:1.16.0-1) experimental; urgency=medium +openal-soft (1:1.16.0-1) UNRELEASED; urgency=medium + [ Bret Curtis ] * New upstream release. * Updated descriptions of packages. * Updated libopenal1.symbols @@ -8,6 +9,9 @@ openal-soft (1:1.16.0-1) experimental; urgency=medium * Updated copyright file * Updated standards + [ Simon McVittie ] + * debian/copyright: add more copyright holders and licenses + -- Bret Curtis <[email protected]> Tue, 28 Oct 2014 08:39:25 +0100 openal-soft (1:1.15.1-5) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index 2eb5738..fd5b7ed 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,8 +4,15 @@ Upstream-Contact: Chris Robinson <[email protected]> Source: http://kcat.strangesoft.net/openal.html Files: * -Copyright: 1999-2014 by the OpenAL team -License: LGPL-2.1 +Copyright: + © 1999-2014 the OpenAL team + © 2008-2009 Christopher Fitzgerald + © 2009-2011 Chris Robinson + © 2013 Anis A. Hireche + © 2013 Nasca Octavian Paul + © 2013 Mike Gorchak + © 2014 Timothy Arceri +License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either @@ -45,6 +52,30 @@ Files: utils/openal-info.c Copyright: 2010 by Chris Robinson <[email protected]> License: Expat +Files: + examples/alffplay.c +Copyright: + © 2003 Fabrice Bellard + © Martin Bohme +Comment: + No copyright or license specified for alffplay.c. Assumed to be under the + same license as ffplay, on which it was based, which is LGPL-2.1+ with the + license grant quoted here. +License: LGPL-2.1+ + FFmpeg is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + FFmpeg 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with FFmpeg; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Files: Alc/bs2b.c OpenAL32/Include/bs2b.h Copyright: 2005 by Boris Mikhaylov @@ -70,6 +101,45 @@ License: Expat TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Files: + cmake/FindALSA.cmake + cmake/FindFFmpeg.cmake + cmake/FindSDL2.cmake +Copyright: + © 2006 Matthias Kretz + © 2008 Alexander Neundorf + © 2003-2011 Kitware, Inc. + © 2009-2011 Philip Lowman + © 2011 Michael Jansen + © 2012 Benjamin Eikel +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. + . + * The names of Kitware, Inc., the Insight Consortium, or the names of + any consortium members, or of any contributors, may not be used to + endorse or promote products derived from this software without + specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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. + Files: utils/makehrtf.c Copyright: 2011-2014 Christopher Fitzgerald License: GPL-2+ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openal-soft.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

