summaryrefslogtreecommitdiff
path: root/src/lj_mcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_mcode.h')
-rw-r--r--src/lj_mcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_mcode.h b/src/lj_mcode.h
index f4bffea8..2ba371bc 100644
--- a/src/lj_mcode.h
+++ b/src/lj_mcode.h
@@ -1,6 +1,6 @@
/*
** Machine code management.
-** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_MCODE_H