diff options
author | Mike Pall <mike> | 2012-01-23 22:42:30 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2012-01-23 22:42:42 +0100 |
commit | 10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b (patch) | |
tree | 12af3a480ea96a9dfde656a94701ddc2a966c981 /src/ljamalg.c | |
parent | 20813bcee0a8a6b2d94b58a5b15a79d90503202f (diff) | |
download | luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.gz luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.bz2 luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.zip |
Bump copyright date to 2012.
Diffstat (limited to 'src/ljamalg.c')
-rw-r--r-- | src/ljamalg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index 17c4b65e..1b58ceb4 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT core and libraries amalgamation. | 2 | ** LuaJIT core and libraries amalgamation. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* | 6 | /* |