File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
* 2. Qualcomm patched kernel.
9
9
* 3. Image file kernel with efi stub.
10
10
*
11
- * Copyright (c) 2021-2024 The DuoWoa authors. All rights reserved.
11
+ * Copyright (c) 2021-2025 The DuoWoa authors. All rights reserved.
12
12
* MIT License
13
13
*
14
14
*/
27
27
*/
28
28
int main (int argc , char * argv []) {
29
29
// 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" );
32
32
if (argc != 6 ) {
33
33
// Print usage if arg numbers not meet.
34
34
printf ("Usage: <Kernel Image to Patch> <UEFI FD Image> <Patched Kernel Image Destination> "
Original file line number Diff line number Diff line change 8
8
* 2. Qualcomm patched kernel.
9
9
* 3. Image file kernel with efi stub.
10
10
*
11
- * Copyright (c) 2021-2024 The DuoWoa authors. All rights reserved.
11
+ * Copyright (c) 2021-2025 The DuoWoa authors. All rights reserved.
12
12
* MIT License
13
13
*
14
14
*/
23
23
* @return program status
24
24
*/
25
25
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" );
27
27
printf ("Copyright (c) 2021-2024 The DuoWoA authors\n\n" );
28
28
if (argc != 3 ) {
29
29
// Print usage if arg numbers not meet.
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
* DualBoot Kernel Patcher Header File.
3
3
*
4
- * Copyright (c) 2021-2024 The DuoWoa authors. All rights reserved.
4
+ * Copyright (c) 2021-2025 The DuoWoa authors. All rights reserved.
5
5
* MIT License
6
6
*
7
7
*/
You can’t perform that action at this time.
0 commit comments