comparison eval.c @ 5215:2b72f9bc4f06 libavcodec

license header consistency cosmetics
author diego
date Thu, 05 Jul 2007 10:40:25 +0000
parents a96d905dcbaa
children bd5f4dc81fbe
comparison
equal deleted inserted replaced
5214:470601203f44 5215:2b72f9bc4f06
17 * Lesser General Public License for more details. 17 * Lesser General Public License for more details.
18 * 18 *
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 */ 22 */
24 23
25 /** 24 /**
26 * @file eval.c 25 * @file eval.c
27 * simple arithmetic expression evaluator. 26 * simple arithmetic expression evaluator.