change some weird licensing
This commit is contained in:
parent
a1365498a5
commit
a10f02f857
26
LICENSE
26
LICENSE
@ -1,26 +0,0 @@
|
||||
"/modlib/" directory: Copright (c) respective owners, see directories within the "/modlib/" directory
|
||||
for their respective licenses (License.txt, LICENSE, license.md).
|
||||
|
||||
for all other files outside of "/modlib/" directory:
|
||||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 FatalError42O, Trevor Pasquali.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
6
init.lua
6
init.lua
@ -8,6 +8,6 @@ leef.paths = leef.paths or {}
|
||||
leef.loaded_modules.filesystem = true
|
||||
--run files. These will directly modify the leef sub tables.
|
||||
local path = minetest.get_modpath("leef_filesystem")
|
||||
dofile(path.."/modlib/binary.lua")
|
||||
dofile(path.."/modlib/mod_utils.lua")
|
||||
dofile(path.."/modlib/paths.lua")
|
||||
dofile(path.."/binary.lua")
|
||||
dofile(path.."/mod_utils.lua")
|
||||
dofile(path.."/paths.lua")
|
||||
|
Loading…
x
Reference in New Issue
Block a user