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/dxr3 | |
| 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/dxr3')
| -rw-r--r-- | src/dxr3/dxr3.h | 2 | ||||
| -rw-r--r-- | src/dxr3/dxr3_decode_spu.c | 2 | ||||
| -rw-r--r-- | src/dxr3/dxr3_decode_video.c | 2 | ||||
| -rw-r--r-- | src/dxr3/dxr3_mpeg_encoders.c | 2 | ||||
| -rw-r--r-- | src/dxr3/dxr3_scr.c | 2 | ||||
| -rw-r--r-- | src/dxr3/dxr3_scr.h | 2 | ||||
| -rw-r--r-- | src/dxr3/dxr3_spu_encoder.c | 2 | ||||
| -rw-r--r-- | src/dxr3/ffmpeg_encoder.c | 2 | ||||
| -rw-r--r-- | src/dxr3/video_out_dxr3.c | 2 | ||||
| -rw-r--r-- | src/dxr3/video_out_dxr3.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/dxr3/dxr3.h b/src/dxr3/dxr3.h index be151d055..9dbd54330 100644 --- a/src/dxr3/dxr3.h +++ b/src/dxr3/dxr3.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/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c index 0dc024253..8aab9b604 100644 --- a/src/dxr3/dxr3_decode_spu.c +++ b/src/dxr3/dxr3_decode_spu.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/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c index ec28b4648..61fd503c7 100644 --- a/src/dxr3/dxr3_decode_video.c +++ b/src/dxr3/dxr3_decode_video.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/dxr3/dxr3_mpeg_encoders.c b/src/dxr3/dxr3_mpeg_encoders.c index 7e9a0e523..01c73a13d 100644 --- a/src/dxr3/dxr3_mpeg_encoders.c +++ b/src/dxr3/dxr3_mpeg_encoders.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 unix video player. * diff --git a/src/dxr3/dxr3_scr.c b/src/dxr3/dxr3_scr.c index b38a88444..94d0e3e94 100644 --- a/src/dxr3/dxr3_scr.c +++ b/src/dxr3/dxr3_scr.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/dxr3/dxr3_scr.h b/src/dxr3/dxr3_scr.h index 28e2e0f1b..52f4c5361 100644 --- a/src/dxr3/dxr3_scr.h +++ b/src/dxr3/dxr3_scr.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/dxr3/dxr3_spu_encoder.c b/src/dxr3/dxr3_spu_encoder.c index 4eb506e8c..6421f0224 100644 --- a/src/dxr3/dxr3_spu_encoder.c +++ b/src/dxr3/dxr3_spu_encoder.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/dxr3/ffmpeg_encoder.c b/src/dxr3/ffmpeg_encoder.c index bf0cda821..5422ce6ee 100644 --- a/src/dxr3/ffmpeg_encoder.c +++ b/src/dxr3/ffmpeg_encoder.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2004 the xine project + * Copyright (C) 2000-2013 the xine project * * This file is part of xine, a unix video player. * diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index 1fd1028a8..1944c1746 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.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/dxr3/video_out_dxr3.h b/src/dxr3/video_out_dxr3.h index 8158bba8e..3e5cb36d5 100644 --- a/src/dxr3/video_out_dxr3.h +++ b/src/dxr3/video_out_dxr3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2001 the xine project + * Copyright (C) 2000-2011 the xine project * * This file is part of xine, a unix video player. * |
