Updated credits
This commit is contained in:
parent
edee00d56b
commit
ccfe01d569
41
README.md
41
README.md
|
|
@ -10,18 +10,55 @@ If you want to look at test applications built for Novetus' development, look he
|
||||||
ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation.
|
ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation.
|
||||||
The ROBLOX Corporation does not support or endorse the creation of Novetus.
|
The ROBLOX Corporation does not support or endorse the creation of Novetus.
|
||||||
Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries.
|
Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries.
|
||||||
Bitl does not own any of the content included with Novetus.
|
Bitl does not own the majority of the places or items included with Novetus.
|
||||||
LUA scripts were used to build a client that can connect to LAN and the Internet.
|
LUA scripts were used to build a client that can connect to LAN and the Internet.
|
||||||
The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script.
|
The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script.
|
||||||
All credit for the LUA code included with the RBXPri client goes to the RBXPri team.
|
All credit for the LUA code included with the RBXPri client goes to the RBXPri team.
|
||||||
All credit for the LUA code used with "non-modern" clients goes to Scripter John and EnergyCell.
|
All credit for the LUA code used with "non-modern" clients goes to Scripter John and EnergyCell.
|
||||||
All credit for the LUA code used for character customization goes to RBXBanLand.
|
All credit for the LUA code used for character customization goes to RBXBanLand.
|
||||||
|
Parts of the codebase use bits and pieces of code from Stack Overflow, MSDN Forums and Codeproject.
|
||||||
|
The Diogenes encryption/decryption source code was made by Carrot.
|
||||||
|
RBXMeshConverter was made by coke. (https://github.com/0xC0CAC01A/RBXMeshConverter)
|
||||||
|
Roblox Legacy Place Converter was made by BakonBot. (https://github.com/BakonBot/legacy-place-converter)
|
||||||
|
ROBLOX Script Generator was made by S. Costeira.
|
||||||
|
All credits for the used pieces of code go to the respective authors.
|
||||||
|
|
||||||
|
Mark James' Silk icon set 1.3:
|
||||||
The Discord Rich Presence icons used for this application use Mark James' Silk icon set 1.3.
|
The Discord Rich Presence icons used for this application use Mark James' Silk icon set 1.3.
|
||||||
http://www.famfamfam.com/lab/icons/silk/
|
http://www.famfamfam.com/lab/icons/silk/
|
||||||
|
|
||||||
|
PHP:
|
||||||
This product includes PHP, freely available from http://www.php.net/
|
This product includes PHP, freely available from http://www.php.net/
|
||||||
|
|
||||||
|
ReShade:
|
||||||
|
Copyright 2014 Patrick Mours. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
Redistributions of source code must retain the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
Neither the name of the copyright holder nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this software without
|
||||||
|
specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
||||||
|
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||||
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||||
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
Novetus Launcher license (GPL v3):
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
|
@ -35,7 +72,7 @@ GNU General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see http://www.gnu.org/licenses/.
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
|
|
||||||
TL,DR version here: https://github.com/Bitl/Novetus_src/blob/master/LICENCE.MD
|
Read it here https://github.com/Novetus/Novetus_src/blob/master/LICENCE.MD or in LICENCE.txt.
|
||||||
|
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue