1This package was originally made by Stefan Karrmann <S.Karrmann@gmx.net> 2on Thu, 31 Aug 2000 22:15:07 +0200. 3 4The current maintainer is Rogério Brito <rbrito@users.sf.net>. 5 6It was downloaded from the CVS repository at <http://sf.net/projects/lame>. 7 8Upstream Authors: The LAME team <lame-dev@lists.sf.net>. 9 10Copyright © 1999-2009 The LAME team <lame-dev@lists.sf.net> and contributors. 11 12 LAME is free software; you can redistribute it and/or 13 modify it under the terms of the GNU Library General Public 14 License as published by the Free Software Foundation; either 15 version 2 of the License, or (at your option) any later version. 16 17 LAME is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 Library General Public License for more details. 21 22 You should have received a copy of the GNU Library General Public 23 License along with this library; if not, write to the 24 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 25 MA 02110-1301, USA. 26 27Additionally, the original software's LICENCE file contains the following: 28 29- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 30Can I use LAME in my commercial program? 31 32Yes, you can, under the restrictions of the LGPL. The easiest 33way to do this is to: 34 351. Link to LAME as separate library (libmp3lame.a on unix or 36 lame_enc.dll on windows) 37 382. Fully acknowledge that you are using LAME, and give a link 39 to our web site, https://lame.sourceforge.io/ 40 413. If you make modifications to LAME, you *must* release these 42 these modifications back to the LAME project, under the LGPL. 43 44*** IMPORTANT NOTE *** 45 46The decoding functions provided in LAME use the mpglib decoding engine which 47is under the GPL. They may not be used by any program not released under the 48GPL unless you obtain such permission from the MPG123 project (www.mpg123.de). 49- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 50 51On Debian systems, the complete text of the GNU Library General Public 52License can be found in `/usr/share/common-licenses/LGPL-2'. 53 54The Debian packaging is © 2005-2009, Rogério Brito <rbrito@users.sf.net> 55and is licensed under the GPL, see above. 56