Skip to content

Commit 10aeff6

Browse files
committed
added copyright notices for our own patches and additions.
1 parent b982ebb commit 10aeff6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

COPYRIGHT

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/
33

44
Copyright (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+
610
Permission is hereby granted, free of charge, to any person obtaining a copy
711
of this software and associated documentation files (the "Software"), to deal
812
in the Software without restriction, including without limitation the rights

README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
66
Project Homepage: http://luajit.org/
77

88
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+
917
LuaJIT is free software, released under the MIT license.
1018
See full Copyright Notice in the COPYRIGHT file or in luajit.h.
1119

0 commit comments

Comments
 (0)