diff options
author | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-20 15:18:42 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@lambda-2.local> | 2010-03-20 15:21:49 -0300 |
commit | 4558c76a2bb640790cb3d9e70e84569d193abe06 (patch) | |
tree | a861bb521348912ab41ccb45796089362770c704 /COPYING | |
parent | ebda93002751a729e9e6f24ac22c3a2ff5e6b09a (diff) | |
download | luarocks-4558c76a2bb640790cb3d9e70e84569d193abe06.tar.gz luarocks-4558c76a2bb640790cb3d9e70e84569d193abe06.tar.bz2 luarocks-4558c76a2bb640790cb3d9e70e84569d193abe06.zip |
adding files needed to make Windows distribution, and licenses for them
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -9,9 +9,23 @@ 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 | 9 | use LuaRocks, then you should give us credit by including the appropriate |
10 | copyright notice somewhere in your product or its documentation. | 10 | copyright notice somewhere in your product or its documentation. |
11 | 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, rm.exe, wget.exe, ls.exe, pwd.exe, rmdir.exe, chmod.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 | |||
12 | ------------------------------------------------------------------------------ | 26 | ------------------------------------------------------------------------------ |
13 | 27 | ||
14 | Copyright © 2007-2009 Kepler Project. | 28 | Copyright 2007-2010 Kepler Project. |
15 | 29 | ||
16 | Permission is hereby granted, free of charge, to any person obtaining a copy | 30 | Permission is hereby granted, free of charge, to any person obtaining a copy |
17 | of this software and associated documentation files (the "Software"), to deal | 31 | of this software and associated documentation files (the "Software"), to deal |