File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/
33
44Copyright (C) 2005-2017 Mike Pall. All rights reserved.
55
6+ Copyright (C) 2017-2018 Yichun Zhang. All rights reserved.
7+
8+ Copyright (C) 2017-2018 OpenResty Inc. All rights reserved.
9+
610Permission is hereby granted, free of charge, to any person obtaining a copy
711of this software and associated documentation files (the "Software"), to deal
812in the Software without restriction, including without limitation the rights
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
66Project Homepage: http://luajit.org/
77
88LuaJIT is Copyright (C) 2005-2017 Mike Pall.
9+
10+ Additional patches for OpenResty are copyrighted by Yichun Zhang and OpenResty
11+ Inc.:
12+
13+ Copyright (C) 2017-2018 Yichun Zhang. All rights reserved.
14+
15+ Copyright (C) 2017-2018 OpenResty Inc. All rights reserved.
16+
917LuaJIT is free software, released under the MIT license.
1018See full Copyright Notice in the COPYRIGHT file or in luajit.h.
1119
You can’t perform that action at this time.
0 commit comments