Skip to content

Commit 6687bcc

Browse files
committed
updater name to project aloha.
1 parent 807d714 commit 6687bcc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

patcher.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* 2. Qualcomm patched kernel.
99
* 3. Image file kernel with efi stub.
1010
*
11-
* Copyright (c) 2021-2024 The DuoWoa authors. All rights reserved.
11+
* Copyright (c) 2021-2025 The DuoWoa authors. All rights reserved.
1212
* MIT License
1313
*
1414
*/
@@ -27,8 +27,8 @@
2727
*/
2828
int main(int argc, char *argv[]) {
2929
// Print hello message.
30-
printf("WOA-msmnile DualBoot Kernel Image Patcher v1.2.0.0\n");
31-
printf("Copyright (c) 2021-2024 The DuoWoA authors\n\n");
30+
printf("Project Aloha DualBoot Kernel Image Patcher v1.2.0.0\n");
31+
printf("Copyright (c) 2021-2025 The DuoWoA authors\n\n");
3232
if (argc != 6) {
3333
// Print usage if arg numbers not meet.
3434
printf("Usage: <Kernel Image to Patch> <UEFI FD Image> <Patched Kernel Image Destination> "

remover.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* 2. Qualcomm patched kernel.
99
* 3. Image file kernel with efi stub.
1010
*
11-
* Copyright (c) 2021-2024 The DuoWoa authors. All rights reserved.
11+
* Copyright (c) 2021-2025 The DuoWoa authors. All rights reserved.
1212
* MIT License
1313
*
1414
*/
@@ -23,7 +23,7 @@
2323
* @return program status
2424
*/
2525
int main(int argc, char *argv[]) {
26-
printf("WOA-msmnile DualBoot Patch Remover v1.2.0.0\n");
26+
printf("Project Aloha DualBoot Patch Remover v1.2.0.0\n");
2727
printf("Copyright (c) 2021-2024 The DuoWoA authors\n\n");
2828
if (argc != 3) {
2929
// Print usage if arg numbers not meet.

utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @file
22
* DualBoot Kernel Patcher Header File.
33
*
4-
* Copyright (c) 2021-2024 The DuoWoa authors. All rights reserved.
4+
* Copyright (c) 2021-2025 The DuoWoa authors. All rights reserved.
55
* MIT License
66
*
77
*/

0 commit comments

Comments
 (0)