diff options
Diffstat (limited to '')
-rw-r--r-- | src/libmad/decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmad/decoder.c b/src/libmad/decoder.c index 926e95c49..6d6df0db5 100644 --- a/src/libmad/decoder.c +++ b/src/libmad/decoder.c @@ -1,6 +1,6 @@ /* * libmad - MPEG audio decoder library - * Copyright (C) 2000-2003 Underbit Technologies, Inc. + * Copyright (C) 2000-2004 Underbit Technologies, Inc. * * 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 @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: decoder.c,v 1.1 2003/08/14 03:57:13 shank Exp $ + * $Id: decoder.c,v 1.22 2004/01/23 09:41:32 rob Exp $ */ # ifdef HAVE_CONFIG_H |