diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-11 20:04:11 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-04-11 20:04:11 +0000 |
commit | 8c21647382a0b15cedf24f0b29420c66b2006c15 (patch) | |
tree | a9df10d6d277e40607a09df3ce0d60f4c4de361c | |
parent | a3731cadfce39f133d788534139bcf6cec7c4d47 (diff) | |
download | ffmpeg-8c21647382a0b15cedf24f0b29420c66b2006c15.tar.gz |
Remove redundant file descriptions from copyright headers.
File description is only kept in the @file doxy.
Originally committed as revision 22840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/eval.c | 2 | ||||
-rw-r--r-- | libavcodec/eval.h | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/libavcodec/eval.c b/libavcodec/eval.c index 182bbc59c9..dae55c3392 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -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> * diff --git a/libavcodec/eval.h b/libavcodec/eval.h index 16b9bb3913..9e8a6b0d0e 100644 --- a/libavcodec/eval.h +++ b/libavcodec/eval.h @@ -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 |