diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-10 10:48:39 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-10 13:58:13 +0200 |
commit | dff6752ac856bab2e39b182b3c9728a723184443 (patch) | |
tree | 183ac69360241a33cfb958e25e637aab0f654ffd /LOGO_LICENSE.txt | |
parent | b931a6e5ce9897b5716923680dc1c6618312ab3e (diff) | |
download | redot-engine-dff6752ac856bab2e39b182b3c9728a723184443.tar.gz |
Cleanup various repository documentation files
- Reformat logo license as a plain text file.
- Fix outdated links or references to SFC or Visual Script.
- Tweak contents of `CONTRIBUTING.md` to highlight contributor docs more
prominently, and make it easier to parse.
- Tweak formatting and contents in `thirdparty/README.md` for consistency.
Diffstat (limited to 'LOGO_LICENSE.txt')
-rw-r--r-- | LOGO_LICENSE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/LOGO_LICENSE.txt b/LOGO_LICENSE.txt new file mode 100644 index 0000000000..9d7c7f00c5 --- /dev/null +++ b/LOGO_LICENSE.txt @@ -0,0 +1,5 @@ +Godot Engine Logo +Copyright (c) 2017 Andrea Calabró + +This work is licensed under the Creative Commons Attribution 4.0 International +license (CC BY 4.0 International): https://creativecommons.org/licenses/by/4.0/ |