Skip to content

Commit

Permalink
Update copyright dates
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com>
  • Loading branch information
VisualEhrmanntraut committed Apr 21, 2024
1 parent aabec45 commit 4a7007a
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion NootRX/AMDCommon.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion NootRX/DYLDPatches.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#include "DYLDPatches.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootRX/DYLDPatches.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion NootRX/HWLibs.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#include "HWLibs.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootRX/HWLibs.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion NootRX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2023 ChefKiss Inc. All rights reserved.</string>
<string>Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5. See https://github.com/ChefKissInc/NootedRed/LICENSE for details.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0</string>
<key>OSBundleLibraries</key>
Expand Down
2 changes: 1 addition & 1 deletion NootRX/Model.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down
4 changes: 2 additions & 2 deletions NootRX/NootRX.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#include "NootRX.hpp"
Expand Down Expand Up @@ -27,7 +27,7 @@ static X6000 x6000;
static DYLDPatches dyldpatches;

void NootRXMain::init() {
SYSLOG("NootRX", "Copyright 2023 ChefKiss Inc. If you've paid for this, you've been scammed.");
SYSLOG("NootRX", "Copyright 2023-2024 ChefKiss Inc. If you've paid for this, you've been scammed.");
callback = this;

lilu.onKextLoadForce(&kextAGDP);
Expand Down
2 changes: 1 addition & 1 deletion NootRX/NootRX.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion NootRX/PatcherPlus.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#include "PatcherPlus.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootRX/PatcherPlus.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion NootRX/Plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#include "NootRX.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootRX/X6000.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#include "X6000.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootRX/X6000.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion NootRX/X6000FB.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#include "X6000FB.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootRX/X6000FB.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Copyright © 2023 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2023-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.

#pragma once
Expand Down

0 comments on commit 4a7007a

Please sign in to comment.