diff options
author | Mike Pall <mike> | 2015-01-05 23:59:31 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2015-01-05 23:59:31 +0100 |
commit | 86913b9bbf75c78a5dcfa2bf6071db8db7df7c51 (patch) | |
tree | 7d50628437c87712ff928614d0c290d0bf719ca0 /src/luajit.h | |
parent | 999f57de83180c4edd928eb9051e58602ba7e20a (diff) | |
download | luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.gz luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.bz2 luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.zip |
Bump copyright date to 2015.
Diffstat (limited to 'src/luajit.h')
-rw-r--r-- | src/luajit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luajit.h b/src/luajit.h index be721cf4..901807ab 100644 --- a/src/luajit.h +++ b/src/luajit.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ | 2 | ** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ |
3 | ** | 3 | ** |
4 | ** Copyright (C) 2005-2014 Mike Pall. All rights reserved. | 4 | ** Copyright (C) 2005-2015 Mike Pall. All rights reserved. |
5 | ** | 5 | ** |
6 | ** Permission is hereby granted, free of charge, to any person obtaining | 6 | ** Permission is hereby granted, free of charge, to any person obtaining |
7 | ** a copy of this software and associated documentation files (the | 7 | ** a copy of this software and associated documentation files (the |
@@ -33,7 +33,7 @@ | |||
33 | #define LUAJIT_VERSION "LuaJIT 2.0.3" | 33 | #define LUAJIT_VERSION "LuaJIT 2.0.3" |
34 | #define LUAJIT_VERSION_NUM 20003 /* Version 2.0.3 = 02.00.03. */ | 34 | #define LUAJIT_VERSION_NUM 20003 /* Version 2.0.3 = 02.00.03. */ |
35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_3 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_3 |
36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2014 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2015 Mike Pall" |
37 | #define LUAJIT_URL "http://luajit.org/" | 37 | #define LUAJIT_URL "http://luajit.org/" |
38 | 38 | ||
39 | /* Modes for luaJIT_setmode. */ | 39 | /* Modes for luaJIT_setmode. */ |