mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
add license headers to renderer classes
This commit is contained in:
parent
f87999eae8
commit
9dae9de560
12 changed files with 34 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends AcceptDialog
|
extends AcceptDialog
|
||||||
class_name AboutDialog
|
class_name AboutDialog
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
[sub_resource type="SystemFont" id="SystemFont_ueb25"]
|
[sub_resource type="SystemFont" id="SystemFont_ueb25"]
|
||||||
font_names = PackedStringArray("Monospace")
|
font_names = PackedStringArray("Monospace")
|
||||||
|
subpixel_positioning = 0
|
||||||
|
|
||||||
[sub_resource type="LabelSettings" id="LabelSettings_qamh4"]
|
[sub_resource type="LabelSettings" id="LabelSettings_qamh4"]
|
||||||
font = SubResource("SystemFont_ueb25")
|
font = SubResource("SystemFont_ueb25")
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends MarginContainer
|
extends MarginContainer
|
||||||
class_name AddNodeMenu
|
class_name AddNodeMenu
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends VBoxContainer
|
extends VBoxContainer
|
||||||
class_name DebugDecksList
|
class_name DebugDecksList
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends Control
|
extends Control
|
||||||
class_name DeckHolderRenderer
|
class_name DeckHolderRenderer
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends GraphNode
|
extends GraphNode
|
||||||
class_name DeckNodeRendererGraphNode
|
class_name DeckNodeRendererGraphNode
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends GraphEdit
|
extends GraphEdit
|
||||||
class_name DeckRendererGraphEdit
|
class_name DeckRendererGraphEdit
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends PanelContainer
|
extends PanelContainer
|
||||||
class_name LoggerRenderer
|
class_name LoggerRenderer
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends ConfirmationDialog
|
extends ConfirmationDialog
|
||||||
class_name OBSWebsocketSetupDialog
|
class_name OBSWebsocketSetupDialog
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends VBoxContainer
|
extends VBoxContainer
|
||||||
class_name TabContainerCustom
|
class_name TabContainerCustom
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends ConfirmationDialog
|
extends ConfirmationDialog
|
||||||
class_name TwitchSetupDialog
|
class_name TwitchSetupDialog
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2023-present Eroax
|
||||||
|
# (c) 2023-present Yagich
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
extends ConfirmationDialog
|
extends ConfirmationDialog
|
||||||
class_name UnsavedChangesDialogSingleDeck
|
class_name UnsavedChangesDialogSingleDeck
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue