File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
2727 */
2828int 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> "
Original file line number Diff line number Diff line change 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 */
2323 * @return program status
2424 */
2525int 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.
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments