How to include all required licenses?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DONOTJUDGEMYCODE

Hello!

When I looked at the docs page for including licenses, it says I have to include the third party licenses as well, but it never really seemed to specify where.

Do I put all the licenses in one big file, with little blurbs between each one that say “The following is a license for X”, or do I put each one in a separate file titled “X License”?

Thanks in advance!

(Yes, I know I’m being paranoid.)

:bust_in_silhouette: Reply From: Calinou

For a desktop game, you can copy https://github.com/godotengine/godot/blob/3.4.2-stable/COPYRIGHT.txt alongside your project executable. For a mobile or HTML5 game, you can upload that file somewhere and link to it from within the game (opening it using OS.shell_open() or similar). You could also embed it directly within a ScrollContainer + Label for display.