diff options
Diffstat (limited to 'src/post')
-rw-r--r-- | src/post/planar/invert.c | 4 | ||||
-rw-r--r-- | src/post/visualizations/fft.c | 2 | ||||
-rw-r--r-- | src/post/visualizations/fft.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/post/planar/invert.c b/src/post/planar/invert.c index dfea9cbe1..9d76fc73b 100644 --- a/src/post/planar/invert.c +++ b/src/post/planar/invert.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002 the xine project + * Copyright (C) 2000-2003 the xine project * * This file is part of xine, a free video player. * @@ -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: invert.c,v 1.17 2003/12/07 15:33:26 miguelfreitas Exp $ + * $Id: invert.c,v 1.18 2003/12/09 00:02:35 f1rmb Exp $ */ /* diff --git a/src/post/visualizations/fft.c b/src/post/visualizations/fft.c index e1a644e39..fba3cb8ad 100644 --- a/src/post/visualizations/fft.c +++ b/src/post/visualizations/fft.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002 the xine project + * Copyright (C) 2000-2003 the xine project * * This file is part of xine, a free video player. * diff --git a/src/post/visualizations/fft.h b/src/post/visualizations/fft.h index 707879641..1ab501be5 100644 --- a/src/post/visualizations/fft.h +++ b/src/post/visualizations/fft.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002 the xine project + * Copyright (C) 2000-2003 the xine project * * This file is part of xine, a free video player. * |