diff --git a/events.gd b/events.gd index 628d810..6defdfd 100644 --- a/events.gd +++ b/events.gd @@ -1,3 +1,9 @@ +# events.gd +# Events +# +# This file is part of StarOpenSource CORE (SOSCORE) +# Made by the StarOpenSource Project and Contributers +# Licensed under GNU GPLv3 extends Node @onready diff --git a/splash.gd b/splash.gd index 42eccb2..3411ba1 100644 --- a/splash.gd +++ b/splash.gd @@ -1,3 +1,9 @@ +# splash.gd +# Splash screen +# +# This file is part of StarOpenSource CORE (SOSCORE) +# Made by the StarOpenSource Project and Contributers +# Licensed under GNU GPLv3 extends Node @onready diff --git a/wmgr.gd b/wmgr.gd index 20c04ea..52126e0 100644 --- a/wmgr.gd +++ b/wmgr.gd @@ -1,4 +1,4 @@ -# wgr.gd +# wmgr.gd # Window Manager # # This file is part of StarOpenSource CORE (SOSCORE)