mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 08:25:31 +00:00
update README.md
This commit is contained in:
parent
8ffa931a2f
commit
2a4e6830e1
25
README.md
25
README.md
@ -11,7 +11,7 @@ Terra consists of several parts:
|
|||||||
* A voxel world generation API with emphasis on configuration and extensibility
|
* A voxel world generation API with emphasis on configuration and extensibility
|
||||||
* Several platform implementations, the layer between the API and the platform
|
* Several platform implementations, the layer between the API and the platform
|
||||||
it's running on.
|
it's running on.
|
||||||
* An addon loader, which allows interfacing with the Terra API in a
|
* An addon loader, which allows addons to interface with the Terra API in a
|
||||||
platform-agnostic setting
|
platform-agnostic setting
|
||||||
* Several "core addons," which implement the "default" configurations of Terra.
|
* Several "core addons," which implement the "default" configurations of Terra.
|
||||||
These addons can be thought of as the config "standard library"
|
These addons can be thought of as the config "standard library"
|
||||||
@ -69,20 +69,17 @@ more about the project!
|
|||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
Parts of Terra are licensed under either the MIT License or the GNU General
|
Parts of Terra are licensed under either the MIT License or the GNU General
|
||||||
Public License, version 3.0
|
Public License, version 3.0.
|
||||||
|
|
||||||
Our API is licensed under the [MIT License](LICENSE), to ensure
|
* Our API is licensed under the [MIT License](LICENSE), to ensure that everyone
|
||||||
that everyone is able to freely use it however they want.
|
is able to freely use it however they want.
|
||||||
|
* Our core addons are also licensed under the [MIT License](LICENSE), to ensure
|
||||||
Our core addons are also licensed under the [MIT License](LICENSE)
|
that people can freely use code from them to learn and make their own addons,
|
||||||
, to ensure that people can freely use code from them to learn and make their
|
without worrying about GPL infection.
|
||||||
own addons, without worrying about GPL infection.
|
* Our platform-agnostic implementations and platform implementations are
|
||||||
|
licensed under
|
||||||
Our platform-agnostic implementations and platform implementations are licensed
|
the [GNU General Public License, version 3.0](common/implementation/LICENSE),
|
||||||
under
|
to ensure that they remain free software wherever they are used.
|
||||||
the [GNU General Public License, version 3.0](common/implementation/LICENSE).
|
|
||||||
This is to ensure that our implementations remain free software, wherever they
|
|
||||||
are used.
|
|
||||||
|
|
||||||
If you're not sure which license a particular file is under, check:
|
If you're not sure which license a particular file is under, check:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user