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 /dynasm/dasm_arm.h | |
parent | 20813bcee0a8a6b2d94b58a5b15a79d90503202f (diff) | |
download | luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.gz luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.bz2 luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.zip |
Bump copyright date to 2012.
Diffstat (limited to 'dynasm/dasm_arm.h')
-rw-r--r-- | dynasm/dasm_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h index 43d29633..b770c2df 100644 --- a/dynasm/dasm_arm.h +++ b/dynasm/dasm_arm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DynASM ARM encoding engine. | 2 | ** DynASM ARM encoding engine. |
3 | ** Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
5 | */ | 5 | */ |
6 | 6 | ||