Skip to content

Commit

Permalink
Update project identifier and README
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 13, 2024
1 parent 79cec03 commit 617dfa6
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions NootedRed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1530;
ORGANIZATIONNAME = ChefKissInc;
ORGANIZATIONNAME = ChefKiss;
TargetAttributes = {
1C748C261C21952C0024EED2 = {
CreatedOnToolsVersion = 7.2;
Expand Down Expand Up @@ -565,7 +565,7 @@
"$(PROJECT_DIR)/MacKernelSDK/Library/x86_64",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MODULE_NAME = com.ChefKissInc.NootedRed;
MODULE_NAME = org.ChefKiss.NootedRed;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.0;
Expand Down Expand Up @@ -620,7 +620,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MODULE_NAME = com.ChefKissInc.NootedRed;
MODULE_NAME = org.ChefKiss.NootedRed;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.0;
Expand Down Expand Up @@ -733,7 +733,7 @@
"$(PROJECT_DIR)/MacKernelSDK/Library/x86_64",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MODULE_NAME = com.ChefKissInc.NootedRed;
MODULE_NAME = org.ChefKiss.NootedRed;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.0;
Expand Down
2 changes: 1 addition & 1 deletion NootedRed/AMDCommon.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/ATOMBIOS.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/AppleGFXHDA.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5.
// See LICENSE for details.

#include "AppleGFXHDA.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootedRed/AppleGFXHDA.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/Firmware.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/HWLibs.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/HWLibs.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string>$(MODULE_VERSION)</string>
<key>IOKitPersonalities</key>
<dict>
<key>com.ChefKissInc.NootedRed</key>
<key>org.ChefKiss.NootedRed</key>
<dict>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
Expand All @@ -37,7 +37,7 @@
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5. See https://github.com/ChefKissInc/NootedRed/LICENSE for details.</string>
<string>Copyright © 2022-2024 ChefKiss. 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 NootedRed/Model.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/NRed.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5.
// See LICENSE for details.

#include "NRed.hpp"
Expand Down Expand Up @@ -34,7 +34,7 @@ static X6000 x6000;
static X5000 x5000;

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

lilu.onKextLoadForce(&kextAGDP);
Expand Down
2 changes: 1 addition & 1 deletion NootedRed/NRed.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/PatcherPlus.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/PatcherPlus.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/Plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5.
// See LICENSE for details.

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

#include "X5000.hpp"
Expand Down
2 changes: 1 addition & 1 deletion NootedRed/X5000.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/X6000.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/X6000.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/X6000FB.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. 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 NootedRed/X6000FB.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
// Copyright © 2022-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5.
// See LICENSE for details.

#pragma once
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# NootedRed ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ChefKissInc/NootedRed/main.yml?branch=master&logo=github&style=for-the-badge)

The AMD Vega iGPU support [Lilu](https://github.com/acidanthera/Lilu) (1.6.4+) plug-in.
The AMD Vega iGPU support kext.

The NootedRed project is Copyright © 2022-2024 ChefKiss. The NootedRed project is licensed under the `Thou Shalt Not Profit License version 1.5`. See `LICENSE`.

> [!IMPORTANT]
> The only official source for this kext is the releases of the `ChefKissInc/NootedRed` GitHub repository, provided entirely free of charge.
Expand All @@ -13,8 +15,6 @@ The AMD Vega iGPU support [Lilu](https://github.com/acidanthera/Lilu) (1.6.4+) p
>
> If you got the kext from an unofficial source and you suspect it is violating the license, please help take it down in order to retain our rights to the project.
The NootedRed project is licensed under the `Thou Shalt Not Profit License version 1.5`. See `LICENSE`.

> [!NOTE]
> This project is under active research and development; There will be crashes here and there, but is generally smooth.
>
Expand Down
2 changes: 1 addition & 1 deletion Scripts/GenerateFirmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

header = '''
//! Copyright © 2022-2024 ChefKiss Inc. Licensed under the Thou Shalt Not Profit License version 1.5.
//! Copyright © 2022-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5.
//! See LICENSE for details.
#include "Firmware.hpp"
Expand Down

0 comments on commit 617dfa6

Please sign in to comment.