summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-12 00:23:53 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-12 00:23:53 +0000
commit3e582fbbc527703c6022cc9d66f172840f8a40ee (patch)
tree1ac526dca70375e216decb26c5fff7361dda737c
parent0ac9a875d4446c84ef99249e61b7ba8cf67d5861 (diff)
downloadffmpeg-3e582fbbc527703c6022cc9d66f172840f8a40ee.tar.gz
license header consistency: Remove redundant "all rights reserved" statement
that is rendered meaningless by subsequent grant of rights through the LGPL. Originally committed as revision 9606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/alac.c1
-rw-r--r--libavcodec/armv4l/simple_idct_arm.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index a466b36dcc..e648f9548b 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -1,7 +1,6 @@
/*
* ALAC (Apple Lossless Audio Codec) decoder
* Copyright (c) 2005 David Hammerton
- * All rights reserved.
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/armv4l/simple_idct_arm.S b/libavcodec/armv4l/simple_idct_arm.S
index 40b017ff0b..7b9a5b5a4b 100644
--- a/libavcodec/armv4l/simple_idct_arm.S
+++ b/libavcodec/armv4l/simple_idct_arm.S
@@ -1,7 +1,6 @@
/*
* simple_idct_arm.S
* Copyright (C) 2002 Frederic 'dilb' Boulay.
- * All Rights Reserved.
*
* Author: Frederic Boulay <dilb@handhelds.org>
*