Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'luajit-2.0/src/jit/bc.lua')
-rw-r--r--luajit-2.0/src/jit/bc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/luajit-2.0/src/jit/bc.lua b/luajit-2.0/src/jit/bc.lua
index 46a4089..a4cd5f2 100644
--- a/luajit-2.0/src/jit/bc.lua
+++ b/luajit-2.0/src/jit/bc.lua
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
-- LuaJIT bytecode listing module.
--
--- Copyright (C) 2005-2015 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2017 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------
--