diff options
author | Torsten Jager <t.jager@gmx.de> | 2013-09-13 12:50:25 +0200 |
---|---|---|
committer | Torsten Jager <t.jager@gmx.de> | 2013-09-13 12:50:25 +0200 |
commit | 50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b (patch) | |
tree | e70ffc747bc6775f6624edb88dfeae0c5d368b0b /src/post/visualizations | |
parent | b196a6012ace0ce8636412cf3a439df1a170e797 (diff) | |
download | xine-lib-50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b.tar.gz xine-lib-50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b.tar.bz2 |
Copyright year update by hg log info
script execution time: 55"
Diffstat (limited to 'src/post/visualizations')
-rw-r--r-- | src/post/visualizations/fft.c | 2 | ||||
-rw-r--r-- | src/post/visualizations/fft.h | 2 | ||||
-rw-r--r-- | src/post/visualizations/fftgraph.c | 2 | ||||
-rw-r--r-- | src/post/visualizations/fftscope.c | 2 | ||||
-rw-r--r-- | src/post/visualizations/fooviz.c | 2 | ||||
-rw-r--r-- | src/post/visualizations/oscope.c | 2 | ||||
-rw-r--r-- | src/post/visualizations/visualizations.c | 2 | ||||
-rw-r--r-- | src/post/visualizations/visualizations.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/post/visualizations/fft.c b/src/post/visualizations/fft.c index 0b61625c3..2092cbd0c 100644 --- a/src/post/visualizations/fft.c +++ b/src/post/visualizations/fft.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2012 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 358cec33c..5d660fa53 100644 --- a/src/post/visualizations/fft.h +++ b/src/post/visualizations/fft.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/post/visualizations/fftgraph.c b/src/post/visualizations/fftgraph.c index 2d13c4084..fa3f5f93e 100644 --- a/src/post/visualizations/fftgraph.c +++ b/src/post/visualizations/fftgraph.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/post/visualizations/fftscope.c b/src/post/visualizations/fftscope.c index 3ec72fba8..133bd6f6d 100644 --- a/src/post/visualizations/fftscope.c +++ b/src/post/visualizations/fftscope.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/post/visualizations/fooviz.c b/src/post/visualizations/fooviz.c index 9c8a9c1fa..7acb5afed 100644 --- a/src/post/visualizations/fooviz.c +++ b/src/post/visualizations/fooviz.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/post/visualizations/oscope.c b/src/post/visualizations/oscope.c index ffd6f0842..ccba05f90 100644 --- a/src/post/visualizations/oscope.c +++ b/src/post/visualizations/oscope.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/post/visualizations/visualizations.c b/src/post/visualizations/visualizations.c index 17c8491d5..8d03b4ac8 100644 --- a/src/post/visualizations/visualizations.c +++ b/src/post/visualizations/visualizations.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 the xine project + * Copyright (C) 2000-2008 the xine project * * This file is part of xine, a free video player. * diff --git a/src/post/visualizations/visualizations.h b/src/post/visualizations/visualizations.h index c72a1ad77..af4506664 100644 --- a/src/post/visualizations/visualizations.h +++ b/src/post/visualizations/visualizations.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2007 the xine project * * This file is part of xine, a free video player. * |