summaryrefslogtreecommitdiff
path: root/src/post
diff options
context:
space:
mode:
Diffstat (limited to 'src/post')
-rw-r--r--src/post/audio/audio_filters.c2
-rw-r--r--src/post/audio/audio_filters.h2
-rw-r--r--src/post/audio/stretch.c2
-rw-r--r--src/post/audio/upmix.c2
-rw-r--r--src/post/audio/upmix_mono.c2
-rw-r--r--src/post/audio/volnorm.c2
-rw-r--r--src/post/deinterlace/xine_plugin.c2
-rw-r--r--src/post/goom/xine_goom.c2
-rw-r--r--src/post/mosaico/mosaico.c2
-rw-r--r--src/post/mosaico/switch.c2
-rw-r--r--src/post/planar/boxblur.c2
-rw-r--r--src/post/planar/denoise3d.c2
-rw-r--r--src/post/planar/eq.c2
-rw-r--r--src/post/planar/eq2.c2
-rw-r--r--src/post/planar/expand.c2
-rw-r--r--src/post/planar/fill.c2
-rw-r--r--src/post/planar/invert.c2
-rw-r--r--src/post/planar/noise.c2
-rw-r--r--src/post/planar/planar.c2
-rw-r--r--src/post/planar/pp.c2
-rw-r--r--src/post/planar/unsharp.c2
-rw-r--r--src/post/visualizations/fft.c2
-rw-r--r--src/post/visualizations/fft.h2
-rw-r--r--src/post/visualizations/fftgraph.c2
-rw-r--r--src/post/visualizations/fftscope.c2
-rw-r--r--src/post/visualizations/fooviz.c2
-rw-r--r--src/post/visualizations/oscope.c2
-rw-r--r--src/post/visualizations/visualizations.c2
-rw-r--r--src/post/visualizations/visualizations.h2
29 files changed, 29 insertions, 29 deletions
diff --git a/src/post/audio/audio_filters.c b/src/post/audio/audio_filters.c
index 78f495ca6..5553d7db4 100644
--- a/src/post/audio/audio_filters.c
+++ b/src/post/audio/audio_filters.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/audio/audio_filters.h b/src/post/audio/audio_filters.h
index 144e85836..c07ad823e 100644
--- a/src/post/audio/audio_filters.h
+++ b/src/post/audio/audio_filters.h
@@ -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/audio/stretch.c b/src/post/audio/stretch.c
index 1f130eff8..a3a606267 100644
--- a/src/post/audio/stretch.c
+++ b/src/post/audio/stretch.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 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/audio/upmix.c b/src/post/audio/upmix.c
index 97edd47dd..bdbac9181 100644
--- a/src/post/audio/upmix.c
+++ b/src/post/audio/upmix.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 the xine project
+ * Copyright (C) 2000-2010 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/post/audio/upmix_mono.c b/src/post/audio/upmix_mono.c
index 7fb6c7bd9..b676cea85 100644
--- a/src/post/audio/upmix_mono.c
+++ b/src/post/audio/upmix_mono.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 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/audio/volnorm.c b/src/post/audio/volnorm.c
index dda38fa5f..b9624737a 100644
--- a/src/post/audio/volnorm.c
+++ b/src/post/audio/volnorm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2008 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/deinterlace/xine_plugin.c b/src/post/deinterlace/xine_plugin.c
index 3cce42400..c63cac657 100644
--- a/src/post/deinterlace/xine_plugin.c
+++ b/src/post/deinterlace/xine_plugin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 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/goom/xine_goom.c b/src/post/goom/xine_goom.c
index 2dd42ce1f..b04eeddea 100644
--- a/src/post/goom/xine_goom.c
+++ b/src/post/goom/xine_goom.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 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/mosaico/mosaico.c b/src/post/mosaico/mosaico.c
index 79272e8db..f97c63cf5 100644
--- a/src/post/mosaico/mosaico.c
+++ b/src/post/mosaico/mosaico.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 the xine project
+ * Copyright (C) 2000-2011 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/post/mosaico/switch.c b/src/post/mosaico/switch.c
index 1bc9058ae..e23575a7a 100644
--- a/src/post/mosaico/switch.c
+++ b/src/post/mosaico/switch.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/planar/boxblur.c b/src/post/planar/boxblur.c
index ea3085ffd..ff67bb7e0 100644
--- a/src/post/planar/boxblur.c
+++ b/src/post/planar/boxblur.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/planar/denoise3d.c b/src/post/planar/denoise3d.c
index 793a377c7..741f48192 100644
--- a/src/post/planar/denoise3d.c
+++ b/src/post/planar/denoise3d.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/planar/eq.c b/src/post/planar/eq.c
index dcf9b47fb..d35825a8b 100644
--- a/src/post/planar/eq.c
+++ b/src/post/planar/eq.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/planar/eq2.c b/src/post/planar/eq2.c
index a3e1acac1..867699b3d 100644
--- a/src/post/planar/eq2.c
+++ b/src/post/planar/eq2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2008 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/planar/expand.c b/src/post/planar/expand.c
index 513def84f..368dc04d8 100644
--- a/src/post/planar/expand.c
+++ b/src/post/planar/expand.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 the xine project
+ * Copyright (C) 2003-2009 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/post/planar/fill.c b/src/post/planar/fill.c
index c79033a72..6c7c93669 100644
--- a/src/post/planar/fill.c
+++ b/src/post/planar/fill.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005 the xine project
+ * Copyright (C) 2005-2009 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/post/planar/invert.c b/src/post/planar/invert.c
index 462b8fa7b..824088eb7 100644
--- a/src/post/planar/invert.c
+++ b/src/post/planar/invert.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/planar/noise.c b/src/post/planar/noise.c
index 471670fb9..3af9a1b99 100644
--- a/src/post/planar/noise.c
+++ b/src/post/planar/noise.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2006 the xine project
+ * Copyright (C) 2000-2011 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/post/planar/planar.c b/src/post/planar/planar.c
index e2bd65846..4d536d637 100644
--- a/src/post/planar/planar.c
+++ b/src/post/planar/planar.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/planar/pp.c b/src/post/planar/pp.c
index ab1fc3a9f..d8083e419 100644
--- a/src/post/planar/pp.c
+++ b/src/post/planar/pp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 the xine project
+ * Copyright (C) 2000-2011 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/post/planar/unsharp.c b/src/post/planar/unsharp.c
index ffa6a39df..86c3e0422 100644
--- a/src/post/planar/unsharp.c
+++ b/src/post/planar/unsharp.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/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.
*