diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-03 14:26:08 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-03 14:26:08 -0200 |
commit | 8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad (patch) | |
tree | 28a350251c1803eeed3aa015192d36bdd10ffdd3 | |
parent | 3bc775bb10f9cec6c4c66b1221ece63077ea6ea7 (diff) | |
download | luarocks-8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad.tar.gz luarocks-8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad.tar.bz2 luarocks-8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad.zip |
Licensing cleanup
-rw-r--r-- | COPYING | 29 | ||||
-rw-r--r-- | COPYING_win | 16 | ||||
-rwxr-xr-x | makedist | 2 |
3 files changed, 18 insertions, 29 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. | ||
@@ -61,7 +61,7 @@ mkdir "release-windows" | |||
61 | mv "$out" "release-windows/$out-win32" | 61 | mv "$out" "release-windows/$out-win32" |
62 | 62 | ||
63 | cd "release-unix/$out" | 63 | cd "release-unix/$out" |
64 | rm -rf makedist install.bat COPYING.lua COPYING.7z win32 lfw | 64 | rm -rf makedist install.bat COPYING_lua COPYING_7z COPYING_win win32 lfw |
65 | cd .. | 65 | cd .. |
66 | tar czvpf ../"$out.tar.gz" "$out" | 66 | tar czvpf ../"$out.tar.gz" "$out" |
67 | cd .. | 67 | cd .. |