1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
This is the Debian package for the Audio-FLAC-Header Perl module
originally created by Ivo Marino <eim@mentors.debian.net>.
Upstream source location:
http://search.cpan.org/dist/Audio-FLAC-Header/
The upstream authors are:
Erik Reckase <cerebusjam@hotmail.com>
with lots of help from Dan Sully <daniel@cpan.org> for XS code.
Files: *
Copyright: Pure perl code Copyright (c) 2003-2004, Erik Reckase.
Pure perl code Copyright (c) 2003-2007, Dan Sully & Slim Devices.
Pure perl code Copyright (c) 2008, Dan Sully
XS code Copyright (c) 2004-2007, Dan Sully & Slim Devices.
XS code Copyright (c) 2008, Dan Sully
License: Artistic | GPL-1+
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.2 or,
at your option, any later version of Perl 5 you may have available.
Files: Header.xs
Copyright: XS code Copyright (c) 2004-2007, Dan Sully & Slim Devices.
XS code Copyright (c) 2008, Dan Sully
License: GPL-2+
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 2
of the License, or (at your option) any later version.
.
Chunks of this code have been borrowed and influenced from the FLAC source.
Files: inc/*
Copyright: Copyright 2002, 2003, 2004, 2005, 2006 by
Audrey Tang <autrijus@autrijus.org>
Brian Ingerson <ingy@cpan.org>
Adam Kennedy <adamk@cpan.org>
License: Artistic | GPL-1+
All rights reserved. You can redistribute and/or modify
this bundle under the same terms as Perl itself.
.
[These files are from the Module::Install module; although they lack
explicit copyright and license notices, it is assumed that the license
and copyright of that package applies to them.]
Files: debian/*
Copyright: (c) 2004-2005 Ivo Marino <eim@mentors.debian.net>
(c) 2008 Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
(c) 2008 Niko Tyni <ntyni@debian.org>
License: other
It is assumed that all the Debian package maintainers have chosen a license compatible
with upstream's license.
Perl, including version 5.8.2, is distributed under your choice of the
GNU General Public License or the Artistic License. On Debian GNU/Linux
systems, the complete text of the GNU General Public License can be
found in `/usr/share/common-licenses/GPL' and the Artistic Licence in
`/usr/share/common-licenses/Artistic'.
The license of Perl itself can be found in /usr/share/doc/perl/copyright.
|