From b9aa37bd475c730504f0d606c83db978d12aea1d Mon Sep 17 00:00:00 2001 From: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:24:15 +0200 Subject: [PATCH] refactor: Fix copyright headers --- NootedRed/Hotfixes/AGDP.cpp | 3 +++ NootedRed/PrivateHeaders/Hotfixes/AGDP.hpp | 3 +++ NootedRed/PrivateHeaders/NRedAttributes.hpp | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NootedRed/Hotfixes/AGDP.cpp b/NootedRed/Hotfixes/AGDP.cpp index d754d465..3df0679a 100644 --- a/NootedRed/Hotfixes/AGDP.cpp +++ b/NootedRed/Hotfixes/AGDP.cpp @@ -1,3 +1,6 @@ +// Copyright © 2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. +// See LICENSE for details. + #include #include #include diff --git a/NootedRed/PrivateHeaders/Hotfixes/AGDP.hpp b/NootedRed/PrivateHeaders/Hotfixes/AGDP.hpp index 0e392f9b..26495ff1 100644 --- a/NootedRed/PrivateHeaders/Hotfixes/AGDP.hpp +++ b/NootedRed/PrivateHeaders/Hotfixes/AGDP.hpp @@ -1,3 +1,6 @@ +// Copyright © 2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. +// See LICENSE for details. + #include namespace Hotfixes { diff --git a/NootedRed/PrivateHeaders/NRedAttributes.hpp b/NootedRed/PrivateHeaders/NRedAttributes.hpp index 2bfc6b1e..7c98fb20 100644 --- a/NootedRed/PrivateHeaders/NRedAttributes.hpp +++ b/NootedRed/PrivateHeaders/NRedAttributes.hpp @@ -1,4 +1,4 @@ -// Copyright © 2022-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. +// Copyright © 2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. // See LICENSE for details. #pragma once