diff options
Diffstat (limited to '')
-rw-r--r-- | COPYING | 29 | ||||
-rw-r--r-- | COPYING_win | 16 |
2 files changed, 17 insertions, 28 deletions
@@ -1,31 +1,4 @@ | |||
1 | LuaRocks is free software: it can be used for both academic and commercial | 1 | Copyright 2007-2014 Kepler Project. |
2 | purposes at absolutely no cost. There are no royalties or GNU-like "copyleft" | ||
3 | restrictions. LuaRocks qualifies as Open Source software. Its licenses are | ||
4 | compatible with the GPL. LuaRocks is not in the public domain and the Kepler | ||
5 | Project keeps its copyright. The legal details are below. | ||
6 | |||
7 | The spirit of the license is that you are free to use LuaRocks for any purpose | ||
8 | at no cost without having to ask us. The only requirement is that if you do | ||
9 | use LuaRocks, then you should give us credit by including the appropriate | ||
10 | copyright notice somewhere in your product or its documentation. | ||
11 | |||
12 | 7z.exe and 7z.dll are covered by another license, please see COPYING.7z for | ||
13 | details. | ||
14 | |||
15 | find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, rmdir.exe, | ||
16 | md5sum.exe, test.exe, cp.exe, mkdir.exe, and uname.exe are part of UnxUtils, | ||
17 | check http://unxutils.sourceforge.net/ for license information. | ||
18 | |||
19 | Files under win32/lua5.1, except for Microsoft.VC80.CRT.manifest and msv*.*, | ||
20 | are covered by another license, please see COPYING.lua for details. | ||
21 | |||
22 | Microsoft.VC80.CRT.manifest, msvcm80.dll, msvcp80.dll, msvcr80.dll are part | ||
23 | of the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) and | ||
24 | are Copyright Microsoft, Inc. 2007. | ||
25 | |||
26 | ------------------------------------------------------------------------------ | ||
27 | |||
28 | Copyright 2007-2010 Kepler Project. | ||
29 | 2 | ||
30 | Permission is hereby granted, free of charge, to any person obtaining a copy | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy |
31 | of this software and associated documentation files (the "Software"), to deal | 4 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/COPYING_win b/COPYING_win new file mode 100644 index 00000000..3413b8c2 --- /dev/null +++ b/COPYING_win | |||
@@ -0,0 +1,16 @@ | |||
1 | |||
2 | This package includes additional Windows components which are under the | ||
3 | following licenses: | ||
4 | |||
5 | * For 7z.exe and 7z.dll, please see COPYING_7z for details. | ||
6 | |||
7 | * find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, rmdir.exe, md5sum.exe, | ||
8 | test.exe, cp.exe, mkdir.exe, and uname.exe are part of UnxUtils, check | ||
9 | http://unxutils.sourceforge.net/ for license information. | ||
10 | |||
11 | * Files under win32/lua5.1, except for Microsoft.VC80.CRT.manifest and msv*.*, | ||
12 | are covered by another license, please see COPYING_lua for details. | ||
13 | |||
14 | * Microsoft.VC80.CRT.manifest, msvcm80.dll, msvcp80.dll, msvcr80.dll are part | ||
15 | of the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) and are | ||
16 | Copyright Microsoft, Inc. 2007. | ||