summaryrefslogtreecommitdiff
path: root/dynasm/dasm_x64.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-05 23:59:31 +0100
committerMike Pall <mike>2015-01-05 23:59:31 +0100
commit86913b9bbf75c78a5dcfa2bf6071db8db7df7c51 (patch)
tree7d50628437c87712ff928614d0c290d0bf719ca0 /dynasm/dasm_x64.lua
parent999f57de83180c4edd928eb9051e58602ba7e20a (diff)
downloadluajit2-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.gz
Bump copyright date to 2015.
Diffstat (limited to 'dynasm/dasm_x64.lua')
-rw-r--r--dynasm/dasm_x64.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynasm/dasm_x64.lua b/dynasm/dasm_x64.lua
index 91d676d1..b1b62022 100644
--- a/dynasm/dasm_x64.lua
+++ b/dynasm/dasm_x64.lua
@@ -1,7 +1,7 @@
------------------------------------------------------------------------------
-- DynASM x64 module.
--
--- Copyright (C) 2005-2014 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2015 Mike Pall. All rights reserved.
-- See dynasm.lua for full copyright notice.
------------------------------------------------------------------------------
-- This module just sets 64 bit mode for the combined x86/x64 module.