From 88ab0496787429810e9e1125c974e23ccd95bc07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Wed, 17 Jan 2024 05:02:41 +0300 Subject: [PATCH] add empty script template with license header --- script_templates/Object/empty_template_with_license.gd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 script_templates/Object/empty_template_with_license.gd diff --git a/script_templates/Object/empty_template_with_license.gd b/script_templates/Object/empty_template_with_license.gd new file mode 100644 index 0000000..2d6dbe4 --- /dev/null +++ b/script_templates/Object/empty_template_with_license.gd @@ -0,0 +1,5 @@ +# meta-description: An empty template with StreamGraph license header. +# (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 _BASE_