--- libgig/trunk/src/gigextract.cpp 2006/07/22 14:22:01 902 +++ libgig/trunk/src/gigextract.cpp 2006/11/24 12:50:05 933 @@ -1,10 +1,12 @@ /*************************************************************************** * * - * libgig - C++ cross-platform Gigasampler format file loader library * + * libgig - C++ cross-platform Gigasampler format file access library * * * - * Copyright (C) 2003-2005 by Christian Schoenebeck * + * Copyright (C) 2003-2006 by Christian Schoenebeck * * * * * + * This program is part of libgig. * + * * * 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 * @@ -379,7 +381,7 @@ #endif // !HAVE_SNDFILE string Revision() { - string s = "$Revision: 1.8 $"; + string s = "$Revision: 1.9 $"; return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword }