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
|
||||
class_name AboutDialog
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
[sub_resource type="SystemFont" id="SystemFont_ueb25"]
|
||||
font_names = PackedStringArray("Monospace")
|
||||
subpixel_positioning = 0
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_qamh4"]
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
class_name UnsavedChangesDialogSingleDeck
|
||||
|
||||
|
|
Loading…
Reference in a new issue