add MIT LICENSE

This commit is contained in:
Marcus 2022-09-11 15:01:15 +02:00
parent 9f6e7baf94
commit f44ef5fa4b
2 changed files with 11 additions and 4 deletions

7
LICENSE Normal file
View File

@ -0,0 +1,7 @@
Copyright 2022 DeltaLima@la10cy.net
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.

View File

@ -21,13 +21,13 @@ fi
showhelp() {
echo "Usage: ./$0 [server|client] [install|update] [0.19|0.20]"
echo ""
echo "Description: Script to install an Xash3D-FWGS client or Xash3D dedicated server with game data from steamcmd"
echo "Description: Script to install an Xash3D engine full game client or dedicated server with game data from steamcmd"
echo "Server tested on Debian 11 ; Client tested on Ubuntu 20.04"
echo "Origin: https://git.la10cy.net/DeltaLima/xash3ds-installscript"
echo "Origin: https://git.la10cy.net/DeltaLima/xash3d-installscript"
echo ""
echo "Resources we are using:"
echo $steamcmd_url
echo $hlds_url
echo "$steamcmd_url"
echo "$hlds_url"
echo "0.20: https://github.com/FWGS/xash3d-fwgs"
echo "0.19: https://gitlab.com/tyabus/xash3d"
exit 1