diff options
author | Mike Pall <mike> | 2014-01-16 23:10:16 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2014-01-16 23:10:16 +0100 |
commit | ef59e5482055ed4477144518fc79a993288e855b (patch) | |
tree | 6bd95460a9aa15da40b8df9c12dc5c9bf3749374 /dynasm/dasm_arm.lua | |
parent | 6964a7752ae314dcae693abcb0c1175c95ad22e0 (diff) | |
download | luajit-ef59e5482055ed4477144518fc79a993288e855b.tar.gz luajit-ef59e5482055ed4477144518fc79a993288e855b.tar.bz2 luajit-ef59e5482055ed4477144518fc79a993288e855b.zip |
Bump copyright date to 2014.
Diffstat (limited to 'dynasm/dasm_arm.lua')
-rw-r--r-- | dynasm/dasm_arm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynasm/dasm_arm.lua b/dynasm/dasm_arm.lua index 9720e57c..b3a8827e 100644 --- a/dynasm/dasm_arm.lua +++ b/dynasm/dasm_arm.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM ARM module. | 2 | -- DynASM ARM module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2013 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2014 Mike Pall. All rights reserved. |
5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
7 | 7 | ||