diff --git a/libavutil/aes.c b/libavutil/aes.c
index 8ba623dedcd85e0c33e85e709217835f9c39c131..2173b6fd4a802f3e97dfb6e5c8acb03177c5661e 100644
--- a/libavutil/aes.c
+++ b/libavutil/aes.c
@@ -1,5 +1,5 @@
 /*
- * copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at> and Reimar Doeffinger
+ * copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at>
  *
  * This file is part of FFmpeg.
  *
@@ -16,6 +16,8 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * some optimization ideas from aes128.c by Reimar Doeffinger
  */
 
 #include "common.h"