diff --git a/3ds/Makefile b/3ds/Makefile index e66d3e3..060bbe1 100644 --- a/3ds/Makefile +++ b/3ds/Makefile @@ -33,7 +33,7 @@ include $(DEVKITARM)/3ds_rules #--------------------------------------------------------------------------------- APP_TITLE := Checkpoint APP_DESCRIPTION := Fast and simple save manager -APP_AUTHOR := Bernardo Giordano +APP_AUTHOR := Bernardo Giordano, FlagBrew VERSION_MAJOR := 3 VERSION_MINOR := 6 diff --git a/3ds/include/KeyboardManager.hpp b/3ds/include/KeyboardManager.hpp index c18d431..c685b15 100644 --- a/3ds/include/KeyboardManager.hpp +++ b/3ds/include/KeyboardManager.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/archive.hpp b/3ds/include/archive.hpp index f9912ed..6a816e7 100644 --- a/3ds/include/archive.hpp +++ b/3ds/include/archive.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/clickable.hpp b/3ds/include/clickable.hpp index 2e61d6b..081d28a 100644 --- a/3ds/include/clickable.hpp +++ b/3ds/include/clickable.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/configuration.hpp b/3ds/include/configuration.hpp index 622b375..2c1b36e 100644 --- a/3ds/include/configuration.hpp +++ b/3ds/include/configuration.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/directory.hpp b/3ds/include/directory.hpp index 00e6cb2..2ebe45d 100644 --- a/3ds/include/directory.hpp +++ b/3ds/include/directory.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/fsstream.hpp b/3ds/include/fsstream.hpp index 76d3ef1..5205e88 100644 --- a/3ds/include/fsstream.hpp +++ b/3ds/include/fsstream.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/gui.hpp b/3ds/include/gui.hpp index 0e0ea10..a3fbbb4 100644 --- a/3ds/include/gui.hpp +++ b/3ds/include/gui.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/hid.hpp b/3ds/include/hid.hpp index 2309187..a93bc10 100644 --- a/3ds/include/hid.hpp +++ b/3ds/include/hid.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/info.hpp b/3ds/include/info.hpp index db8b55d..4aac247 100644 --- a/3ds/include/info.hpp +++ b/3ds/include/info.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/io.hpp b/3ds/include/io.hpp index 246e790..07404f3 100644 --- a/3ds/include/io.hpp +++ b/3ds/include/io.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/messagebox.hpp b/3ds/include/messagebox.hpp index b8e746b..2928391 100644 --- a/3ds/include/messagebox.hpp +++ b/3ds/include/messagebox.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/scrollable.hpp b/3ds/include/scrollable.hpp index 2da51bc..6ee5e13 100644 --- a/3ds/include/scrollable.hpp +++ b/3ds/include/scrollable.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/smdh.hpp b/3ds/include/smdh.hpp index ac8386d..7f89ac7 100644 --- a/3ds/include/smdh.hpp +++ b/3ds/include/smdh.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/spi.hpp b/3ds/include/spi.hpp index a500b84..14f018f 100644 --- a/3ds/include/spi.hpp +++ b/3ds/include/spi.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/thread.hpp b/3ds/include/thread.hpp index cfa62fd..ef22c35 100644 --- a/3ds/include/thread.hpp +++ b/3ds/include/thread.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/title.hpp b/3ds/include/title.hpp index c81dbbd..89878b8 100644 --- a/3ds/include/title.hpp +++ b/3ds/include/title.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/include/util.hpp b/3ds/include/util.hpp index 46b0075..8f9c4d9 100644 --- a/3ds/include/util.hpp +++ b/3ds/include/util.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/archive.cpp b/3ds/source/archive.cpp index 1f22740..e8e7998 100644 --- a/3ds/source/archive.cpp +++ b/3ds/source/archive.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/clickable.cpp b/3ds/source/clickable.cpp index 298fbe3..f03a40c 100644 --- a/3ds/source/clickable.cpp +++ b/3ds/source/clickable.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/configuration.cpp b/3ds/source/configuration.cpp index 8107e4c..0b0eb0b 100644 --- a/3ds/source/configuration.cpp +++ b/3ds/source/configuration.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/directory.cpp b/3ds/source/directory.cpp index 8ed921c..22614c2 100644 --- a/3ds/source/directory.cpp +++ b/3ds/source/directory.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/fsstream.cpp b/3ds/source/fsstream.cpp index 7187bf2..f5138b8 100644 --- a/3ds/source/fsstream.cpp +++ b/3ds/source/fsstream.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/gui.cpp b/3ds/source/gui.cpp index 07528eb..85547f9 100644 --- a/3ds/source/gui.cpp +++ b/3ds/source/gui.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/info.cpp b/3ds/source/info.cpp index e8f6a21..8379179 100644 --- a/3ds/source/info.cpp +++ b/3ds/source/info.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/io.cpp b/3ds/source/io.cpp index acaa66f..f86d906 100644 --- a/3ds/source/io.cpp +++ b/3ds/source/io.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/main.cpp b/3ds/source/main.cpp index 2420926..519142c 100644 --- a/3ds/source/main.cpp +++ b/3ds/source/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/messagebox.cpp b/3ds/source/messagebox.cpp index 9af33dd..7783d41 100644 --- a/3ds/source/messagebox.cpp +++ b/3ds/source/messagebox.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/scrollable.cpp b/3ds/source/scrollable.cpp index a56abed..da5cf3d 100644 --- a/3ds/source/scrollable.cpp +++ b/3ds/source/scrollable.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/smdh.cpp b/3ds/source/smdh.cpp index 739d698..8e49bd3 100644 --- a/3ds/source/smdh.cpp +++ b/3ds/source/smdh.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/spi.cpp b/3ds/source/spi.cpp index 8f3e16a..11cba38 100644 --- a/3ds/source/spi.cpp +++ b/3ds/source/spi.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/thread.cpp b/3ds/source/thread.cpp index dfb4d1b..f8e5624 100644 --- a/3ds/source/thread.cpp +++ b/3ds/source/thread.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/title.cpp b/3ds/source/title.cpp index 32f4206..712f521 100644 --- a/3ds/source/title.cpp +++ b/3ds/source/title.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/3ds/source/util.cpp b/3ds/source/util.cpp index 204eea5..c91f8ba 100644 --- a/3ds/source/util.cpp +++ b/3ds/source/util.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/common.cpp b/common/common.cpp index 3ccde09..fa07def 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/common.hpp b/common/common.hpp index c54ad3c..e244c21 100644 --- a/common/common.hpp +++ b/common/common.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/iclickable.hpp b/common/iclickable.hpp index 090c267..2f723b1 100644 --- a/common/iclickable.hpp +++ b/common/iclickable.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/ihid.cpp b/common/ihid.cpp index acc0557..c861b81 100644 --- a/common/ihid.cpp +++ b/common/ihid.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/ihid.hpp b/common/ihid.hpp index 5b8fc84..af65eb4 100644 --- a/common/ihid.hpp +++ b/common/ihid.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/ihidhorizontal.cpp b/common/ihidhorizontal.cpp index 3987c21..3ef3949 100644 --- a/common/ihidhorizontal.cpp +++ b/common/ihidhorizontal.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/ihidvertical.cpp b/common/ihidvertical.cpp index 83197b2..572a000 100644 --- a/common/ihidvertical.cpp +++ b/common/ihidvertical.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/iscrollable.hpp b/common/iscrollable.hpp index 7ad2e73..c4e8833 100644 --- a/common/iscrollable.hpp +++ b/common/iscrollable.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/Makefile b/switch/Makefile index 7a56b79..e4aebf8 100644 --- a/switch/Makefile +++ b/switch/Makefile @@ -35,7 +35,7 @@ VERSION_MINOR := 6 VERSION_MICRO := 0 APP_TITLE := Checkpoint -APP_AUTHOR := Bernardo Giordano +APP_AUTHOR := Bernardo Giordano, FlagBrew APP_VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO} TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) diff --git a/switch/include/KeyboardManager.hpp b/switch/include/KeyboardManager.hpp index aa43b71..db8ae3d 100644 --- a/switch/include/KeyboardManager.hpp +++ b/switch/include/KeyboardManager.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/account.hpp b/switch/include/account.hpp index aec8c09..f42d882 100644 --- a/switch/include/account.hpp +++ b/switch/include/account.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/clickable.hpp b/switch/include/clickable.hpp index 65b99f6..4bb033a 100644 --- a/switch/include/clickable.hpp +++ b/switch/include/clickable.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/colors.hpp b/switch/include/colors.hpp index 96adff4..994a0d3 100644 --- a/switch/include/colors.hpp +++ b/switch/include/colors.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/configuration.hpp b/switch/include/configuration.hpp index 1b665b6..b946a65 100644 --- a/switch/include/configuration.hpp +++ b/switch/include/configuration.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/directory.hpp b/switch/include/directory.hpp index 09697d5..87f36b4 100644 --- a/switch/include/directory.hpp +++ b/switch/include/directory.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/filesystem.hpp b/switch/include/filesystem.hpp index 394e733..549b4ef 100644 --- a/switch/include/filesystem.hpp +++ b/switch/include/filesystem.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/gui.hpp b/switch/include/gui.hpp index 3f592db..0b13aa2 100644 --- a/switch/include/gui.hpp +++ b/switch/include/gui.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/hid.hpp b/switch/include/hid.hpp index b205a59..544402a 100644 --- a/switch/include/hid.hpp +++ b/switch/include/hid.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/info.hpp b/switch/include/info.hpp index 2adb3cf..14ec55c 100644 --- a/switch/include/info.hpp +++ b/switch/include/info.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/io.hpp b/switch/include/io.hpp index 8019deb..84bafd7 100644 --- a/switch/include/io.hpp +++ b/switch/include/io.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/messagebox.hpp b/switch/include/messagebox.hpp index 684ec3f..8045dd7 100644 --- a/switch/include/messagebox.hpp +++ b/switch/include/messagebox.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/pksmbridge.hpp b/switch/include/pksmbridge.hpp index ca62c4c..8173dad 100644 --- a/switch/include/pksmbridge.hpp +++ b/switch/include/pksmbridge.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/scrollable.hpp b/switch/include/scrollable.hpp index c1b2ad7..dbe32fb 100644 --- a/switch/include/scrollable.hpp +++ b/switch/include/scrollable.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/thread.hpp b/switch/include/thread.hpp index 59f945a..1e78b89 100644 --- a/switch/include/thread.hpp +++ b/switch/include/thread.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/title.hpp b/switch/include/title.hpp index e3b6a7f..db8ed70 100644 --- a/switch/include/title.hpp +++ b/switch/include/title.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/include/util.hpp b/switch/include/util.hpp index 94a6fc3..08004a8 100644 --- a/switch/include/util.hpp +++ b/switch/include/util.hpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/KeyboardManager.cpp b/switch/source/KeyboardManager.cpp index d2ba45b..805a89c 100644 --- a/switch/source/KeyboardManager.cpp +++ b/switch/source/KeyboardManager.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/account.cpp b/switch/source/account.cpp index f66fb32..650b6f7 100644 --- a/switch/source/account.cpp +++ b/switch/source/account.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/clickable.cpp b/switch/source/clickable.cpp index 3d9e21c..92b0f96 100644 --- a/switch/source/clickable.cpp +++ b/switch/source/clickable.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/colors.cpp b/switch/source/colors.cpp index caaabfc..c8accf4 100644 --- a/switch/source/colors.cpp +++ b/switch/source/colors.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/configuration.cpp b/switch/source/configuration.cpp index 42bf992..d89236b 100644 --- a/switch/source/configuration.cpp +++ b/switch/source/configuration.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/directory.cpp b/switch/source/directory.cpp index 94f20b7..f504901 100644 --- a/switch/source/directory.cpp +++ b/switch/source/directory.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/filesystem.cpp b/switch/source/filesystem.cpp index ea33180..513a1cb 100644 --- a/switch/source/filesystem.cpp +++ b/switch/source/filesystem.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/gui.cpp b/switch/source/gui.cpp index b7f668a..87d7d5e 100644 --- a/switch/source/gui.cpp +++ b/switch/source/gui.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/info.cpp b/switch/source/info.cpp index e9041f7..4a72f1f 100644 --- a/switch/source/info.cpp +++ b/switch/source/info.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/io.cpp b/switch/source/io.cpp index 74d6fa4..6d4a538 100644 --- a/switch/source/io.cpp +++ b/switch/source/io.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/main.cpp b/switch/source/main.cpp index 05f84f3..71be835 100644 --- a/switch/source/main.cpp +++ b/switch/source/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/messagebox.cpp b/switch/source/messagebox.cpp index 443ef10..2c700c6 100644 --- a/switch/source/messagebox.cpp +++ b/switch/source/messagebox.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/pksmbridge.cpp b/switch/source/pksmbridge.cpp index 71e8acc..59e4479 100644 --- a/switch/source/pksmbridge.cpp +++ b/switch/source/pksmbridge.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/scrollable.cpp b/switch/source/scrollable.cpp index 411d0a8..8d63c5a 100644 --- a/switch/source/scrollable.cpp +++ b/switch/source/scrollable.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/thread.cpp b/switch/source/thread.cpp index 87029ae..9b5e791 100644 --- a/switch/source/thread.cpp +++ b/switch/source/thread.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/title.cpp b/switch/source/title.cpp index 1490661..f1ca27e 100644 --- a/switch/source/title.cpp +++ b/switch/source/title.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/switch/source/util.cpp b/switch/source/util.cpp index 5e36905..90ab12f 100644 --- a/switch/source/util.cpp +++ b/switch/source/util.cpp @@ -1,6 +1,6 @@ /* * This file is part of Checkpoint -* Copyright (C) 2017-2018 Bernardo Giordano +* Copyright (C) 2017-2019 Bernardo Giordano, FlagBrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by