diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-24 19:02:26 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-24 19:08:36 -0300 |
commit | 450abfa85598b22e5d9aa633aec6551359345b17 (patch) | |
tree | db0d52c1200dd511a309a403a2f48f323fcd4488 /win32/COPYING | |
parent | 8053c530453d8aae6f13f4a248c1b30e2e1f901f (diff) | |
download | luarocks-450abfa85598b22e5d9aa633aec6551359345b17.tar.gz luarocks-450abfa85598b22e5d9aa633aec6551359345b17.tar.bz2 luarocks-450abfa85598b22e5d9aa633aec6551359345b17.zip |
Move win32-specific licenses to win32/
Diffstat (limited to 'win32/COPYING')
-rw-r--r-- | win32/COPYING | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/win32/COPYING b/win32/COPYING new file mode 100644 index 00000000..3413b8c2 --- /dev/null +++ b/win32/COPYING | |||
@@ -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. | ||