Remove redundant file descriptions from copyright headers.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 11 Apr 2010 20:04:11 +0000 (20:04 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 11 Apr 2010 20:04:11 +0000 (20:04 +0000)
File description is only kept in the @file doxy.

Originally committed as revision 22840 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/eval.c
libavcodec/eval.h

index 182bbc5..dae55c3 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * simple arithmetic expression evaluator
- *
  * Copyright (c) 2002-2006 Michael Niedermayer <michaelni@gmx.at>
  * Copyright (c) 2006 Oded Shimon <ods15@ods15.dyndns.org>
  *
index 16b9bb3..9e8a6b0 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * simple arithmetic expression evaluator
- *
  * Copyright (c) 2002 Michael Niedermayer <michaelni@gmx.at>
  *
  * This file is part of FFmpeg.
@@ -22,7 +20,7 @@
 
 /**
  * @file libavcodec/eval.h
- * eval header.
+ * simple arithmetic expression evaluator
  */
 
 #ifndef AVCODEC_EVAL_H