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/xine-utils | |
| 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/xine-utils')
| -rw-r--r-- | src/xine-utils/array.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/color.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/copy.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/list.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/memcpy.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/monitor.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/pool.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/ring_buffer.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/sorted_array.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/utils.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/xine_buffer.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/xine_mmx.h | 2 | ||||
| -rw-r--r-- | src/xine-utils/xine_mutex.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/xmllexer.c | 2 | ||||
| -rw-r--r-- | src/xine-utils/xmlparser.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/xine-utils/array.c b/src/xine-utils/array.c index 2cc540c34..e0439b8d9 100644 --- a/src/xine-utils/array.c +++ b/src/xine-utils/array.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/color.c b/src/xine-utils/color.c index 6c2fe46e2..b5925ea7b 100644 --- a/src/xine-utils/color.c +++ b/src/xine-utils/color.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2013 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/copy.c b/src/xine-utils/copy.c index ed762fad1..686b2e3c2 100644 --- a/src/xine-utils/copy.c +++ b/src/xine-utils/copy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 the xine project + * Copyright (C) 2004-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/list.c b/src/xine-utils/list.c index 32c1d8fac..86128295e 100644 --- a/src/xine-utils/list.c +++ b/src/xine-utils/list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/memcpy.c b/src/xine-utils/memcpy.c index 0c44e0808..6eda220ed 100644 --- a/src/xine-utils/memcpy.c +++ b/src/xine-utils/memcpy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2004 the xine project + * Copyright (C) 2001-2012 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c index 0c68cd59b..70731749c 100644 --- a/src/xine-utils/monitor.c +++ b/src/xine-utils/monitor.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/xine-utils/pool.c b/src/xine-utils/pool.c index a6166bf62..43c904fca 100644 --- a/src/xine-utils/pool.c +++ b/src/xine-utils/pool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/ring_buffer.c b/src/xine-utils/ring_buffer.c index 1da9d7c4d..32b09b054 100644 --- a/src/xine-utils/ring_buffer.c +++ b/src/xine-utils/ring_buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/sorted_array.c b/src/xine-utils/sorted_array.c index 2f4bbeb0f..f39296587 100644 --- a/src/xine-utils/sorted_array.c +++ b/src/xine-utils/sorted_array.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 the xine project + * Copyright (C) 2000-2009 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index 1ca5f4d47..12641daa0 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2005 the xine project + * Copyright (C) 2000-2012 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/xine_buffer.c b/src/xine-utils/xine_buffer.c index 436991b33..41f34a742 100644 --- a/src/xine-utils/xine_buffer.c +++ b/src/xine-utils/xine_buffer.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/xine-utils/xine_mmx.h b/src/xine-utils/xine_mmx.h index 58e0d2bd6..37f94d1d4 100644 --- a/src/xine-utils/xine_mmx.h +++ b/src/xine-utils/xine_mmx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 the xine project + * Copyright (C) 2000-2013 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/xine_mutex.c b/src/xine-utils/xine_mutex.c index 64722e0be..5e0ad28f0 100644 --- a/src/xine-utils/xine_mutex.c +++ b/src/xine-utils/xine_mutex.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/xine-utils/xmllexer.c b/src/xine-utils/xmllexer.c index a3b395a46..bd8ac236d 100644 --- a/src/xine-utils/xmllexer.c +++ b/src/xine-utils/xmllexer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2003,2007 the xine project + * Copyright (C) 2002-2012 the xine project * * This file is part of xine, a free video player. * diff --git a/src/xine-utils/xmlparser.c b/src/xine-utils/xmlparser.c index deee2550f..f6a8d031f 100644 --- a/src/xine-utils/xmlparser.c +++ b/src/xine-utils/xmlparser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2003,2007 the xine project + * Copyright (C) 2002-2012 the xine project * * This file is part of xine, a free video player. * |
