diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-10-06 02:35:08 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-10-06 02:35:08 +0000 |
commit | 08d0890139902ec1a227d2bd429585534fa6ff24 (patch) | |
tree | 00c107fa140ea2e3f455757fb136bb7c3d0cd112 /src/demuxers/demux_real.c | |
parent | edca1f1ceb343efea68670d4870f2dfa7f4c833e (diff) | |
download | xine-lib-08d0890139902ec1a227d2bd429585534fa6ff24.tar.gz xine-lib-08d0890139902ec1a227d2bd429585534fa6ff24.tar.bz2 |
atone for the sin of calling xine a "unix video player" rather than a
"free video player"
CVS patchset: 2793
CVS date: 2002/10/06 02:35:08
Diffstat (limited to 'src/demuxers/demux_real.c')
-rw-r--r-- | src/demuxers/demux_real.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c index fdf63f198..9d76dc783 100644 --- a/src/demuxers/demux_real.c +++ b/src/demuxers/demux_real.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2000-2002 the xine project * - * This file is part of xine, a unix video player. + * This file is part of xine, a free video player. * * xine is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * For more information regarding the Real file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_real.c,v 1.1 2002/10/06 00:47:51 tmmm Exp $ + * $Id: demux_real.c,v 1.2 2002/10/06 02:35:08 tmmm Exp $ */ #ifdef HAVE_CONFIG_H |