Commit 9e1c51ba authored by stefano's avatar stefano

Remove redundant file descriptions from copyright headers.

File description is only kept in the @file doxy.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22840 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5663f081
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002-2006 Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2006 Oded Shimon <ods15@ods15.dyndns.org>
*
......
/*
* 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment