summaryrefslogtreecommitdiff
path: root/src/spu_dec
diff options
context:
space:
mode:
authorTorsten Jager <t.jager@gmx.de>2013-09-13 12:50:25 +0200
committerTorsten Jager <t.jager@gmx.de>2013-09-13 12:50:25 +0200
commit50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b (patch)
treee70ffc747bc6775f6624edb88dfeae0c5d368b0b /src/spu_dec
parentb196a6012ace0ce8636412cf3a439df1a170e797 (diff)
downloadxine-lib-50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b.tar.gz
xine-lib-50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b.tar.bz2
Copyright year update by hg log info
script execution time: 55"
Diffstat (limited to 'src/spu_dec')
-rw-r--r--src/spu_dec/cc_decoder.c2
-rw-r--r--src/spu_dec/cc_decoder.h2
-rw-r--r--src/spu_dec/cmml_decoder.c2
-rw-r--r--src/spu_dec/spu_decoder.c2
-rw-r--r--src/spu_dec/spudec.c2
-rw-r--r--src/spu_dec/spudec.h2
-rw-r--r--src/spu_dec/spudvb_decoder.c2
-rw-r--r--src/spu_dec/spuhdmv_decoder.c2
-rw-r--r--src/spu_dec/sputext_decoder.c2
-rw-r--r--src/spu_dec/sputext_demuxer.c2
-rw-r--r--src/spu_dec/xine_cc_decoder.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/spu_dec/cc_decoder.c b/src/spu_dec/cc_decoder.c
index d60d2cf03..aadfb5a5d 100644
--- a/src/spu_dec/cc_decoder.c
+++ b/src/spu_dec/cc_decoder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2003 the xine project
+ * Copyright (C) 2000-2009 the xine project
*
* Copyright (C) Christian Vogler
* cvogler@gradient.cis.upenn.edu - December 2001
diff --git a/src/spu_dec/cc_decoder.h b/src/spu_dec/cc_decoder.h
index 58bd5aa9a..2bca1bc1f 100644
--- a/src/spu_dec/cc_decoder.h
+++ b/src/spu_dec/cc_decoder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2008 the xine project
+ * Copyright (C) 2000-2009 the xine project
*
* Copyright (C) Christian Vogler
* cvogler@gradient.cis.upenn.edu - December 2001
diff --git a/src/spu_dec/cmml_decoder.c b/src/spu_dec/cmml_decoder.c
index 53d5fa9ea..4f0be8f62 100644
--- a/src/spu_dec/cmml_decoder.c
+++ b/src/spu_dec/cmml_decoder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2008 the xine project
+ * Copyright (C) 2000-2010 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/spu_dec/spu_decoder.c b/src/spu_dec/spu_decoder.c
index 9244564ff..dbcccf806 100644
--- a/src/spu_dec/spu_decoder.c
+++ b/src/spu_dec/spu_decoder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2008 the xine project
+ * Copyright (C) 2000-2010 the xine project
*
* Copyright (C) James Courtier-Dutton James@superbug.demon.co.uk - July 2001
*
diff --git a/src/spu_dec/spudec.c b/src/spu_dec/spudec.c
index fc305b864..635d90b20 100644
--- a/src/spu_dec/spudec.c
+++ b/src/spu_dec/spudec.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2004 the xine project
+ * Copyright (C) 2002-2010 the xine project
*
* Copyright (C) James Courtier-Dutton James@superbug.demon.co.uk - July 2001
*
diff --git a/src/spu_dec/spudec.h b/src/spu_dec/spudec.h
index 225a87f13..899d8c3da 100644
--- a/src/spu_dec/spudec.h
+++ b/src/spu_dec/spudec.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2004 the xine project
+ * Copyright (C) 2000-2010 the xine project
*
* Copyright (C) James Courtier-Dutton James@superbug.demon.co.uk - July 2001
*
diff --git a/src/spu_dec/spudvb_decoder.c b/src/spu_dec/spudvb_decoder.c
index 518903e01..0132df202 100644
--- a/src/spu_dec/spudvb_decoder.c
+++ b/src/spu_dec/spudvb_decoder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 the xine project
+ * Copyright (C) 2010-2012 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/spu_dec/spuhdmv_decoder.c b/src/spu_dec/spuhdmv_decoder.c
index 85d35aec5..4a32d982c 100644
--- a/src/spu_dec/spuhdmv_decoder.c
+++ b/src/spu_dec/spuhdmv_decoder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2009 the xine project
+ * Copyright (C) 2000-2011 the xine project
*
* Copyright (C) 2009 Petri Hintukainen <phintuka@users.sourceforge.net>
*
diff --git a/src/spu_dec/sputext_decoder.c b/src/spu_dec/sputext_decoder.c
index 0eb42d665..5db52b9d6 100644
--- a/src/spu_dec/sputext_decoder.c
+++ b/src/spu_dec/sputext_decoder.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/spu_dec/sputext_demuxer.c b/src/spu_dec/sputext_demuxer.c
index a8e252c30..7b4cd9531 100644
--- a/src/spu_dec/sputext_demuxer.c
+++ b/src/spu_dec/sputext_demuxer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2003 the xine project
+ * Copyright (C) 2000-2011 the xine project
*
* This file is part of xine, a free video player.
*
diff --git a/src/spu_dec/xine_cc_decoder.c b/src/spu_dec/xine_cc_decoder.c
index fc69304cc..789f62b49 100644
--- a/src/spu_dec/xine_cc_decoder.c
+++ b/src/spu_dec/xine_cc_decoder.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.
*