diff --git a/include/colors.hpp b/include/colors.hpp index 6d8007ca7..e28e6fcdd 100644 --- a/include/colors.hpp +++ b/include/colors.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/download/download.hpp b/include/download/download.hpp index 77ff864be..5fed43027 100644 --- a/include/download/download.hpp +++ b/include/download/download.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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 @@ -29,7 +29,7 @@ #include "utils/common.hpp" #define APP_TITLE "Universal-Updater" -#define VERSION_STRING "2.0.0" +#define VERSION_STRING "2.2.0" enum DownloadError { DL_ERROR_NONE = 0, diff --git a/include/gui.hpp b/include/gui.hpp index a8b87d1c7..7f427a58b 100644 --- a/include/gui.hpp +++ b/include/gui.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/logging.hpp b/include/logging.hpp index f7f1b1860..cc0bda000 100644 --- a/include/logging.hpp +++ b/include/logging.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/credits.hpp b/include/screens/credits.hpp index 8d1512ac6..498c48995 100644 --- a/include/screens/credits.hpp +++ b/include/screens/credits.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/ftpScreen.hpp b/include/screens/ftpScreen.hpp index 2609ac89c..e3062c721 100644 --- a/include/screens/ftpScreen.hpp +++ b/include/screens/ftpScreen.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/mainMenu.hpp b/include/screens/mainMenu.hpp index 4cc962741..1b7c9ed53 100644 --- a/include/screens/mainMenu.hpp +++ b/include/screens/mainMenu.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/screen.hpp b/include/screens/screen.hpp index e16474d93..1c61364c7 100644 --- a/include/screens/screen.hpp +++ b/include/screens/screen.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/screenCommon.hpp b/include/screens/screenCommon.hpp index e7f0dec71..3ff6dad18 100644 --- a/include/screens/screenCommon.hpp +++ b/include/screens/screenCommon.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/scriptBrowse.hpp b/include/screens/scriptBrowse.hpp index 70dbf9928..984645a83 100644 --- a/include/screens/scriptBrowse.hpp +++ b/include/screens/scriptBrowse.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/scriptCreator.hpp b/include/screens/scriptCreator.hpp index 479dad1fc..44bd9add9 100644 --- a/include/screens/scriptCreator.hpp +++ b/include/screens/scriptCreator.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/scriptlist.hpp b/include/screens/scriptlist.hpp index 96e2409c1..fb590695d 100644 --- a/include/screens/scriptlist.hpp +++ b/include/screens/scriptlist.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/settings.hpp b/include/screens/settings.hpp index 5d686310e..80bd0f68c 100644 --- a/include/screens/settings.hpp +++ b/include/screens/settings.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/screens/unistore.hpp b/include/screens/unistore.hpp index e6fcc3e02..9b6c0c483 100644 --- a/include/screens/unistore.hpp +++ b/include/screens/unistore.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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 @@ -98,7 +98,6 @@ class UniStore : public screen }; std::vector GitHubPos = { - {30, 50, 260, 30, -1}, // Owner & Repo. {30, 130, 260, 30, -1}, // Filename. {135, 180, 50, 30, -1}, // OK. diff --git a/include/utils/common.hpp b/include/utils/common.hpp index bdd3cdacd..95406f6e6 100644 --- a/include/utils/common.hpp +++ b/include/utils/common.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/utils/config.hpp b/include/utils/config.hpp index cd7d52dbb..d8d27a70a 100644 --- a/include/utils/config.hpp +++ b/include/utils/config.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/utils/extract.hpp b/include/utils/extract.hpp index 6ed8166ac..6644a1358 100644 --- a/include/utils/extract.hpp +++ b/include/utils/extract.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/utils/formatting.hpp b/include/utils/formatting.hpp index 1b8c538cb..7078ad763 100644 --- a/include/utils/formatting.hpp +++ b/include/utils/formatting.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/utils/scriptHelper.hpp b/include/utils/scriptHelper.hpp index 22d9fd3c5..ae388b961 100644 --- a/include/utils/scriptHelper.hpp +++ b/include/utils/scriptHelper.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/include/utils/structs.hpp b/include/utils/structs.hpp index 7fa304a26..497265dd8 100644 --- a/include/utils/structs.hpp +++ b/include/utils/structs.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/colors.cpp b/source/colors.cpp index caef0eca8..6e1a6e7ac 100644 --- a/source/colors.cpp +++ b/source/colors.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/download/download.cpp b/source/download/download.cpp index 5a0138d65..5e1c0bbb2 100644 --- a/source/download/download.cpp +++ b/source/download/download.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/gui.cpp b/source/gui.cpp index c35464cce..6d13c4a64 100644 --- a/source/gui.cpp +++ b/source/gui.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/logging.cpp b/source/logging.cpp index e39d874f9..160962969 100644 --- a/source/logging.cpp +++ b/source/logging.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/main.cpp b/source/main.cpp index e62f33c05..af4fa6093 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/credits.cpp b/source/screens/credits.cpp index a51ff9935..2772774df 100644 --- a/source/screens/credits.cpp +++ b/source/screens/credits.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/ftpScreen.cpp b/source/screens/ftpScreen.cpp index 755cf244f..fe3305cc1 100644 --- a/source/screens/ftpScreen.cpp +++ b/source/screens/ftpScreen.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/mainMenu.cpp b/source/screens/mainMenu.cpp index cc3f88fc4..03f68db24 100644 --- a/source/screens/mainMenu.cpp +++ b/source/screens/mainMenu.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/screen.cpp b/source/screens/screen.cpp index 59d454203..e6ab77a2f 100644 --- a/source/screens/screen.cpp +++ b/source/screens/screen.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/scriptBrowse.cpp b/source/screens/scriptBrowse.cpp index 57f02de5c..e79dc84cc 100644 --- a/source/screens/scriptBrowse.cpp +++ b/source/screens/scriptBrowse.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/scriptCreator.cpp b/source/screens/scriptCreator.cpp index 43e641b21..02447ace2 100644 --- a/source/screens/scriptCreator.cpp +++ b/source/screens/scriptCreator.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/scriptlist.cpp b/source/screens/scriptlist.cpp index aea134c51..34ef9a6a4 100644 --- a/source/screens/scriptlist.cpp +++ b/source/screens/scriptlist.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/settings.cpp b/source/screens/settings.cpp index d7a0065f3..199ddd066 100644 --- a/source/screens/settings.cpp +++ b/source/screens/settings.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/screens/unistore.cpp b/source/screens/unistore.cpp index 4f20ef0ac..730afbfea 100644 --- a/source/screens/unistore.cpp +++ b/source/screens/unistore.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/utils/config.cpp b/source/utils/config.cpp index 5e0b02632..5f8e04bfc 100644 --- a/source/utils/config.cpp +++ b/source/utils/config.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/utils/extract.cpp b/source/utils/extract.cpp index 366053b2d..e88cb5606 100644 --- a/source/utils/extract.cpp +++ b/source/utils/extract.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/utils/formatting.cpp b/source/utils/formatting.cpp index 22c25a6f2..a81270e5a 100644 --- a/source/utils/formatting.cpp +++ b/source/utils/formatting.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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/source/utils/scriptHelper.cpp b/source/utils/scriptHelper.cpp index 0b2558f9a..873d64fff 100644 --- a/source/utils/scriptHelper.cpp +++ b/source/utils/scriptHelper.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Updater -* Copyright (C) 2019 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy +* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy * * 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