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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
|
This package was debianized by Jose Carlos Garcia Sogo <jsogo@debian.org> on
Tue, 12 May 2007 00:43:21 +0200.
It was downloaded from http://download.banshee-project.org/taglib-sharp/
Upstream Author: Brian Nickel <brian.nickel@gmail.com>
Copyright:
For everything not noted below:
Copyright (C) 2005 - 2008 Brian Nickel <brian.nickel@gmail.com>
For src/TagLib/ByteVector.cs,
src/TagLib/ByteVectorList.cs,
src/TagLib/ListBase.cs,
src/TagLib/IntList.cs,
src/TagLib/Picture.cs,
src/TagLib/CorruptFileException.cs,
src/TagLib/UnsupportedFormatException.cs,
src/TagLib/FileTypes.cs,
src/TagLib/File.cs,
src/TagLib/StringList.cs,
src/TagLib/SupportedMimeType.cs,
docs/MonodocNodeConfig.cs:
Copyright (C) 2005-2006 Novell, Inc.
For src/TagLib/Ape/Item.cs,
src/TagLib/Ape/Footer.cs,
src/TagLib/Ape/Tag.cs,
src/TagLib/WavPack/StreamHeader.cs,
src/TagLib/WavPack/File.cs,
src/TagLib/Flac/StreamHeader.cs,
src/TagLib/Flac/File.cs,
src/TagLib/Mpc/StreamHeader.cs,
src/TagLib/Mpc/File.cs:
Copyright (C) 2003-2004 Allan Sandfeld Jensen
For src/TagLib/Ape/Footer.cs,
src/TagLib/ByteVectorList.cs,
src/TagLib/ListBase.cs,
src/TagLib/Genres.cs,
src/TagLib/Id3v2/FrameHeader.cs,
src/TagLib/Id3v2/Frame.cs,
src/TagLib/Id3v2/SynchData.cs,
src/TagLib/Id3v2/Footer.cs,
src/TagLib/Id3v2/Header.cs,
src/TagLib/Id3v2/Tag.cs,
src/TagLib/Id3v2/FrameFactory.cs,
src/TagLib/Id3v2/Frames/TextIdentificationFrame.cs,
src/TagLib/Id3v2/Frames/CommentsFrame.cs,
src/TagLib/Id3v2/Frames/UnsynchronisedLyricsFrame.cs,
src/TagLib/Id3v2/Frames/UniqueFileIdentifierFrame.cs,
src/TagLib/Id3v2/Frames/AttachedPictureFrame.cs,
src/TagLib/Id3v2/Frames/UnknownFrame.cs,
src/TagLib/Id3v2/Frames/RelativeVolumeFrame.cs,
src/TagLib/Id3v2/Frames/GeneralEncapsulatedObjectFrame.cs,
src/TagLib/Id3v2/ExtendedHeader.cs,
src/TagLib/Ogg/XiphComment.cs,
src/TagLib/Ogg/Paginator.cs,
src/TagLib/Ogg/PageHeader.cs,
src/TagLib/Ogg/File.cs,
src/TagLib/Ogg/Page.cs,
src/TagLib/Mpeg/AudioHeader.cs,
src/TagLib/Mpeg/AudioFile.cs,
src/TagLib/File.cs,
src/TagLib/Tag.cs,
src/TagLib/Id3v1/StringHandler.cs,
src/TagLib/Id3v1/Tag.cs,
src/TagLib/ByteVector.cs,
src/TagLib/Picture.cs,
src/TagLib/Properties.cs:
Copyright (C) 2002-2007 Scott Wheeler
For src/TagLib/Mpeg/XingHeader.cs:
Copyright (C) 2003 Ismael Orenstein
For src/TagLib/Ape/StreamHeader.cs,
src/TagLib/Ape/File.cs,
src/TagLib/Aiff/StreamHeader.cs,
src/TagLib/Aiff/File.cs,
src/TagLib/Mpeg/VBRIHeader.cs:
Copright (C) 2007-2009 Helmut Wahrmann
For src/TagLib/Aac/BitStream.cs
src/TagLib/Aac/AudioHeader.cs
src/TagLib/Aac/File.cs:
Copyright (C) 2009 Ptrick Dehne
For ./src/TagLib/Id3v2/Frames/TextIdentificationFrame.cs:
Copyright (C) 2000 Martin Nilsson
License:
For everything not noted below:
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License version
2.1 as published by the Free Software Foundation.
This library 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 library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
You can find the complete text of LGPL license under
`/usr/share/common-licenses/LGPL-2.1'
For src/TagLib/ReadOnlyByteVector.cs,
src/TagLib/NonContainer/File.cs,
src/TagLib/NonContainer/StartTag.cs,
src/TagLib/NonContainer/Tag.cs,
src/TagLib/NonContainer/EndTag.cs,
src/TagLib/Id3v2/Frames/MusicCdIdentifierFrame.cs,
src/TagLib/Id3v2/Frames/PopularimeterFrame.cs,
src/TagLib/Id3v2/Frames/PlayCountFrame.cs,
src/TagLib/ICodec.cs,
docs/XmlInjector.cs:
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.
The Debian packaging is
Copyright (C) 2007, Jose Carlos Garcia Sogo <jsogo@debian.org>
Copyright (C) 2007, Sebastian Dröge <slomo@debian.org>
Copyright (C) 2009, Chow Loong Jin <hyperair@ubuntu.com>
and is licensed under the GPL-2+, see `/usr/share/common-licenses/GPL-2'.
|