From e2d058a3e07de23915c0b95ff60a5784ae70b3c6 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 25 Apr 2018 09:29:04 -0400 Subject: [PATCH] changed username to reflect my new one --- LICENSE | 4 ++-- README.md | 6 +++--- .../install-systemd-service | 2 +- .../install and start service.sh | 2 +- .../backup-mts-world | 2 +- etc/game-install-ENLIVEN | 20 +++++++++---------- etc/game-install-testing.sh | 2 +- ...minetestserver-install-git-all-backends.sh | 2 +- etc/minetestserver-update-from-git.sh | 2 +- ...st_userscript_localENLIVEN_server_only.vbs | 14 ++++++------- etc/unused/game-install-ENLIVEN-DEPRECATED.sh | 2 +- .../cme_to_spawners-0.4.15-git/README.txt | 4 ++-- .../cme_to_spawners-0.4.15-git/init.lua | 2 +- .../README.txt | 2 +- .../init.lua | 2 +- .../mods-integration/trm_compassgps/init.lua | 2 +- .../ore_spawner_to_junk/README.txt | 2 +- .../ore_spawner_to_junk/init.lua | 2 +- patches/mods-multiplayer/skinsdb/CREDITS.txt | 2 +- .../mods-stopgap/cme_to_spawners/README.txt | 4 ++-- patches/mods-stopgap/cme_to_spawners/init.lua | 2 +- .../dynamic_liquid_to_default/README.txt | 2 +- .../dynamic_liquid_to_default/init.lua | 2 +- .../junglelike_dryplants_recipes/README.txt | 4 ++-- .../README.txt | 2 +- .../mods-stopgap/lasermk3_to_junk/README.txt | 4 ++-- .../mods-stopgap/lasermk3_to_junk/init.lua | 2 +- .../spawners_to_spawners_mobs/README.txt | 2 +- .../spawners_to_spawners_mobs/init.lua | 2 +- .../teleporter_to_travelnet/README.txt | 4 ++-- .../teleporter_to_travelnet/init.lua | 2 +- .../tsm_pyramids_to_spawners/README.txt | 2 +- .../tsm_pyramids_to_spawners/init.lua | 2 +- 33 files changed, 56 insertions(+), 56 deletions(-) diff --git a/LICENSE b/LICENSE index 073a87e..019c3ec 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ License of media (such as textures and sounds) ---------------------------------------------- (author, copyright holder, & license only apply where not otherwise specified--see README.md) Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) -Copyright (C) 2017 expertmm +Copyright (C) 2017 poikilos You are free to: Share — copy and redistribute the material in any medium or format. @@ -37,7 +37,7 @@ http://creativecommons.org/licenses/by-sa/3.0/ License of source code ---------------------- (author, copyright holder, & license only apply where not otherwise specified--see README.md) -Copyright 2017 expertmm (Jacob Gustafson) +Copyright 2017 poikilos (Jacob Gustafson) GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 diff --git a/README.md b/README.md index 67e2481..aebc425 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Otherwise just install everything EXCEPT cme_to_spawners & tsm_pyramids_to_spawn * (chunkymap-generator.bat, pythoninfo.py) if using Windows, check for various versions of Python3 and warn if fails (no longer check for Python2) * (minetestinfo.py) account for Minetest 0.4.16 arch naming difference: minetest_game (from minetest-data package) becomes minetest (still check for minetest_game if minetest not present in minetest/games since 0.4.16 repack 3 via deb from Debian via Ubuntu still uses the folder name minetest_game) ### (2017-05-25) -* switched to expertmm fork of travelnet +* switched to poikilos fork of travelnet ### (2017-05-18) * Installer now available at [axlemedia.net](http://www.axlemedia.net/index.php?htmlref=tutoring.html "Axle Media") -- added project and related files for Inno Setup Compiler. ### (2017-05-15) @@ -406,7 +406,7 @@ Further steps needed to recreate: * The recommended minetest.conf for subgame, including for server, is in the ENLIVEN subgame folder (also available at [EnlivenMinetest on GitHub](https://github.com/poikilos/EnlivenMinetest) ## Sources and License -Authors: expertmm (Jacob Gustafson) +Authors: poikilos (Jake Gustafson) ENLIVEN project (aka EnlivenMinetest), including launcher (ENLIVEN application) and ENLIVEN subgame, is released under the LGPL v2.1 license (see LICENSE), except media which is released under the CC-BY-SA 3.0 license (see LICENSE). There are other exceptions to this license and authorship where specified below and in subfolders. Source code is available at [https://github.com/poikilos/EnlivenMinetest](https://github.com/poikilos/EnlivenMinetest). @@ -444,4 +444,4 @@ Qt5Widgets.dll ## Developer Notes ### Regression Tests -* Use of input in python, where should never be used except in expertmm.py and minetestinfo.py for first-time setup or when interactive_enable is True +* Use of input in python, where should never be used except in poikilos.py and minetestinfo.py for first-time setup or when interactive_enable is True diff --git a/etc/change_hardcoded_world_and_username_manually_first/install-systemd-service b/etc/change_hardcoded_world_and_username_manually_first/install-systemd-service index 799cd8f..9bbb727 100644 --- a/etc/change_hardcoded_world_and_username_manually_first/install-systemd-service +++ b/etc/change_hardcoded_world_and_username_manually_first/install-systemd-service @@ -23,7 +23,7 @@ if [ -f mts-ENLIVEN.service ]; then #clear old downloaded copy if exists in userspace rm mts-ENLIVEN.service fi -wget https://github.com/expertmm/EnlivenMinetest/raw/master/etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service +wget https://github.com/poikilos/EnlivenMinetest/raw/master/etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service echo "This will only work if you are using systemd." sudo mv -f mts-ENLIVEN.service /etc/systemd/system/ #sudo chmod +x /etc/systemd/system/mts-ENLIVEN.service diff --git a/etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh b/etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh index 21692e5..7879c46 100644 --- a/etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh +++ b/etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "This doesn't work on Xenial since Ubuntu switched from Canonical upstart to systemd (unless you manually switched to upstart)" -wget https://github.com/expertmm/EnlivenMinetest/raw/master/etc/change_hardcoded_username_first/upstart_version/etc/init.d/mts-ENLIVEN.conf +wget https://github.com/poikilos/EnlivenMinetest/raw/master/etc/change_hardcoded_username_first/upstart_version/etc/init.d/mts-ENLIVEN.conf sudo mv -f mts-ENLIVEN.conf /etc/init.d/ #enable the mts-ENLIVEN upstart service on Ubuntu: sudo service mts-ENLIVEN enable diff --git a/etc/change_hardcoded_world_name_first/backup-mts-world b/etc/change_hardcoded_world_name_first/backup-mts-world index c0dda85..168dbd7 100644 --- a/etc/change_hardcoded_world_name_first/backup-mts-world +++ b/etc/change_hardcoded_world_name_first/backup-mts-world @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2017 expertmm +# Copyright 2017 poikilos # 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. diff --git a/etc/game-install-ENLIVEN b/etc/game-install-ENLIVEN index d4c62ba..fab23b4 100755 --- a/etc/game-install-ENLIVEN +++ b/etc/game-install-ENLIVEN @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2017 expertmm. License: +# Copyright 2017 poikilos. License: # 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. @@ -639,7 +639,7 @@ add_git_mod invhack minetest-invhack https://github.com/salahzar/minetest-invhac # add_zip_mod worldedit Minetest-WorldEdit-* https://github.com/Uberi/MineTest-WorldEdit/zipball/master echo "Installing Uberi's worldedit..." add_git_mod worldedit Minetest-WorldEdit https://github.com/Uberi/Minetest-WorldEdit.git -# metatools: expertmm fork of LeMagnesium's minetest-mod-metatools +# metatools: poikilos fork of LeMagnesium's minetest-mod-metatools add_git_mod metatools minetest-mod-metatools https://github.com/poikilos/minetest-mod-metatools.git # forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=9376" # author="tenplus1" @@ -731,7 +731,7 @@ if [ "$spawners_enable" = "true" ]; then echo "CHESTS_GENERATE = false" >> settings.txt sudo mv settings.txt "$MTMOD_DEST_PATH/" # formerly $MT_MYGAME_MODS_PATH/spawners/, now is spawners/spawners_env/ echo "NOTE: in spawners, only SPAWNERS_GENERATE or CHESTS_GENERATE, not both (chests seem to override) spawn in world for now. See thread for updated info: https://forum.minetest.net/viewtopic.php?f=11&t=13857&start=25" - echo "see also expertmm's game-install-enliven-testing-SPAWNERS_BOTH_DEBUG.txt" + echo "see also poikilos's game-install-enliven-testing-SPAWNERS_BOTH_DEBUG.txt" # dungeon_loot is part of default game, but I haven't created loot tables for this subgame yet, so remove: remove_mod "dungeon_loot" @@ -930,7 +930,7 @@ add_git_mod tsm_railcorridors tsm_railcorridors http://repo.or.cz/RailCorridors/ #-- carts:powerrail #-- carts:rail # forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=10172&hilit=boost+cart" -# birthstones: expertmm fork of a rather non-maintained mod--forum link is at https://forum.minetest.net/viewtopic.php?id=3663 (original mod was at https://github.com/Doc22/birthstones-mod.git) +# birthstones: poikilos fork of a rather non-maintained mod--forum link is at https://forum.minetest.net/viewtopic.php?id=3663 (original mod was at https://github.com/Doc22/birthstones-mod.git) add_git_mod birthstones minetest-birthstones https://github.com/poikilos/minetest-birthstones.git add_git_mod bakedclay bakedclay https://github.com/tenplus1/bakedclay.git add_git_mod quartz quartz https://github.com/minetest-mods/quartz @@ -1026,7 +1026,7 @@ fi # Wuzzy's slimenodes mod (only available via /give command). # web view: http://repo.or.cz/w/minetest_slimenodes.git # add_git_mod slimenodes minetest_slimenodes http://repo.or.cz/minetest_slimenodes.git -# use expertmm fork instead: +# use poikilos fork instead: add_git_mod slimenodes slimenodes https://github.com/poikilos/slimenodes.git # ropes: adds rope spools that are mounted to the side or bottom of a node and can be cut with any choppy tool while someone lower is climbing; doesn't lower into protected areas; also has rope ladders add_git_mod ropes ropes https://github.com/minetest-mods/ropes.git @@ -1159,7 +1159,7 @@ if [ -d "$PATCHES_PATH" ]; then echo "patching $MT_MYGAME_DIR (files only, so 'omitting directory' warnings are ok)..." sudo cp -f $PATCHES_PATH/subgame/mods/mobs_monster/textures/* "$MT_MYGAME_DIR/mods/mobs_monster/textures/" -# REMOVE EXISTING SKINS AND ONLY ADD expertmm skins: +# REMOVE EXISTING SKINS AND ONLY ADD poikilos skins: MTMOD_DEST_PATH=$MT_MYGAME_MODS_PATH/$PATCH_SKINS_MOD_NAME SUB_NAME="textures" # include u_skins since u_skins/u_skins IS THE MOD in the modpack SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME" @@ -1169,7 +1169,7 @@ if [ -d "$SUB_PATH" ]; then fi sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" if [ ! -d "$SUB_PATH" ]; then - echo "ERROR: failed to install expertmm's skins to $SUB_PATH, so cannot continue." > $err_txt + echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt cat $err_txt echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..." sleep 1 @@ -1181,7 +1181,7 @@ if [ ! -d "$SUB_PATH" ]; then sleep 1 exit 1 else - echo "installed expertmm's skins to $SUB_PATH" + echo "installed poikilos's skins to $SUB_PATH" fi SUB_NAME="meta" # include u_skins since u_skins/u_skins IS THE MOD in the modpack SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME" @@ -1191,7 +1191,7 @@ if [ -d "$SUB_PATH" ]; then fi sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" if [ ! -d "$SUB_PATH" ]; then - echo "ERROR: failed to install expertmm's skins to $SUB_PATH, so cannot continue." > $err_txt + echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt cat $err_txt echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..." sleep 1 @@ -1203,7 +1203,7 @@ if [ ! -d "$SUB_PATH" ]; then sleep 1 exit 1 else - echo "installed metadata for expertmm's skins to $SUB_PATH" + echo "installed metadata for poikilos's skins to $SUB_PATH" fi diff --git a/etc/game-install-testing.sh b/etc/game-install-testing.sh index b19a313..6383ec9 100644 --- a/etc/game-install-testing.sh +++ b/etc/game-install-testing.sh @@ -1,6 +1,6 @@ echo "Installing Enliven TESTING patch (run this after game-install-enliven.sh)" echo "* You have to manually paste the environment variable settings from the beginning of game-install-enliven.sh here, so you have them." -echo "* Only install these mods if you know what you are doing! These mods may become part of enliven later, but are not thoroughly tested for stability and compatibility. Thanks, expertmm." +echo "* Only install these mods if you know what you are doing! These mods may become part of enliven later, but are not thoroughly tested for stability and compatibility. Thanks, poikilos." echo "Known issues:" echo "* advanced_npc: 0.4.15 git (Jan 2017) has error with advanced_npc even with secure.enable_security = false ()" echo "* torches: removes ceiling torches" diff --git a/etc/minetestserver-install-git-all-backends.sh b/etc/minetestserver-install-git-all-backends.sh index 66fb898..814f0b2 100755 --- a/etc/minetestserver-install-git-all-backends.sh +++ b/etc/minetestserver-install-git-all-backends.sh @@ -38,7 +38,7 @@ elif [ -f "`command -v pacman`" ]; then elif [ -f "`command -v dnf`" ]; then sudo dnf -y remove minetest-server sudo dnf -y remove minetest - #see expertmm post at https://forum.minetest.net/viewtopic.php?f=42&t=3837&start=125 + #see poikilos post at https://forum.minetest.net/viewtopic.php?f=42&t=3837&start=125 sudo dnf -y install -y gcc-c++ freetype-devel spatialindex-devel postgresql-devel doxygen irrlicht-devel gettext freetype cmake bzip2-devel libpng libjpeg-turbo libXxf86vm mesa-libGLU libsqlite3x-devel libogg-devel libvorbis-devel openal-devel curl-devel luajit-devel lua-devel leveldb-devel ncurses-devel redis hiredis-devel gmp-devel cd #git clone https://github.com/minetest/minetest.git diff --git a/etc/minetestserver-update-from-git.sh b/etc/minetestserver-update-from-git.sh index e1582eb..80333ad 100755 --- a/etc/minetestserver-update-from-git.sh +++ b/etc/minetestserver-update-from-git.sh @@ -25,7 +25,7 @@ if [ -d "$HOME/Downloads/minetest" ]; then make -j$(nproc) #cd games; git pull; make -j$(nproc) #git config global user.email "" - #git config global user.name "expertmm" + #git config global user.name "poikilos" #git pull https://github.com/minetest/minetest_game.git #git fetch #git checkout HEAD games/minetest_game diff --git a/etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs b/etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs index 1815578..3e2aa25 100644 --- a/etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs +++ b/etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs @@ -1,4 +1,4 @@ -' Copyright 2017 expertmm +' Copyright 2017 poikilos ' 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. @@ -76,7 +76,7 @@ If objFSO.FolderExists(Minetest_folder_path) Then objFile.Write "server_announce = false" & vbCrLf objFile.Write "cinematic = true" & vbCrLf objFile.Write "cinematic_camera_smoothing = 0.7" & vbCrLf - + objFile.Write "serverlist_file = favoriteservers.txt" & vbCrLf objFile.Write "font_size = 22" & vbCrLf objFile.Write "font_shadow = 1" & vbCrLf @@ -118,9 +118,9 @@ If objFSO.FolderExists(Minetest_folder_path) Then objFile.Write "ambient_occlusion_gamma = 2.2" & vbCrLf objFile.Write "inventory_items_animations = true" & vbCrLf objFile.Write "menu_clouds = true" & vbCrLf - - + + objFile.Close - - -End If \ No newline at end of file + + +End If diff --git a/etc/unused/game-install-ENLIVEN-DEPRECATED.sh b/etc/unused/game-install-ENLIVEN-DEPRECATED.sh index aadd9d9..ad80c76 100644 --- a/etc/unused/game-install-ENLIVEN-DEPRECATED.sh +++ b/etc/unused/game-install-ENLIVEN-DEPRECATED.sh @@ -252,5 +252,5 @@ fi # This mod is part of minetest_game 0.4.15! # add_git_mod moresnow moresnow https://github.com/Sokomine/moresnow -# no longer needed since ENLIVEN main branch now uses expertmm travelnet: +# no longer needed since ENLIVEN main branch now uses poikilos travelnet: # add_git_mod travelnet travelnet https://github.com/Sokomine/travelnet.git diff --git a/patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt b/patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt index 72919db..84b81df 100644 --- a/patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt +++ b/patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt @@ -4,8 +4,8 @@ This mod provides a transition from cme (Creatures Mob Engine) so you can use "s Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- -(no media) \ No newline at end of file +(no media) diff --git a/patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua b/patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua index 8c80110..d240c96 100644 --- a/patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua +++ b/patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm +-- Copyright 2017 poikilos -- 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. diff --git a/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt b/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt index 70c937f..d77bd8c 100644 --- a/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt +++ b/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt @@ -4,7 +4,7 @@ This mod provides a transition from tsm_pyramids so you can use "spawners" mod i Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- diff --git a/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua b/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua index 9c04981..2d2b9aa 100644 --- a/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua +++ b/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm +-- Copyright 2017 poikilos -- 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. diff --git a/patches/mods-integration/trm_compassgps/init.lua b/patches/mods-integration/trm_compassgps/init.lua index c7f0f6c..f3fe80a 100644 --- a/patches/mods-integration/trm_compassgps/init.lua +++ b/patches/mods-integration/trm_compassgps/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm +-- Copyright 2017 poikilos -- 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. diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/README.txt b/patches/mods-multiplayer/ore_spawner_to_junk/README.txt index f557155..d1a84dd 100644 --- a/patches/mods-multiplayer/ore_spawner_to_junk/README.txt +++ b/patches/mods-multiplayer/ore_spawner_to_junk/README.txt @@ -14,7 +14,7 @@ Mod dependencies: default, slimenodes Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/init.lua b/patches/mods-multiplayer/ore_spawner_to_junk/init.lua index b5f2013..0207468 100644 --- a/patches/mods-multiplayer/ore_spawner_to_junk/init.lua +++ b/patches/mods-multiplayer/ore_spawner_to_junk/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm (GNU GPL v2.1 license) +-- Copyright 2017 poikilos (GNU GPL v2.1 license) -- minetest.register_alias(name, convert_to) -- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " diff --git a/patches/mods-multiplayer/skinsdb/CREDITS.txt b/patches/mods-multiplayer/skinsdb/CREDITS.txt index f91e4a2..77bd001 100644 --- a/patches/mods-multiplayer/skinsdb/CREDITS.txt +++ b/patches/mods-multiplayer/skinsdb/CREDITS.txt @@ -1,3 +1,3 @@ 1-44: CC BY-SA 3.0 (unless otherwise specified at following url) individual authors listed at http://minetest.fensta.bplaced.net/ -45-49: CC0 expertmm +45-49: CC0 poikilos 50: CC BY-SA 3.0 (?) yelby2 diff --git a/patches/mods-stopgap/cme_to_spawners/README.txt b/patches/mods-stopgap/cme_to_spawners/README.txt index 72919db..84b81df 100644 --- a/patches/mods-stopgap/cme_to_spawners/README.txt +++ b/patches/mods-stopgap/cme_to_spawners/README.txt @@ -4,8 +4,8 @@ This mod provides a transition from cme (Creatures Mob Engine) so you can use "s Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- -(no media) \ No newline at end of file +(no media) diff --git a/patches/mods-stopgap/cme_to_spawners/init.lua b/patches/mods-stopgap/cme_to_spawners/init.lua index b69d6a3..83805f3 100644 --- a/patches/mods-stopgap/cme_to_spawners/init.lua +++ b/patches/mods-stopgap/cme_to_spawners/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm +-- Copyright 2017 poikilos -- 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. diff --git a/patches/mods-stopgap/dynamic_liquid_to_default/README.txt b/patches/mods-stopgap/dynamic_liquid_to_default/README.txt index 99f03ad..09aea3f 100644 --- a/patches/mods-stopgap/dynamic_liquid_to_default/README.txt +++ b/patches/mods-stopgap/dynamic_liquid_to_default/README.txt @@ -4,4 +4,4 @@ This Minetest mod was created to repair worlds that have materials from dynamic_ Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) diff --git a/patches/mods-stopgap/dynamic_liquid_to_default/init.lua b/patches/mods-stopgap/dynamic_liquid_to_default/init.lua index c470867..0e052fd 100644 --- a/patches/mods-stopgap/dynamic_liquid_to_default/init.lua +++ b/patches/mods-stopgap/dynamic_liquid_to_default/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm (GNU GPL v2.1 license) +-- Copyright 2017 poikilos (GNU GPL v2.1 license) -- minetest.register_alias(name, convert_to) -- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " diff --git a/patches/mods-stopgap/junglelike_dryplants_recipes/README.txt b/patches/mods-stopgap/junglelike_dryplants_recipes/README.txt index 5201911..8aeff19 100644 --- a/patches/mods-stopgap/junglelike_dryplants_recipes/README.txt +++ b/patches/mods-stopgap/junglelike_dryplants_recipes/README.txt @@ -17,8 +17,8 @@ Reedmace sometimes drops cotton seeds Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- -(no media) \ No newline at end of file +(no media) diff --git a/patches/mods-stopgap/junglelike_minetestgame_recipes/README.txt b/patches/mods-stopgap/junglelike_minetestgame_recipes/README.txt index 50d830c..67e1c9d 100644 --- a/patches/mods-stopgap/junglelike_minetestgame_recipes/README.txt +++ b/patches/mods-stopgap/junglelike_minetestgame_recipes/README.txt @@ -11,7 +11,7 @@ Craft 8 "Cotton" (farming:cotton, formerly default:string) into Cotton Seed (cot Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) diff --git a/patches/mods-stopgap/lasermk3_to_junk/README.txt b/patches/mods-stopgap/lasermk3_to_junk/README.txt index bcd8518..1f5a179 100644 --- a/patches/mods-stopgap/lasermk3_to_junk/README.txt +++ b/patches/mods-stopgap/lasermk3_to_junk/README.txt @@ -21,8 +21,8 @@ Mod dependencies: slimenodes, technic Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- -(no media) \ No newline at end of file +(no media) diff --git a/patches/mods-stopgap/lasermk3_to_junk/init.lua b/patches/mods-stopgap/lasermk3_to_junk/init.lua index fea483a..a3a66d9 100644 --- a/patches/mods-stopgap/lasermk3_to_junk/init.lua +++ b/patches/mods-stopgap/lasermk3_to_junk/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm (GNU GPL v2.1 license) +-- Copyright 2017 poikilos (GNU GPL v2.1 license) -- minetest.register_alias(name, convert_to) -- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " diff --git a/patches/mods-stopgap/spawners_to_spawners_mobs/README.txt b/patches/mods-stopgap/spawners_to_spawners_mobs/README.txt index 53ac814..a2f32b1 100644 --- a/patches/mods-stopgap/spawners_to_spawners_mobs/README.txt +++ b/patches/mods-stopgap/spawners_to_spawners_mobs/README.txt @@ -4,7 +4,7 @@ This mod provides a transition from spawners (old non-modpack version) in case o Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- diff --git a/patches/mods-stopgap/spawners_to_spawners_mobs/init.lua b/patches/mods-stopgap/spawners_to_spawners_mobs/init.lua index 69ff7ce..6d2fe58 100644 --- a/patches/mods-stopgap/spawners_to_spawners_mobs/init.lua +++ b/patches/mods-stopgap/spawners_to_spawners_mobs/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm +-- Copyright 2017 poikilos -- 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. diff --git a/patches/mods-stopgap/teleporter_to_travelnet/README.txt b/patches/mods-stopgap/teleporter_to_travelnet/README.txt index 4f09c93..34bb20b 100644 --- a/patches/mods-stopgap/teleporter_to_travelnet/README.txt +++ b/patches/mods-stopgap/teleporter_to_travelnet/README.txt @@ -12,8 +12,8 @@ Mod dependencies: travelnet Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- -(no media) \ No newline at end of file +(no media) diff --git a/patches/mods-stopgap/teleporter_to_travelnet/init.lua b/patches/mods-stopgap/teleporter_to_travelnet/init.lua index f6672c2..53c086b 100644 --- a/patches/mods-stopgap/teleporter_to_travelnet/init.lua +++ b/patches/mods-stopgap/teleporter_to_travelnet/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm (MIT license) +-- Copyright 2017 poikilos (MIT license) -- 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. diff --git a/patches/mods-stopgap/tsm_pyramids_to_spawners/README.txt b/patches/mods-stopgap/tsm_pyramids_to_spawners/README.txt index b954450..757f580 100644 --- a/patches/mods-stopgap/tsm_pyramids_to_spawners/README.txt +++ b/patches/mods-stopgap/tsm_pyramids_to_spawners/README.txt @@ -4,7 +4,7 @@ This mod provides a transition from tsm_pyramids so you can use "spawners" modpa Authors of source code ---------------------- -expertmm (github.com/expertmm) +poikilos (github.com/poikilos) Authors of media (textures) --------------------------- diff --git a/patches/mods-stopgap/tsm_pyramids_to_spawners/init.lua b/patches/mods-stopgap/tsm_pyramids_to_spawners/init.lua index 9c1de15..b752675 100644 --- a/patches/mods-stopgap/tsm_pyramids_to_spawners/init.lua +++ b/patches/mods-stopgap/tsm_pyramids_to_spawners/init.lua @@ -1,4 +1,4 @@ --- Copyright 2017 expertmm +-- Copyright 2017 poikilos -- 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.