This is an automated email from the git hooks/post-receive script. fabian pushed a commit to annotated tag debian/5.1.0-1 in repository deutex.
commit f0db6bca939c02448aca53fe5b8a32c6de33d575 Author: Fabian Greffrath <[email protected]> Date: Fri Dec 15 20:23:41 2017 +0100 Convert debian/copyright into machine-readable format --- debian/copyright | 117 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 92 insertions(+), 25 deletions(-) diff --git a/debian/copyright b/debian/copyright index 9b5570b..5891a97 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,31 +1,98 @@ -This package was debianized by Jon Dowland <[email protected]> on -Wed, 10 Aug 2005 21:09:59 +0100. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: DeuTex +Upstream-Contact: https://github.com/Doom-Utils/deutex/issues +Source: https://github.com/Doom-Utils/deutex -It was downloaded from <http://www.teaser.fr/~amajorel/deutex/> +Files: * +Copyright: 1994-1996, Olivier Montanuy + 1999-2005, André Majorel + 2006-2017, contributors to the DeuTex project +License: GPL-2+ -Copyright Holders: - Jef Poskanzer (1989) - David Koblas (1993) - Olivier Montanuy (1994-1995) - David Kaplan (1995) - André Majorel (1999-2005) +Files: pkg.w32/cp-with-libs +Copyright: 2016, Simon Howard +License: GPL-2+ -Current maintainer © 2009 André Majorel +Files: src/endianm.*, + src/endianio.* +Copyright: 1999-2005, André Majorel + 2006-2017, contributors to the DeuTex project +License: LGPL-2.1+ + This package 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 of the License, or (at your option) any later version. + . + This package 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 this program. If not, see <https://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-2". -License: +Files: src/lzw.c +Copyright: 1993, David Koblas ([email protected]) +License: MIT + /* +-------------------------------------------------------------------+ */ + /* | Copyright 1993, David Koblas ([email protected]) | */ + /* | | */ + /* | Permission to use, copy, modify, and to distribute this software | */ + /* | and its documentation for any purpose is hereby granted without | */ + /* | fee, provided that the above copyright notice appear in all | */ + /* | copies and that both that copyright notice and this permission | */ + /* | notice appear in supporting documentation. There is no | */ + /* | representations about the suitability of this software for | */ + /* | any purpose. this software is provided "as is" without express | */ + /* | or implied warranty. | */ + /* | | */ + /* +-------------------------------------------------------------------+ */ + /* + ** This file is derived from ppmtogif.c and giftoppm.c + ** only the compression/decompression routines were kept. + ** + ** Based on GIFENCOD by David Rowley <[email protected]>.A + ** Lempel-Zim compression based on "compress". + ** + ** Copyright (C) 1989 by Jef Poskanzer. + ** + ** Permission to use, copy, modify, and distribute this software and its + ** documentation for any purpose and without fee is hereby granted, provided + ** that the above copyright notice appear in all copies and that both that + ** copyright notice and this permission notice appear in supporting + ** documentation. This software is provided "as is" without express or + ** implied warranty. + ** + ** The Graphics Interchange Format(c) is the Copyright property of + ** CompuServe Incorporated. GIF(sm) is a Service Mark property of + ** CompuServe Incorporated. + ** + ** This coder is included in DeuTex only because that of David Kaplan + ** didn't work + ** + */ -This package is distributed under the terms of version 2 of the GNU general -public licence (GPL), with the additions listed below. On Debian systems the -GNU General Public License (GPL) version 2 is located on the filesystem at -/usr/share/common-licenses/GPL-2. +Files: debian/ +Copyright: 2005-2017, Jonathan Dowland <[email protected]> + 2017, Fabian Greffrath <[email protected]> +License: GPL-2+ -The file lzw.c was derived from ppmtogif.c and giftoppm.c from netpbm and has -the following notes: - -> Permission to use, copy, modify, and to distribute this software and its -> documentation for any purpose is hereby granted without fee, provided that -> the above copyright notice appear in all copies and that both that copyright -> notice and this permission notice appear in supporting documentation. There -> is no representations about the suitability of this software for any -> purpose. this software is provided "as is" without express or implied -> warranty. +License: GPL-2+ + This package 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. + . + This package 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 <https://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/deutex.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

