-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCOPYING
118 lines (83 loc) · 3.02 KB
/
COPYING
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
History
-------
This software was originally named Manic Digger, and it was placed into the public domain.
https://github.com/manicdigger/manicdigger
https://sourceforge.net/projects/manicdigger
As far as I can tell, development started in 2010 and ended in 2015 when the project was abandoned.
The original author's name/pseudonym is exe, and they occasionally post on the official website still.
http://manicdigger.sourceforge.net
I forked this code from the "develop" branch in their GitHub repository,
and I have made substantial changes to bring the code up to modern standards.
My version is licensed under the open source ISC License.
https://tldrlegal.com/license/-isc-license
Dependencies
------------
This software depends on a variety of other software/media to run properly.
Here are the licenses for these dependencies ...
** Audio **
All audio files are in the public domain.
They were downloaded from https://freesound.org
** Graphics **
All icons are from Font Awesome Free.
They were downloaded from https://fontawesome.com
They have been converted from SVG to PNG and
modified to fit the game's style.
License: CC BY 4.0
The magic animations are from The Free Archives.
They were downloaded from https://dreams-circle.itch.io/fa-01
They have been modified to fit the game's style.
Copyright (c) Dreams Circle
License: See the Terms of Use on the download page
The permissions given is similar to MIT
** Textures **
https://www.curseforge.com/minecraft/texture-packs/persistence
It is used for many of the blocks.
Copyright (c) 2014 - 2017 ChesterChair
License: You are allowed to use this pack in your videos, pictures
or other projects, as long as you give proper credit and provide a
link to this page.
** Software **
https://system.data.sqlite.org
License: Public Domain
https://www.zer7.com/software.php?page=enetcs
Copyright (c) 2011 - 2013 James F. Bellinger
License: ISC
https://github.com/lsalzman/enet
Copyright (c) 2002 - 2020 Lee Salzman
License: MIT
https://github.com/opentk/opentk
https://github.com/opentk/GLControl
Copyright (c) 2006 - 2019 Team OpenTK
License: MIT
https://github.com/dotnet/runtime
https://github.com/dotnet/roslyn
Copyright (c) .NET Foundation
License: MIT
https://github.com/toji/gl-matrix
Copyright (c) 2015 - 2021 Brandon Jones, Colin MacKenzie IV
License: MIT
https://github.com/manicdigger/libHTTP
Copyright (c) 2014 John Carruthers
License: MIT
http://code.google.com/p/lidgren-network-gen3/
License: MIT
https://www.newtonsoft.com/json
License: MIT
https://github.com/sebastienros/jint
Copyright (c) 2013 Sebastien Ros
License: BSD 2-Clause
https://github.com/protocolbuffers/protobuf
Copyright (c) 2008 Google Inc.
License: BSD
https://github.com/SilentOrbit/protobuf
License: Apache 2.0
https://github.com/mono/csvorbis
License: LGPL 2.0
https://github.com/kcat/openal-soft
License: LGPL 2.0
http://libnoise.sourceforge.net/index.html
License: LGPL 2.1
https://github.com/manicdigger/cito
It is used as a compile-time tool only.
It is NOT linked with the output binary.
License: GPL 3.0