Add and fix license information in *.gd

This commit is contained in:
JeremyStar™ 2023-06-29 19:45:53 +02:00
parent 43c400d640
commit 46be02cdcd
3 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
# wgr.gd
# wmgr.gd
# Window Manager
#
# This file is part of StarOpenSource CORE (SOSCORE)