diff options
author | Mike Pall <mike> | 2014-01-16 23:10:16 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2014-01-16 23:10:16 +0100 |
commit | ef59e5482055ed4477144518fc79a993288e855b (patch) | |
tree | 6bd95460a9aa15da40b8df9c12dc5c9bf3749374 /src/lj_asm.c | |
parent | 6964a7752ae314dcae693abcb0c1175c95ad22e0 (diff) | |
download | luajit2-ef59e5482055ed4477144518fc79a993288e855b.tar.gz |
Bump copyright date to 2014.
Diffstat (limited to 'src/lj_asm.c')
-rw-r--r-- | src/lj_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c index 316e81d6..3f472d28 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c @@ -1,6 +1,6 @@ /* ** IR assembler (SSA IR -> machine code). -** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h +** Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h */ #define lj_asm_c |