diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-16 17:48:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-16 17:48:02 +0000 |
commit | fc69cc615e74bd0ff322c315a0c7f7809024ee2b (patch) | |
tree | 2f06f5c34a90f091d57580bca74402ed2cc4b5c6 /libswscale | |
parent | ee8c87b55bcd53f273e1abd890dccd97e378d3fb (diff) | |
download | ffmpeg-fc69cc615e74bd0ff322c315a0c7f7809024ee2b.tar.gz |
Remove redundant "all rights reserved" statement, OKed by Walken.
Originally committed as revision 23791 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/yuv2rgb.c | 1 | ||||
-rw-r--r-- | libswscale/yuv2rgb_template.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index ba4a6e81c3..5262c20817 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -2,7 +2,6 @@ * yuv2rgb.c, Software YUV to RGB converter * * Copyright (C) 1999, Aaron Holtzman <aholtzma@ess.engr.uvic.ca> - * All Rights Reserved. * * Functions broken out from display_x11.c and several new modes * added by HÃ¥kan Hjort <d95hjort@dtek.chalmers.se> diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c index 0a5eddf117..32f385f6db 100644 --- a/libswscale/yuv2rgb_template.c +++ b/libswscale/yuv2rgb_template.c @@ -2,7 +2,6 @@ * yuv2rgb_mmx.c, Software YUV to RGB converter with Intel MMX "technology" * * Copyright (C) 2000, Silicon Integrated System Corp. - * All Rights Reserved. * * Author: Olie Lho <ollie@sis.com.tw> * |