From 462c5cd508d04ba616b687cc2c55f5ce3b5c1877 Mon Sep 17 00:00:00 2001 From: Geoffroy Youri Berret Date: Tue, 18 Dec 2018 17:35:32 +0100 Subject: [PATCH] Refactored copyright (dep-5 machine-interpretable format) --- debian/copyright | 203 ++++++++++++++++++++++++----------------------- 1 file changed, 105 insertions(+), 98 deletions(-) diff --git a/debian/copyright b/debian/copyright index c5ca745..250da67 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,98 +1,105 @@ -This package was debianized by Sebastian Harl on -Thu, 22 Oct 2009 00:51:34 +0200. - -It was downloaded from . - -Upstream Author: - Core Developer: - Max Kellermann - - For individual credits, see AUTHORS. - -Copyright Holders (in alphabetical order): - Matteo Frigo - Steven G. Johnson - The Music Player Daemon Project - -License: - - File m4/ax_check_compiler_flags.m4: - Copyright © 2009 Steven G. Johnson - Copyright © 2009 Matteo Frigo - - This program 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 3 of the License, or (at your - option) any later version. - - 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 . - - As a special exception, the respective Autoconf Macro's copyright owner - gives unlimited permission to copy, distribute and modify the configure - scripts that are the output of Autoconf when processing the Macro. You - need not follow the terms of the GNU General Public License when using - or distributing such scripts, even though portions of the text of the - Macro appear in them. The GNU General Public License (GPL) does govern - all other use of the material that constitutes the Autoconf Macro. - - This special exception to the GPL applies to versions of the Autoconf - Macro released by the Autoconf Archive. When you make and distribute a - modified version of the Autoconf Macro, you may extend this special - exception to the GPL to apply to your modified version as well. - -On Debian systems, the complete text of the GNU General Public License, -version 3, can be found in `/usr/share/common-licenses/GPL-3'. The complete -text of the latest version can be found in `/usr/share/common-licenses/GPL'. - - Files m4/libtool.m4, m4/lt~obsolete.m4, m4/ltoptions.m4, m4/ltsugar.m4, - m4/ltversion.m4: - Copyright © 1996-2015 Free Software Foundation, Inc. - - This file is free software; the Free Software Foundation gives - unlimited permission to copy and/or distribute it, with or without - modifications, as long as this notice is preserved. - - All other files: - Copyright © 2003-2017 The Music Player Daemon Project - - 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 the Music Player Daemon 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 FOUNDATION 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. - - Some files are licensed under the above mentioned 3-clause BSD License, - while any others are licensed under the 2-clause BSD License, which does - not include the third (endorsement / promotion) clause. - -The Debian packaging is © 2009-2010, Sebastian Harl and is -licensed under the 2-clause BSD License, see above (without the endorsement / -promotion clause). - +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libmpdclient +Source: https://www.musicpd.org/ +Upstream-Contact: Max Kellermann + +Files: * +Copyright: 2003-2018, The Music Player Daemon Project (see AUTHORS for details) +License: BSD-3-clause + +Files: include/mpd/connection.h + include/mpd/directory.h + include/mpd/entity.h + include/mpd/idle.h + include/mpd/list.h + include/mpd/output.h + include/mpd/playlist.h + include/mpd/response.h + include/mpd/search.h + include/mpd/song.h + include/mpd/stats.h + include/mpd/status.h + include/mpd/tag.h +Copyright: 2003-2018, The Music Player Daemon Project +License: BSD-3-clause + +Files: src/audio_format.c + src/connection.c + src/directory.c + src/entity.c + src/example.c + src/idle.c + src/list.c + src/output.c + src/playlist.c + src/response.c + src/search.c + src/song.c + src/stats.c + src/status.c + src/tag.c +Copyright: 2003-2018, The Music Player Daemon Project +License: BSD-3-clause + +Files: test/main.c +Copyright: 2003-2018, The Music Player Daemon Project +License: BSD-3-clause + +Files: debian/* +Copyright: 2018 Geoffroy Youri Berret + 2017 Helmut Grohne + 2009,2010,2013,2017 Sebastian Harl + 2009 Max Kellermann +License: BSD-2-clause + +License: BSD-2-clause + 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. + . + 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 FOUNDATION 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: BSD-3-clause + 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 the Music Player Daemon 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 FOUNDATION 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. -- 2.20.1