aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-01-03 14:26:08 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-01-03 14:26:08 -0200
commit8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad (patch)
tree28a350251c1803eeed3aa015192d36bdd10ffdd3
parent3bc775bb10f9cec6c4c66b1221ece63077ea6ea7 (diff)
downloadluarocks-8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad.tar.gz
luarocks-8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad.tar.bz2
luarocks-8927752c7b90f3ed5a6265aebaf3f63ee19bb8ad.zip
Licensing cleanup
-rw-r--r--COPYING29
-rw-r--r--COPYING_win16
-rwxr-xr-xmakedist2
3 files changed, 18 insertions, 29 deletions
diff --git a/COPYING b/COPYING
index 2650593a..34a3de3b 100644
--- a/COPYING
+++ b/COPYING
@@ -1,31 +1,4 @@
1LuaRocks is free software: it can be used for both academic and commercial 1Copyright 2007-2014 Kepler Project.
2purposes at absolutely no cost. There are no royalties or GNU-like "copyleft"
3restrictions. LuaRocks qualifies as Open Source software. Its licenses are
4compatible with the GPL. LuaRocks is not in the public domain and the Kepler
5Project keeps its copyright. The legal details are below.
6
7The spirit of the license is that you are free to use LuaRocks for any purpose
8at no cost without having to ask us. The only requirement is that if you do
9use LuaRocks, then you should give us credit by including the appropriate
10copyright notice somewhere in your product or its documentation.
11
127z.exe and 7z.dll are covered by another license, please see COPYING.7z for
13details.
14
15find.exe, mv.exe, wget.exe, ls.exe, pwd.exe, rmdir.exe,
16md5sum.exe, test.exe, cp.exe, mkdir.exe, and uname.exe are part of UnxUtils,
17check http://unxutils.sourceforge.net/ for license information.
18
19Files under win32/lua5.1, except for Microsoft.VC80.CRT.manifest and msv*.*,
20are covered by another license, please see COPYING.lua for details.
21
22Microsoft.VC80.CRT.manifest, msvcm80.dll, msvcp80.dll, msvcr80.dll are part
23of the Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) and
24are Copyright Microsoft, Inc. 2007.
25
26------------------------------------------------------------------------------
27
28Copyright 2007-2010 Kepler Project.
29 2
30Permission is hereby granted, free of charge, to any person obtaining a copy 3Permission is hereby granted, free of charge, to any person obtaining a copy
31of this software and associated documentation files (the "Software"), to deal 4of 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
2This package includes additional Windows components which are under the
3following 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/makedist b/makedist
index 9b3308ed..d6d46a19 100755
--- a/makedist
+++ b/makedist
@@ -61,7 +61,7 @@ mkdir "release-windows"
61mv "$out" "release-windows/$out-win32" 61mv "$out" "release-windows/$out-win32"
62 62
63cd "release-unix/$out" 63cd "release-unix/$out"
64rm -rf makedist install.bat COPYING.lua COPYING.7z win32 lfw 64rm -rf makedist install.bat COPYING_lua COPYING_7z COPYING_win win32 lfw
65cd .. 65cd ..
66tar czvpf ../"$out.tar.gz" "$out" 66tar czvpf ../"$out.tar.gz" "$out"
67cd .. 67cd ..