This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ALTERNATE_LICENSES
49 lines (39 loc) · 2.24 KB
/
ALTERNATE_LICENSES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Apugli's packet related code is loosely based on the Botania codebase's networking code.
There are a few changes from Botania's networking code.
- Handlers are done through unique interfaces that extend the Packet interface as opposed to a static method.
- Some methods and parameters have been renamed.
Botania was created by Vazkii.
- External Clause
Certain parts of the codebase are indicated to be licensed under alternative licenses. You
must obey those licenses.
- Attribution Clause
You must give appropriate credit to Vazkii as the creator of Botania or the parts of it
you're using. If you do any alterations the fact that you do so should also be
indicated. A link back is optional but it would be cool if you would do so.
- Copyleft Clause
Your project must be open source (have its source visible and allow for redistribution
and modification) and include a clause similar to this one in its license.
- API Clause
Any of the other clauses under this section do not apply to any Botania API
code (the subdirectory src/main/java/vazkii/botania/api). However, if Botania API code
is used, it must be included verbatim as it was obtained.
https://botaniamod.net/license.html
---
Apace's MIT License
MIT License
Copyright (c) 2021 apace100
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.