From 7c6a3b1d3eefdd6e2155c95805ef8e9a070e9c89 Mon Sep 17 00:00:00 2001 From: shchmue Date: Wed, 15 Apr 2020 17:04:07 -0600 Subject: [PATCH] Update readme and copyrights --- README.md | 6 +++++- source/gfx/gfx.c | 2 +- source/keys/key_sources.inl | 2 +- source/keys/keys.h | 2 +- source/libs/fatfs/diskio.c | 2 +- source/rtc/max77620-rtc.c | 2 +- source/sec/se.c | 2 +- source/utils/sprintf.c | 2 +- source/utils/sprintf.h | 2 +- 9 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bd13c65..8365383 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,8 @@ Install [devkitARM](https://devkitpro.org/) and run `make`. Massive Thanks to CTCaer! = -This software is heavily based on [Hekate](https://github.com/CTCaer/hekate). Beyond that, CTCaer was exceptionally helpful in the development of this project, lending loads of advice, expertise, and humor. \ No newline at end of file +This software is heavily based on [Hekate](https://github.com/CTCaer/hekate). Beyond that, CTCaer was exceptionally helpful in the development of this project, lending loads of advice, expertise, and humor. + +License += +This project is under the GPLv2 license. The Save processing module is adapted from [hactool](https://github.com/SciresM/hactool) code under ISC. \ No newline at end of file diff --git a/source/gfx/gfx.c b/source/gfx/gfx.c index 0d1c891..6adb7be 100644 --- a/source/gfx/gfx.c +++ b/source/gfx/gfx.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2018 naehrwert * Copyright (C) 2018-2019 CTCaer - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * 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/source/keys/key_sources.inl b/source/keys/key_sources.inl index 5b0f6b7..dca7303 100644 --- a/source/keys/key_sources.inl +++ b/source/keys/key_sources.inl @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * 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/source/keys/keys.h b/source/keys/keys.h index 9be86dd..a0f7afd 100644 --- a/source/keys/keys.h +++ b/source/keys/keys.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * 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/source/libs/fatfs/diskio.c b/source/libs/fatfs/diskio.c index 0dea450..592d8f0 100644 --- a/source/libs/fatfs/diskio.c +++ b/source/libs/fatfs/diskio.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * 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/source/rtc/max77620-rtc.c b/source/rtc/max77620-rtc.c index 98243d2..d2a780a 100644 --- a/source/rtc/max77620-rtc.c +++ b/source/rtc/max77620-rtc.c @@ -2,7 +2,7 @@ * PMIC Real Time Clock driver for Nintendo Switch's MAX77620-RTC * * Copyright (c) 2018-2019 CTCaer - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * 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/source/sec/se.c b/source/sec/se.c index 7416d38..6eb4700 100644 --- a/source/sec/se.c +++ b/source/sec/se.c @@ -2,7 +2,7 @@ * Copyright (c) 2018 naehrwert * Copyright (c) 2018 CTCaer * Copyright (c) 2018 Atmosphère-NX - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * 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/source/utils/sprintf.c b/source/utils/sprintf.c index a310251..c27043c 100644 --- a/source/utils/sprintf.c +++ b/source/utils/sprintf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * 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/source/utils/sprintf.h b/source/utils/sprintf.h index 18c36b5..6094044 100644 --- a/source/utils/sprintf.h +++ b/source/utils/sprintf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 shchmue + * Copyright (c) 2019-2020 shchmue * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License,