samsface / godot-steam-api

Godot Steam integration using GDNative.
400 stars 16 forks source link

Please clarify license of src/Godot.cpp #42

Closed rfht closed 1 year ago

rfht commented 1 year ago

Hi,

The license of this file is unclear. I can only find MIT license in addons/steam_api. Is this code on Godot.cpp also meant to be MIT licensed? Would probably be best to just have it at the beginning of the file as comment to have clarity.

samsface commented 1 year ago

The entire project is under MIT license. The license file is located in addons/steam_api so it'll be bundled with the plugin when consumed through the steam asset library.