Skip to content

Commit

Permalink
refactor: Fix copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Nov 7, 2024
1 parent b48a4da commit b9aa37b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NootedRed/Hotfixes/AGDP.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5.
// See LICENSE for details.

#include <Headers/kern_api.hpp>
#include <PrivateHeaders/Hotfixes/AGDP.hpp>
#include <PrivateHeaders/NRed.hpp>
Expand Down
3 changes: 3 additions & 0 deletions NootedRed/PrivateHeaders/Hotfixes/AGDP.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5.
// See LICENSE for details.

#include <Headers/kern_patcher.hpp>

namespace Hotfixes {
Expand Down
2 changes: 1 addition & 1 deletion NootedRed/PrivateHeaders/NRedAttributes.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b9aa37b

Please sign in to comment.