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 | |
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')
-rw-r--r-- | win32/COPYING | 16 | ||||
-rw-r--r-- | win32/COPYING_7z | 56 | ||||
-rw-r--r-- | win32/COPYING_lua | 34 |
3 files changed, 106 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. | ||
diff --git a/win32/COPYING_7z b/win32/COPYING_7z new file mode 100644 index 00000000..e25910a6 --- /dev/null +++ b/win32/COPYING_7z | |||
@@ -0,0 +1,56 @@ | |||
1 | 7-Zip | ||
2 | ~~~~~ | ||
3 | License for use and distribution | ||
4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
5 | |||
6 | 7-Zip Copyright (C) 1999-2010 Igor Pavlov. | ||
7 | |||
8 | Licenses for files are: | ||
9 | |||
10 | 1) 7z.dll: GNU LGPL + unRAR restriction | ||
11 | 2) All other files: GNU LGPL | ||
12 | |||
13 | The GNU LGPL + unRAR restriction means that you must follow both | ||
14 | GNU LGPL rules and unRAR restriction rules. | ||
15 | |||
16 | |||
17 | Note: | ||
18 | You can use 7-Zip on any computer, including a computer in a commercial | ||
19 | organization. You don't need to register or pay for 7-Zip. | ||
20 | |||
21 | |||
22 | GNU LGPL information | ||
23 | -------------------- | ||
24 | |||
25 | This library is free software; you can redistribute it and/or | ||
26 | modify it under the terms of the GNU Lesser General Public | ||
27 | License as published by the Free Software Foundation; either | ||
28 | version 2.1 of the License, or (at your option) any later version. | ||
29 | |||
30 | This library is distributed in the hope that it will be useful, | ||
31 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
32 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
33 | Lesser General Public License for more details. | ||
34 | |||
35 | You can receive a copy of the GNU Lesser General Public License from | ||
36 | http://www.gnu.org/ | ||
37 | |||
38 | |||
39 | unRAR restriction | ||
40 | ----------------- | ||
41 | |||
42 | The decompression engine for RAR archives was developed using source | ||
43 | code of unRAR program. | ||
44 | All copyrights to original unRAR code are owned by Alexander Roshal. | ||
45 | |||
46 | The license for original unRAR code has the following restriction: | ||
47 | |||
48 | The unRAR sources cannot be used to re-create the RAR compression algorithm, | ||
49 | which is proprietary. Distribution of modified unRAR sources in separate form | ||
50 | or as a part of other software is permitted, provided that it is clearly | ||
51 | stated in the documentation and source comments that the code may | ||
52 | not be used to develop a RAR (WinRAR) compatible archiver. | ||
53 | |||
54 | |||
55 | -- | ||
56 | Igor Pavlov | ||
diff --git a/win32/COPYING_lua b/win32/COPYING_lua new file mode 100644 index 00000000..3a53e741 --- /dev/null +++ b/win32/COPYING_lua | |||
@@ -0,0 +1,34 @@ | |||
1 | Lua License | ||
2 | ----------- | ||
3 | |||
4 | Lua is licensed under the terms of the MIT license reproduced below. | ||
5 | This means that Lua is free software and can be used for both academic | ||
6 | and commercial purposes at absolutely no cost. | ||
7 | |||
8 | For details and rationale, see http://www.lua.org/license.html . | ||
9 | |||
10 | =============================================================================== | ||
11 | |||
12 | Copyright (C) 1994-2008 Lua.org, PUC-Rio. | ||
13 | |||
14 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
15 | of this software and associated documentation files (the "Software"), to deal | ||
16 | in the Software without restriction, including without limitation the rights | ||
17 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
18 | copies of the Software, and to permit persons to whom the Software is | ||
19 | furnished to do so, subject to the following conditions: | ||
20 | |||
21 | The above copyright notice and this permission notice shall be included in | ||
22 | all copies or substantial portions of the Software. | ||
23 | |||
24 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
25 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
26 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
27 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
28 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
29 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
30 | THE SOFTWARE. | ||
31 | |||
32 | =============================================================================== | ||
33 | |||
34 | (end of COPYRIGHT) | ||