diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-05-27 11:01:04 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-05-27 11:01:04 +0000 |
commit | efc5a05dac948a54c8cc11581aa85f4fb862f07d (patch) | |
tree | 34fa77cfc56e2054654545915ca2f6e23b81e4b8 /src | |
parent | 721c373cce216aa54bdefa6d8a9cebd24affa788 (diff) | |
download | xine-lib-efc5a05dac948a54c8cc11581aa85f4fb862f07d.tar.gz xine-lib-efc5a05dac948a54c8cc11581aa85f4fb862f07d.tar.bz2 |
update copyright headers
CVS patchset: 1949
CVS date: 2002/05/27 11:01:04
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/demux_cda.c | 6 | ||||
-rw-r--r-- | src/demuxers/demux_elem.c | 6 | ||||
-rw-r--r-- | src/demuxers/demux_film.c | 4 | ||||
-rw-r--r-- | src/demuxers/demux_mpgaudio.c | 6 | ||||
-rw-r--r-- | src/demuxers/demux_pes.c | 6 |
5 files changed, 14 insertions, 14 deletions
diff --git a/src/demuxers/demux_cda.c b/src/demuxers/demux_cda.c index 39ecf62c5..22f12c29d 100644 --- a/src/demuxers/demux_cda.c +++ b/src/demuxers/demux_cda.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000-2001 the xine project + * 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 @@ -17,7 +17,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: demux_cda.c,v 1.17 2002/05/25 19:19:17 siggi Exp $ + * $Id: demux_cda.c,v 1.18 2002/05/27 11:01:04 guenter Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/src/demuxers/demux_elem.c b/src/demuxers/demux_elem.c index 9a87aba3f..015fe655b 100644 --- a/src/demuxers/demux_elem.c +++ b/src/demuxers/demux_elem.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000, 2001 the xine project + * 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 @@ -17,7 +17,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: demux_elem.c,v 1.44 2002/05/25 19:19:17 siggi Exp $ + * $Id: demux_elem.c,v 1.45 2002/05/27 11:01:04 guenter Exp $ * * demultiplexer for elementary mpeg streams * diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c index 9a8e5673a..747f386df 100644 --- a/src/demuxers/demux_film.c +++ b/src/demuxers/demux_film.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 on the FILM file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_film.c,v 1.1 2002/05/27 07:32:36 tmmm Exp $ + * $Id: demux_film.c,v 1.2 2002/05/27 11:01:04 guenter Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c index 87dddcc14..755e92dbf 100644 --- a/src/demuxers/demux_mpgaudio.c +++ b/src/demuxers/demux_mpgaudio.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000, 2001 the xine project + * 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 @@ -17,7 +17,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: demux_mpgaudio.c,v 1.47 2002/05/25 19:19:17 siggi Exp $ + * $Id: demux_mpgaudio.c,v 1.48 2002/05/27 11:01:04 guenter Exp $ * * demultiplexer for mpeg audio (i.e. mp3) streams * diff --git a/src/demuxers/demux_pes.c b/src/demuxers/demux_pes.c index d0dcfc442..e38a2b370 100644 --- a/src/demuxers/demux_pes.c +++ b/src/demuxers/demux_pes.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2000, 2001 the xine project + * 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 @@ -17,7 +17,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: demux_pes.c,v 1.29 2002/05/25 19:19:17 siggi Exp $ + * $Id: demux_pes.c,v 1.30 2002/05/27 11:01:04 guenter Exp $ * * demultiplexer for mpeg 2 PES (Packetized Elementary Streams) * reads streams of variable blocksizes |