diff options
author | Mike Pall <mike> | 2013-02-11 12:54:48 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-02-11 12:54:48 +0100 |
commit | 4a44c4ff69a890f98fe116901c803018e27847e3 (patch) | |
tree | cfe6d85bbc060b3baa3b7c8a3106362400f1f415 /dynasm/dasm_mips.h | |
parent | 8b46013fdd7a7aad2f3da5cd9b35e0a17be34225 (diff) | |
download | luajit-4a44c4ff69a890f98fe116901c803018e27847e3.tar.gz luajit-4a44c4ff69a890f98fe116901c803018e27847e3.tar.bz2 luajit-4a44c4ff69a890f98fe116901c803018e27847e3.zip |
Bump copyright date to 2013.
Diffstat (limited to 'dynasm/dasm_mips.h')
-rw-r--r-- | dynasm/dasm_mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynasm/dasm_mips.h b/dynasm/dasm_mips.h index af87d99a..77a8eb52 100644 --- a/dynasm/dasm_mips.h +++ b/dynasm/dasm_mips.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DynASM MIPS encoding engine. | 2 | ** DynASM MIPS encoding engine. |
3 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2013 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 | ||