mirror of
https://github.com/Anime-Game-Servers/anime-game-multi-proto.git
synced 2024-11-26 22:10:20 +00:00
[Licensing] add license and exemption for hoyo
This commit is contained in:
parent
e3d12aece0
commit
1e50b728a3
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Hartie95 and the AnimeGameServers Team
|
||||
|
||||
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.
|
14
README.md
14
README.md
@ -1,8 +1,7 @@
|
||||
# anime-game-multi-proto
|
||||
# anime-game-multi-proto (WIP)
|
||||
project to allow supporting multiple versions easier
|
||||
|
||||
TODOs:
|
||||
* full OneOf support
|
||||
* command id support
|
||||
* add more definitons for the protos
|
||||
* improve code
|
||||
@ -10,3 +9,14 @@ TODOs:
|
||||
* apply annotations to created models
|
||||
* add info about building and adding things to the README
|
||||
* add info about using multiproto
|
||||
|
||||
|
||||
Licensing
|
||||
=====
|
||||
|
||||
This software library is licensed und the terms of the MIT license, with the exemptions noted below.
|
||||
|
||||
You can find a copy of the license in the [LICENSE file](LICENSE).
|
||||
|
||||
Exemptions:
|
||||
* miHoYo and its subsidiaries are exempt from the MIT licensing and may instead license any source code authored for the AnimeGameServer projects under the Zero-Clause BSD license.
|
||||
|
Loading…
Reference in New Issue
Block a user