Bump copyright date to 2013.

This commit is contained in:
Mike Pall
2013-02-11 12:54:48 +01:00
parent 8b46013fdd
commit 4a44c4ff69
176 changed files with 195 additions and 194 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-2012 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
#define lj_opt_fold_c