aboutsummaryrefslogtreecommitdiff
path: root/src/jit/zone.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/zone.lua')
-rw-r--r--src/jit/zone.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/zone.lua b/src/jit/zone.lua
index 69f0f169..f5f9656a 100644
--- a/src/jit/zone.lua
+++ b/src/jit/zone.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT profiler zones. 2-- LuaJIT profiler zones.
3-- 3--
4-- Copyright (C) 2005-2015 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2016 Mike Pall. All rights reserved.
5-- Released under the MIT license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--