Bump copyright date to 2011.

This commit is contained in:
Mike Pall
2011-01-09 17:12:53 +01:00
parent 4c0330a8b1
commit 06f99fc3df
133 changed files with 163 additions and 163 deletions

View File

@@ -2,7 +2,7 @@
** FOLD: Constant Folding, Algebraic Simplifications and Reassociation.
** ABCelim: Array Bounds Check Elimination.
** CSE: Common-Subexpression Elimination.
** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h
*/
#define lj_opt_fold_c