Add and fix license information in *.gd
This commit is contained in:
parent
43c400d640
commit
46be02cdcd
3 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
wmgr.gd
2
wmgr.gd
|
@ -1,4 +1,4 @@
|
|||
# wgr.gd
|
||||
# wmgr.gd
|
||||
# Window Manager
|
||||
#
|
||||
# This file is part of StarOpenSource CORE (SOSCORE)
|
||||
|
|
Loading…
Reference in a new issue