summaryrefslogtreecommitdiff
path: root/src/lj_state.h
diff options
context:
space:
mode:
authorMike Pall <mike>2017-01-17 12:35:03 +0100
committerMike Pall <mike>2017-01-17 12:35:03 +0100
commitb93a1dd0c831cab22f98163d0dde792a493c0eef (patch)
tree43bcce817982a9d735e9e0105405ad69b1bf65dc /src/lj_state.h
parenta1e13fa6e4382bcae44f97bf5954f0e57cfad90c (diff)
downloadluajit2-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.gz
Bump copyright date to 2017.
Diffstat (limited to 'src/lj_state.h')
-rw-r--r--src/lj_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_state.h b/src/lj_state.h
index e128d321..d5b476b2 100644
--- a/src/lj_state.h
+++ b/src/lj_state.h
@@ -1,6 +1,6 @@
/*
** State and stack handling.
-** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_STATE_H