summaryrefslogtreecommitdiff
path: root/src/lj_iropt.h
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-05 23:59:31 +0100
committerMike Pall <mike>2015-01-05 23:59:31 +0100
commit86913b9bbf75c78a5dcfa2bf6071db8db7df7c51 (patch)
tree7d50628437c87712ff928614d0c290d0bf719ca0 /src/lj_iropt.h
parent999f57de83180c4edd928eb9051e58602ba7e20a (diff)
downloadluajit2-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.gz
Bump copyright date to 2015.
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r--src/lj_iropt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h
index e45ae2b7..4e424e70 100644
--- a/src/lj_iropt.h
+++ b/src/lj_iropt.h
@@ -1,6 +1,6 @@
/*
** Common header for IR emitter and optimizations.
-** Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_IROPT_H