summaryrefslogtreecommitdiff
path: root/src/lj_mcode.c
diff options
context:
space:
mode:
authorMike Pall <mike>2016-03-03 12:02:22 +0100
committerMike Pall <mike>2016-03-03 12:02:22 +0100
commitdb1b399af134e715b8ba9a0e4ad9cbafbe06ecb1 (patch)
tree24aae4d9c3f611b7af398c4ac864acd0009ba32d /src/lj_mcode.c
parenta44388967763d0f7f5f78dfd71703437afa69fc0 (diff)
downloadluajit-db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1.tar.gz
luajit-db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1.tar.bz2
luajit-db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1.zip
Bump copyright date to 2016.
Diffstat (limited to 'src/lj_mcode.c')
-rw-r--r--src/lj_mcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_mcode.c b/src/lj_mcode.c
index d95ebeb1..3eaee054 100644
--- a/src/lj_mcode.c
+++ b/src/lj_mcode.c
@@ -1,6 +1,6 @@
1/* 1/*
2** Machine code management. 2** Machine code management.
3** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h
4*/ 4*/
5 5
6#define lj_mcode_c 6#define lj_mcode_c