From 85477d9c980fca309a6aeac52a43f3ba542f7be0 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 11 May 2024 16:53:10 +0200 Subject: [PATCH] Add missing copyright & license header --- src/loader.gd | 16 ++++++++++++++++ src/presenloader.gd | 16 ++++++++++++++++ src/userinterface.gd | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/src/loader.gd b/src/loader.gd index 5a70257..e16e2fb 100644 --- a/src/loader.gd +++ b/src/loader.gd @@ -1,3 +1,19 @@ +# PRESENCODE SOURCE FILE +# Copyright (c) 2024 JeremyStarTM & Contributors +# Licensed under the GNU Affero General Public License v3 +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . extends Node var core: Core diff --git a/src/presenloader.gd b/src/presenloader.gd index b99ee6d..5c5c0f2 100644 --- a/src/presenloader.gd +++ b/src/presenloader.gd @@ -1,3 +1,19 @@ +# PRESENCODE SOURCE FILE +# Copyright (c) 2024 JeremyStarTM & Contributors +# Licensed under the GNU Affero General Public License v3 +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . extends Node # Presencode version diff --git a/src/userinterface.gd b/src/userinterface.gd index db36306..5601e88 100644 --- a/src/userinterface.gd +++ b/src/userinterface.gd @@ -1,3 +1,19 @@ +# PRESENCODE SOURCE FILE +# Copyright (c) 2024 JeremyStarTM & Contributors +# Licensed under the GNU Affero General Public License v3 +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . extends NinePatchRect # CORE