Skip to content

Commit

Permalink
buh fight update
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller committed Oct 1, 2024
1 parent 30420f1 commit 41c19ca
Show file tree
Hide file tree
Showing 22 changed files with 1,217 additions and 591 deletions.
36 changes: 23 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## Project License(s)

Mixed (see various licenses listed in this file)
Mixed: see various licenses listed in this file. See details of individual licenses in their respective *.txt files (see project files).

TLDR: Code (*.gd files) are licensed under MIT, but assets (shaders, music, art, writing) are licensed under various CC licenses by respective creators.



## Code License (MIT)

- all files except those listed alongside another license (see licenses listed below, in this file "LICENSE") are licensed under MIT License (https://mit-license.org/)
- all files except those listed alongside another license (see licenses listed below), are licensed under MIT License (https://mit-license.org/)

MIT License

Copyright (c) 2024 by (GitHub Contributors): @TinyTakinTeller, @alexmunoz502, @mielifica, @BurkeZerk, @AlexTheAbyssalNovelist, @debris, @Reed-lzy
Copyright (c) 2024 by (https://github.com/TinyTakinTeller/GodotProjectZero/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -32,8 +34,13 @@ SOFTWARE.



## Godot License
- https://godotengine.org/license/
## Addons License(s)

SEE VARIOUS LICENSES CONTAINED WITHIN RESPECTIVE DIRECTORIES UNDER "addons/" :
- res://addons/resources_spreadsheet_view/ | (https://godotengine.org/asset-library/asset/1479) licensed under MIT License (https://opensource.org/license/mit)
- res://addons/gdLinter/ | (https://godotengine.org/asset-library/asset/2520) licensed under MIT License (https://opensource.org/license/mit)
- res://addons/format_on_save/ | (https://godotengine.org/asset-library/asset/2340) licensed under MIT License (https://opensource.org/license/mit)
- res://addons/BulletUpHell/ (https://github.com/Dark-Peace/BulletUpHell) licensed under MIT License (https://opensource.org/license/mit)



Expand All @@ -50,27 +57,24 @@ SEE VARIOUS LICENSES CONTAINED WITHIN RESPECTIVE DIRECTORIES UNDER "resources/"



## Assets License(s)
## Audio License(s)

SEE VARIOUS LICENSES CONTAINED WITHIN RESPECTIVE DIRECTORIES UNDER "assets/" :
- audio music track "To The Death" (to_the_death.mp3) by junipersona licensed under Pixabay (https://pixabay.com/service/license-summary/)
- audio music track "Corpse Rot" (corpse_rot.mp3) by UNIVERSFIELD licensed under CC-BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
- audio music track "Criminal District" (criminal_district.mp3) by UNIVERSFIELD licensed under CC-BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
- audio music tracks ["Forest Song 1", "20 Axes to a Bed", "There's a Strong Chill in the Air", "Lacrimosa (Requiem Abridged)"] by BurkeZerk licensed under CC-BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
- audio SFX sounds "Indie Friendly Sounds Survival" & "Indie Friendly Sounds RPG Sounds Pack" by Place Holder Assets licensed under "for-purchasing-individuals" (contact creator for licensing)
- audio SFX sound "Keyboard Typing" by Trollarch2 licensed under CC0 (https://creativecommons.org/public-domain/cc0/)
- audio SFX sound "Short, definite fart" by ycbcr licensed under CC0 (https://creativecommons.org/public-domain/cc0/)
- audio "heartbeat-80bpm.wav" by loudernoises licensed under CC0 (https://creativecommons.org/public-domain/cc0/)
- art "res://assets/image/" : Placeholders / WIP



## Addons License(s)
## Art License(s)

SEE VARIOUS LICENSES CONTAINED WITHIN RESPECTIVE DIRECTORIES UNDER "addons/" :
- res://addons/resources_spreadsheet_view/ | (https://godotengine.org/asset-library/asset/1479) licensed under MIT License (https://opensource.org/license/mit)
- res://addons/gdLinter/ | (https://godotengine.org/asset-library/asset/2520) licensed under MIT License (https://opensource.org/license/mit)
- res://addons/format_on_save/ | (https://godotengine.org/asset-library/asset/2340) licensed under MIT License (https://opensource.org/license/mit)
- res://addons/BulletUpHell/ (https://github.com/Dark-Peace/BulletUpHell) licensed under MIT License (https://opensource.org/license/mit)
- image "res://assets/image/soul/soul_16_16.png" licensed under "all rights reserved" by TinyTakinTeller
- other images "res://assets/image/" were created by TinyTakinTeller, but from templates by generative AI



Expand All @@ -79,3 +83,9 @@ SEE VARIOUS LICENSES CONTAINED WITHIN RESPECTIVE DIRECTORIES UNDER "addons/" :
- res://global/const/locale/locale_en.gd by Abyssal_Novelist, Reed, TinyTakinTeller licensed under CC-BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)



## Godot License(s)

- https://godotengine.org/license/


Loading

0 comments on commit 41c19ca

Please sign in to comment.