summaryrefslogtreecommitdiff
path: root/dynasm/dynasm.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2010-01-09 14:28:11 +0100
committerMike Pall <mike>2010-01-09 14:28:11 +0100
commit4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a (patch)
tree444bdb55aa0465d080ca8694a9cf735c081a7424 /dynasm/dynasm.lua
parentc31ac26fb9803d4b09c27668b7c2d9a01385c9ba (diff)
downloadluajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.tar.gz
luajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.tar.bz2
luajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.zip
Bump all copyright dates to 2010.
Diffstat (limited to 'dynasm/dynasm.lua')
-rw-r--r--dynasm/dynasm.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua
index 3fd344da..a437ffa2 100644
--- a/dynasm/dynasm.lua
+++ b/dynasm/dynasm.lua
@@ -2,7 +2,7 @@
2-- DynASM. A dynamic assembler for code generation engines. 2-- DynASM. A dynamic assembler for code generation engines.
3-- Originally designed and implemented for LuaJIT. 3-- Originally designed and implemented for LuaJIT.
4-- 4--
5-- Copyright (C) 2005-2009 Mike Pall. All rights reserved. 5-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
6-- See below for full copyright notice. 6-- See below for full copyright notice.
7------------------------------------------------------------------------------ 7------------------------------------------------------------------------------
8 8
@@ -12,12 +12,12 @@ local _info = {
12 description = "A dynamic assembler for code generation engines", 12 description = "A dynamic assembler for code generation engines",
13 version = "1.2.1", 13 version = "1.2.1",
14 vernum = 10201, 14 vernum = 10201,
15 release = "2009-04-16", 15 release = "2010-01-09",
16 author = "Mike Pall", 16 author = "Mike Pall",
17 url = "http://luajit.org/dynasm.html", 17 url = "http://luajit.org/dynasm.html",
18 license = "MIT", 18 license = "MIT",
19 copyright = [[ 19 copyright = [[
20Copyright (C) 2005-2009 Mike Pall. All rights reserved. 20Copyright (C) 2005-2010 Mike Pall. All rights reserved.
21 21
22Permission is hereby granted, free of charge, to any person obtaining 22Permission is hereby granted, free of charge, to any person obtaining
23a copy of this software and associated documentation files (the 23a copy of this software and associated documentation files (the