mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Move doc/us/ to docs/, replacing the gh-pages branch.
This commit is contained in:
1
LICENSE
1
LICENSE
@@ -1,4 +1,5 @@
|
||||
Copyright © 2003-2014 Kepler Project.
|
||||
Copyright © 2014-2022 The LuaFileSystem authors.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
# LuaFileSystem - File System Library for Lua
|
||||
|
||||
Copyright 2003-2020 Kepler Project
|
||||
|
||||
https://keplerproject.github.io/luafilesystem
|
||||
|
||||
# Description
|
||||
@@ -25,4 +23,4 @@ luarocks install luafilesystem
|
||||
|
||||
# Documentation
|
||||
|
||||
Please check the documentation at doc/us/ for more information.
|
||||
Please check the at `docs/` for more information, also available at the [project website](https://keplerproject.github.io/luafilesystem).
|
||||
|
||||
@@ -81,7 +81,7 @@ flavors of Unix (including Linux, BSDs, macOS) and Windows.</p>
|
||||
$ luarocks install luafilesystem
|
||||
</pre>
|
||||
|
||||
<p>Its source can be found at its <a href="http://github.com/keplerproject/luafilesystem">Github</a> page.</p>
|
||||
<p>Its source can be found at its <a href="http://github.com/keplerproject/luafilesystem">GitHub</a> page.</p>
|
||||
|
||||
<h2><a name="history"></a>History</h2>
|
||||
|
||||
@@ -210,10 +210,11 @@ $ luarocks install luafilesystem
|
||||
|
||||
<h2><a name="credits"></a>Credits</h2>
|
||||
|
||||
<p>LuaFileSystem was designed by Roberto Ierusalimschy,
|
||||
André Carregal and Tomás Guisasola as part of the
|
||||
<a href="https://github.com/keplerproject">Kepler Project</a>,
|
||||
which holds its copyright. LuaFileSystem is currently maintained by Fábio Mascarenhas.</p>
|
||||
<p>The LuaFileSystem library was originally designed and
|
||||
implemented by Roberto Ierusalimschy, André Carregal and
|
||||
Tomás Guisasola. It was then maintained by Fábio
|
||||
Mascarenhas for several years and has since been maintained
|
||||
by many contributors -- see the Git history for detailed credits.</p>
|
||||
|
||||
</div> <!-- id="content" -->
|
||||
|
||||
@@ -58,33 +58,21 @@
|
||||
|
||||
<h1>License</h1>
|
||||
|
||||
<p>
|
||||
LuaFileSystem is free software: it can be used for both academic
|
||||
and commercial purposes at absolutely no cost. There are no
|
||||
royalties or GNU-like "copyleft" restrictions. LuaFileSystem
|
||||
qualifies as
|
||||
<a href="http://www.opensource.org/docs/definition.html">Open Source</a>
|
||||
software.
|
||||
Its licenses are compatible with
|
||||
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
|
||||
LuaFileSystem is not in the public domain and the
|
||||
<a href="https://github.com/keplerproject">Kepler Project</a>
|
||||
keep its copyright.
|
||||
The legal details are below.
|
||||
</p>
|
||||
|
||||
<p>The spirit of the license is that you are free to use
|
||||
LuaFileSystem for any purpose at no cost without having to ask us.
|
||||
The only requirement is that if you do use LuaFileSystem, then you
|
||||
should give us credit by including the appropriate copyright notice
|
||||
somewhere in your product or its documentation.</p>
|
||||
|
||||
<p>The LuaFileSystem library is designed and implemented by Roberto
|
||||
Ierusalimschy, André Carregal and Tomás Guisasola.
|
||||
The implementation is not derived from licensed software.</p>
|
||||
<p>The LuaFileSystem library was originally designed and
|
||||
implemented by Roberto Ierusalimschy, André Carregal and
|
||||
Tomás Guisasola, and has since been maintained over the years
|
||||
by many people -- see the Git history for detailed credits.
|
||||
The implementation is not derived from any other licensed software.</p>
|
||||
|
||||
<hr/>
|
||||
<p>Copyright © 2003 - 2020 Kepler Project.</p>
|
||||
<p>Copyright © 2003 - 2014 Kepler Project.</p>
|
||||
<p>Copyright © 2014 - 2022 The LuaFileSystem authors.</p>
|
||||
|
||||
<p>Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
@@ -22,7 +22,7 @@ build = {
|
||||
lfs = "src/lfs.c"
|
||||
},
|
||||
copy_directories = {
|
||||
"doc",
|
||||
"docs",
|
||||
"tests"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user