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/
3
3
4
4
Copyright (C) 2005-2017 Mike Pall. All rights reserved.
5
5
6
+ Copyright (C) 2017-2018 Yichun Zhang. All rights reserved.
7
+
8
+ Copyright (C) 2017-2018 OpenResty Inc. All rights reserved.
9
+
6
10
Permission is hereby granted, free of charge, to any person obtaining a copy
7
11
of this software and associated documentation files (the "Software"), to deal
8
12
in 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.
6
6
Project Homepage: http://luajit.org/
7
7
8
8
LuaJIT 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
+
9
17
LuaJIT is free software, released under the MIT license.
10
18
See full Copyright Notice in the COPYRIGHT file or in luajit.h.
11
19
You can’t perform that action at this time.
0 commit comments