From 9d50a13ef0327cedb80e1a591a4369cade3add5e Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Mon, 18 Jun 2018 09:00:53 +0300 Subject: [PATCH] Update GNU copyright for big changes Additionally change the readme --- README.md | 13 +++++++++---- ipl/btn.c | 1 + ipl/btn.h | 1 + ipl/di.c | 1 + ipl/di.h | 1 + ipl/di.inl | 1 + ipl/gfx.c | 1 + ipl/gfx.h | 1 + ipl/hos.c | 3 +++ ipl/main.c | 9 +++++++-- ipl/util.h | 1 + 11 files changed, 27 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 092fd52..e6520e8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# hekate +# hekate - CTCaer mod + +![Image of Hekate](https://i.imgur.com/O3REoy5.png) + + +The goddess that blesses your Nintendo Switch. -![Image of Hekate](https://upload.wikimedia.org/wikipedia/commons/f/fc/H%C3%A9cate_-_Mallarm%C3%A9.png) Nintendo Switch bootloader, firmware patcher, and more. -## ipl config +## IPL configuration The ipl can be configured via 'hekate_ipl.ini' (if it is present on the SD card). Each ini section represents a boot entry, except for the special section 'config' that controls the global configuration. @@ -23,7 +27,8 @@ The ipl can be configured via 'hekate_ipl.ini' (if it is present on the SD card) ``` -hekate (C) 2018 naehrwert, st4rk. +hekate (C) 2018 naehrwert, st4rk +Authored by: CTCaer. Thanks to: derrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8. Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute. diff --git a/ipl/btn.c b/ipl/btn.c index 78c70eb..525051a 100755 --- a/ipl/btn.c +++ b/ipl/btn.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/btn.h b/ipl/btn.h index 09ff329..5d3ddc5 100755 --- a/ipl/btn.h +++ b/ipl/btn.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/di.c b/ipl/di.c index c5383fa..f0bedc2 100755 --- a/ipl/di.c +++ b/ipl/di.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/di.h b/ipl/di.h index 373f5d4..e0c90cc 100755 --- a/ipl/di.h +++ b/ipl/di.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/di.inl b/ipl/di.inl index dc795fe..3fdf508 100755 --- a/ipl/di.inl +++ b/ipl/di.inl @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/gfx.c b/ipl/gfx.c index f718b5e..c04593c 100755 --- a/ipl/gfx.c +++ b/ipl/gfx.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/gfx.h b/ipl/gfx.h index 4e610fc..08a0906 100755 --- a/ipl/gfx.h +++ b/ipl/gfx.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/hos.c b/ipl/hos.c index 0cb8e09..fe255e9 100755 --- a/ipl/hos.c +++ b/ipl/hos.c @@ -1,5 +1,8 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (c) 2018 st4rk +* Copyright (c) 2018 Ced2911 +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/ipl/main.c b/ipl/main.c index 25f16fd..25db753 100755 --- a/ipl/main.c +++ b/ipl/main.c @@ -1,6 +1,10 @@ /* * Copyright (c) 2018 naehrwert * +* Copyright (c) 2018 Rajko Stojadinovic +* Copyright (c) 2018 CTCaer +* Copyright (c) 2018 Reisyukaku +* * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. @@ -1384,7 +1388,8 @@ void fix_sd_attr(){ void about() { static const char octopus[] = - "hekate (C) 2018 naehrwert, st4rk\n\n" + "hekate (C) 2018 naehrwert, st4rk\n" + "Authored by: CTCaer\n\n" "Thanks to: %kderrek, nedwill, plutoo, shuffle2, smea, thexyz, yellows8%k\n\n" "Greetings to: fincs, hexkyz, SciresM, Shiny Quagsire, WinterMute\n\n" "Open source and free packages used:\n" @@ -1495,7 +1500,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - ipl", 0, 0 + "hekate - CTCaer mod v_._", 0, 0 }; extern void pivot_stack(u32 stack_top); diff --git a/ipl/util.h b/ipl/util.h index 8377446..9a4344a 100755 --- a/ipl/util.h +++ b/ipl/util.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 naehrwert +* Copyright (C) 2018 CTCaer * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License,