diff options
author | Mike Pall <mike> | 2011-01-09 17:12:53 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-01-09 17:12:53 +0100 |
commit | 06f99fc3dfa5da1fb9de7210b8a0ce772745a375 (patch) | |
tree | 6465ff3fc3b4e0fd82ac04a6743f81684f60a4ab /dynasm/dasm_ppc.lua | |
parent | 4c0330a8b114ddb4196c92d049a3b9337cb73588 (diff) | |
download | luajit-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.tar.gz luajit-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.tar.bz2 luajit-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.zip |
Bump copyright date to 2011.
Diffstat (limited to 'dynasm/dasm_ppc.lua')
-rw-r--r-- | dynasm/dasm_ppc.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dynasm/dasm_ppc.lua b/dynasm/dasm_ppc.lua index d18fae48..01376f76 100644 --- a/dynasm/dasm_ppc.lua +++ b/dynasm/dasm_ppc.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM PPC module. | 2 | -- DynASM PPC module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2010 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2011 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 | ||
@@ -9,9 +9,9 @@ | |||
9 | local _info = { | 9 | local _info = { |
10 | arch = "ppc", | 10 | arch = "ppc", |
11 | description = "DynASM PPC module", | 11 | description = "DynASM PPC module", |
12 | version = "1.2.1", | 12 | version = "1.2.2", |
13 | vernum = 10201, | 13 | vernum = 10202, |
14 | release = "2010-XX-XX", | 14 | release = "2011-01-09", |
15 | author = "Mike Pall", | 15 | author = "Mike Pall", |
16 | license = "MIT", | 16 | license = "MIT", |
17 | } | 17 | } |