From 99f4015cebff5ed3edab909c8ae31b039b3f0bcf Mon Sep 17 00:00:00 2001 From: Admiral-Fish Date: Sun, 3 Mar 2024 15:07:21 -0700 Subject: [PATCH] Update year --- Source/Core/Gen6/EventSearcher6.cpp | 2 +- Source/Core/Gen6/EventSearcher6.hpp | 2 +- Source/Core/Gen6/Profile6.cpp | 2 +- Source/Core/Gen6/Profile6.hpp | 2 +- Source/Core/Gen6/StationarySearcher6.cpp | 2 +- Source/Core/Gen6/StationarySearcher6.hpp | 2 +- Source/Core/Gen7/EventSearcher7.cpp | 2 +- Source/Core/Gen7/EventSearcher7.hpp | 2 +- Source/Core/Gen7/IDSearcher7.cpp | 2 +- Source/Core/Gen7/IDSearcher7.hpp | 2 +- Source/Core/Gen7/Profile7.cpp | 2 +- Source/Core/Gen7/Profile7.hpp | 2 +- Source/Core/Gen7/ProfileSearcher7.cpp | 2 +- Source/Core/Gen7/ProfileSearcher7.hpp | 2 +- Source/Core/Gen7/StationarySearcher7.cpp | 2 +- Source/Core/Gen7/StationarySearcher7.hpp | 2 +- Source/Core/Gen7/WildSearcher7.cpp | 2 +- Source/Core/Gen7/WildSearcher7.hpp | 2 +- Source/Core/Parents/EventFilter.cpp | 2 +- Source/Core/Parents/EventFilter.hpp | 2 +- Source/Core/Parents/EventResult.hpp | 2 +- Source/Core/Parents/IDFilter.cpp | 2 +- Source/Core/Parents/IDFilter.hpp | 2 +- Source/Core/Parents/IDResult.cpp | 2 +- Source/Core/Parents/IDResult.hpp | 2 +- Source/Core/Parents/Profile.cpp | 2 +- Source/Core/Parents/Profile.hpp | 2 +- Source/Core/Parents/ProfileLoader.cpp | 2 +- Source/Core/Parents/ProfileLoader.hpp | 2 +- Source/Core/Parents/Result.cpp | 2 +- Source/Core/Parents/Result.hpp | 2 +- Source/Core/Parents/ResultFilter.hpp | 2 +- Source/Core/Parents/StationaryFilter.cpp | 2 +- Source/Core/Parents/StationaryFilter.hpp | 2 +- Source/Core/Parents/StationaryResult.hpp | 2 +- Source/Core/Parents/WildFilter.cpp | 2 +- Source/Core/Parents/WildFilter.hpp | 2 +- Source/Core/Parents/WildResult.hpp | 2 +- Source/Core/RNG/MT.cpp | 2 +- Source/Core/RNG/MT.hpp | 2 +- Source/Core/RNG/RNGList.hpp | 2 +- Source/Core/RNG/SFMT.cpp | 2 +- Source/Core/RNG/SFMT.hpp | 2 +- Source/Core/RNG/SHA256.cpp | 2 +- Source/Core/RNG/SHA256.hpp | 2 +- Source/Core/RNG/SIMD.hpp | 2 +- Source/Core/Util/DateTime.cpp | 2 +- Source/Core/Util/DateTime.hpp | 2 +- Source/Core/Util/Game.hpp | 2 +- Source/Core/Util/Global.hpp | 2 +- Source/Core/Util/IDType.hpp | 2 +- Source/Core/Util/PIDType.hpp | 2 +- Source/Core/Util/Utility.cpp | 2 +- Source/Core/Util/Utility.hpp | 2 +- Source/Core/Util/WildType.hpp | 2 +- Source/Forms/Controls/CheckList.cpp | 2 +- Source/Forms/Controls/CheckList.hpp | 2 +- Source/Forms/Controls/ComboBox.cpp | 2 +- Source/Forms/Controls/ComboBox.hpp | 2 +- Source/Forms/Controls/Controls.hpp | 4 ++-- Source/Forms/Controls/DateTimeEdit.cpp | 2 +- Source/Forms/Controls/DateTimeEdit.hpp | 2 +- Source/Forms/Controls/Filter.cpp | 2 +- Source/Forms/Controls/Filter.hpp | 2 +- Source/Forms/Controls/IVFilter.cpp | 2 +- Source/Forms/Controls/IVFilter.hpp | 2 +- Source/Forms/Controls/Label.cpp | 2 +- Source/Forms/Controls/Label.hpp | 2 +- Source/Forms/Controls/TableView.cpp | 2 +- Source/Forms/Controls/TableView.hpp | 2 +- Source/Forms/Controls/TextBox.cpp | 2 +- Source/Forms/Controls/TextBox.hpp | 2 +- Source/Forms/Gen6/Event6.cpp | 2 +- Source/Forms/Gen6/Event6.hpp | 2 +- Source/Forms/Gen6/ProfileEditor6.cpp | 2 +- Source/Forms/Gen6/ProfileEditor6.hpp | 2 +- Source/Forms/Gen6/ProfileManager6.cpp | 2 +- Source/Forms/Gen6/ProfileManager6.hpp | 2 +- Source/Forms/Gen6/Stationary6.cpp | 2 +- Source/Forms/Gen6/Stationary6.hpp | 2 +- Source/Forms/Gen7/Event7.cpp | 2 +- Source/Forms/Gen7/Event7.hpp | 2 +- Source/Forms/Gen7/ID7.cpp | 2 +- Source/Forms/Gen7/ID7.hpp | 2 +- Source/Forms/Gen7/ProfileCalibrater7.cpp | 2 +- Source/Forms/Gen7/ProfileCalibrater7.hpp | 2 +- Source/Forms/Gen7/ProfileEditor7.cpp | 2 +- Source/Forms/Gen7/ProfileEditor7.hpp | 2 +- Source/Forms/Gen7/ProfileManager7.cpp | 2 +- Source/Forms/Gen7/ProfileManager7.hpp | 2 +- Source/Forms/Gen7/Stationary7.cpp | 2 +- Source/Forms/Gen7/Stationary7.hpp | 2 +- Source/Forms/Gen7/Wild7.cpp | 2 +- Source/Forms/Gen7/Wild7.hpp | 2 +- Source/Forms/MainWindow.cpp | 2 +- Source/Forms/MainWindow.hpp | 2 +- Source/Forms/Models/EventModel.cpp | 2 +- Source/Forms/Models/EventModel.hpp | 2 +- Source/Forms/Models/IDModel.cpp | 2 +- Source/Forms/Models/IDModel.hpp | 2 +- Source/Forms/Models/ProfileModel6.cpp | 2 +- Source/Forms/Models/ProfileModel6.hpp | 2 +- Source/Forms/Models/ProfileModel7.cpp | 2 +- Source/Forms/Models/ProfileModel7.hpp | 2 +- Source/Forms/Models/StationaryModel.cpp | 2 +- Source/Forms/Models/StationaryModel.hpp | 2 +- Source/Forms/Models/TableModel.hpp | 2 +- Source/Forms/Models/WildModel.cpp | 2 +- Source/Forms/Models/WildModel.hpp | 2 +- Source/Forms/main.cpp | 2 +- 110 files changed, 111 insertions(+), 111 deletions(-) diff --git a/Source/Core/Gen6/EventSearcher6.cpp b/Source/Core/Gen6/EventSearcher6.cpp index dfb6372..54fc450 100644 --- a/Source/Core/Gen6/EventSearcher6.cpp +++ b/Source/Core/Gen6/EventSearcher6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen6/EventSearcher6.hpp b/Source/Core/Gen6/EventSearcher6.hpp index e0e221c..4465ce3 100644 --- a/Source/Core/Gen6/EventSearcher6.hpp +++ b/Source/Core/Gen6/EventSearcher6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen6/Profile6.cpp b/Source/Core/Gen6/Profile6.cpp index adfa357..5e8eab3 100644 --- a/Source/Core/Gen6/Profile6.cpp +++ b/Source/Core/Gen6/Profile6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen6/Profile6.hpp b/Source/Core/Gen6/Profile6.hpp index 517c579..c6b5a91 100644 --- a/Source/Core/Gen6/Profile6.hpp +++ b/Source/Core/Gen6/Profile6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen6/StationarySearcher6.cpp b/Source/Core/Gen6/StationarySearcher6.cpp index ee55ba8..64c3ec6 100644 --- a/Source/Core/Gen6/StationarySearcher6.cpp +++ b/Source/Core/Gen6/StationarySearcher6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen6/StationarySearcher6.hpp b/Source/Core/Gen6/StationarySearcher6.hpp index e58e6e9..e52f475 100644 --- a/Source/Core/Gen6/StationarySearcher6.hpp +++ b/Source/Core/Gen6/StationarySearcher6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/EventSearcher7.cpp b/Source/Core/Gen7/EventSearcher7.cpp index ca687df..c5e05b2 100644 --- a/Source/Core/Gen7/EventSearcher7.cpp +++ b/Source/Core/Gen7/EventSearcher7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/EventSearcher7.hpp b/Source/Core/Gen7/EventSearcher7.hpp index f99fd95..f6a6041 100644 --- a/Source/Core/Gen7/EventSearcher7.hpp +++ b/Source/Core/Gen7/EventSearcher7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/IDSearcher7.cpp b/Source/Core/Gen7/IDSearcher7.cpp index 60ebe59..7391e0c 100644 --- a/Source/Core/Gen7/IDSearcher7.cpp +++ b/Source/Core/Gen7/IDSearcher7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/IDSearcher7.hpp b/Source/Core/Gen7/IDSearcher7.hpp index 99f8745..c432237 100644 --- a/Source/Core/Gen7/IDSearcher7.hpp +++ b/Source/Core/Gen7/IDSearcher7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/Profile7.cpp b/Source/Core/Gen7/Profile7.cpp index 45d4121..685ce14 100644 --- a/Source/Core/Gen7/Profile7.cpp +++ b/Source/Core/Gen7/Profile7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/Profile7.hpp b/Source/Core/Gen7/Profile7.hpp index 4c99ac8..26b88b6 100644 --- a/Source/Core/Gen7/Profile7.hpp +++ b/Source/Core/Gen7/Profile7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/ProfileSearcher7.cpp b/Source/Core/Gen7/ProfileSearcher7.cpp index 93a65b3..c335c30 100644 --- a/Source/Core/Gen7/ProfileSearcher7.cpp +++ b/Source/Core/Gen7/ProfileSearcher7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/ProfileSearcher7.hpp b/Source/Core/Gen7/ProfileSearcher7.hpp index 527f49f..f9b2f27 100644 --- a/Source/Core/Gen7/ProfileSearcher7.hpp +++ b/Source/Core/Gen7/ProfileSearcher7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/StationarySearcher7.cpp b/Source/Core/Gen7/StationarySearcher7.cpp index 02709b4..7c70581 100644 --- a/Source/Core/Gen7/StationarySearcher7.cpp +++ b/Source/Core/Gen7/StationarySearcher7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/StationarySearcher7.hpp b/Source/Core/Gen7/StationarySearcher7.hpp index 4906b34..a6688e2 100644 --- a/Source/Core/Gen7/StationarySearcher7.hpp +++ b/Source/Core/Gen7/StationarySearcher7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/WildSearcher7.cpp b/Source/Core/Gen7/WildSearcher7.cpp index 750d66d..51e4d69 100644 --- a/Source/Core/Gen7/WildSearcher7.cpp +++ b/Source/Core/Gen7/WildSearcher7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Gen7/WildSearcher7.hpp b/Source/Core/Gen7/WildSearcher7.hpp index 900c92f..0c42ee6 100644 --- a/Source/Core/Gen7/WildSearcher7.hpp +++ b/Source/Core/Gen7/WildSearcher7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/EventFilter.cpp b/Source/Core/Parents/EventFilter.cpp index a25258c..c7d8e0d 100644 --- a/Source/Core/Parents/EventFilter.cpp +++ b/Source/Core/Parents/EventFilter.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/EventFilter.hpp b/Source/Core/Parents/EventFilter.hpp index 6992252..6aa1c3e 100644 --- a/Source/Core/Parents/EventFilter.hpp +++ b/Source/Core/Parents/EventFilter.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/EventResult.hpp b/Source/Core/Parents/EventResult.hpp index cdbac7b..8010dc7 100644 --- a/Source/Core/Parents/EventResult.hpp +++ b/Source/Core/Parents/EventResult.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/IDFilter.cpp b/Source/Core/Parents/IDFilter.cpp index 255a55c..2f52e2d 100644 --- a/Source/Core/Parents/IDFilter.cpp +++ b/Source/Core/Parents/IDFilter.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/IDFilter.hpp b/Source/Core/Parents/IDFilter.hpp index 8a22cb1..fcf7ef3 100644 --- a/Source/Core/Parents/IDFilter.hpp +++ b/Source/Core/Parents/IDFilter.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/IDResult.cpp b/Source/Core/Parents/IDResult.cpp index 4e8443b..ff01d29 100644 --- a/Source/Core/Parents/IDResult.cpp +++ b/Source/Core/Parents/IDResult.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/IDResult.hpp b/Source/Core/Parents/IDResult.hpp index d6f7b00..fffad4e 100644 --- a/Source/Core/Parents/IDResult.hpp +++ b/Source/Core/Parents/IDResult.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/Profile.cpp b/Source/Core/Parents/Profile.cpp index c3705e2..a2ffb08 100644 --- a/Source/Core/Parents/Profile.cpp +++ b/Source/Core/Parents/Profile.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/Profile.hpp b/Source/Core/Parents/Profile.hpp index 813e1bb..de9fa0f 100644 --- a/Source/Core/Parents/Profile.hpp +++ b/Source/Core/Parents/Profile.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/ProfileLoader.cpp b/Source/Core/Parents/ProfileLoader.cpp index bb5a3d7..31f4831 100644 --- a/Source/Core/Parents/ProfileLoader.cpp +++ b/Source/Core/Parents/ProfileLoader.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/ProfileLoader.hpp b/Source/Core/Parents/ProfileLoader.hpp index 06d149b..8d481fa 100644 --- a/Source/Core/Parents/ProfileLoader.hpp +++ b/Source/Core/Parents/ProfileLoader.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/Result.cpp b/Source/Core/Parents/Result.cpp index d99d648..5fd8abe 100644 --- a/Source/Core/Parents/Result.cpp +++ b/Source/Core/Parents/Result.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/Result.hpp b/Source/Core/Parents/Result.hpp index 3f3ac65..b3e671d 100644 --- a/Source/Core/Parents/Result.hpp +++ b/Source/Core/Parents/Result.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/ResultFilter.hpp b/Source/Core/Parents/ResultFilter.hpp index af17790..83a37d6 100644 --- a/Source/Core/Parents/ResultFilter.hpp +++ b/Source/Core/Parents/ResultFilter.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/StationaryFilter.cpp b/Source/Core/Parents/StationaryFilter.cpp index f02e23d..1f32377 100644 --- a/Source/Core/Parents/StationaryFilter.cpp +++ b/Source/Core/Parents/StationaryFilter.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/StationaryFilter.hpp b/Source/Core/Parents/StationaryFilter.hpp index c3cdbc2..f324fc8 100644 --- a/Source/Core/Parents/StationaryFilter.hpp +++ b/Source/Core/Parents/StationaryFilter.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/StationaryResult.hpp b/Source/Core/Parents/StationaryResult.hpp index aed05c8..8de95ab 100644 --- a/Source/Core/Parents/StationaryResult.hpp +++ b/Source/Core/Parents/StationaryResult.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/WildFilter.cpp b/Source/Core/Parents/WildFilter.cpp index 9668f89..81dc051 100644 --- a/Source/Core/Parents/WildFilter.cpp +++ b/Source/Core/Parents/WildFilter.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/WildFilter.hpp b/Source/Core/Parents/WildFilter.hpp index 30aed6b..ec031d1 100644 --- a/Source/Core/Parents/WildFilter.hpp +++ b/Source/Core/Parents/WildFilter.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Parents/WildResult.hpp b/Source/Core/Parents/WildResult.hpp index 714fc57..92a1db5 100644 --- a/Source/Core/Parents/WildResult.hpp +++ b/Source/Core/Parents/WildResult.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/MT.cpp b/Source/Core/RNG/MT.cpp index b6d59da..167685d 100644 --- a/Source/Core/RNG/MT.cpp +++ b/Source/Core/RNG/MT.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/MT.hpp b/Source/Core/RNG/MT.hpp index c12a4c7..3393197 100644 --- a/Source/Core/RNG/MT.hpp +++ b/Source/Core/RNG/MT.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/RNGList.hpp b/Source/Core/RNG/RNGList.hpp index a8f2c89..e65d198 100644 --- a/Source/Core/RNG/RNGList.hpp +++ b/Source/Core/RNG/RNGList.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/SFMT.cpp b/Source/Core/RNG/SFMT.cpp index de2d465..44c0cd0 100644 --- a/Source/Core/RNG/SFMT.cpp +++ b/Source/Core/RNG/SFMT.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/SFMT.hpp b/Source/Core/RNG/SFMT.hpp index 05be5dc..47a80e6 100644 --- a/Source/Core/RNG/SFMT.hpp +++ b/Source/Core/RNG/SFMT.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/SHA256.cpp b/Source/Core/RNG/SHA256.cpp index a6c8747..21c17c3 100644 --- a/Source/Core/RNG/SHA256.cpp +++ b/Source/Core/RNG/SHA256.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/SHA256.hpp b/Source/Core/RNG/SHA256.hpp index bbd3f81..18e4aa6 100644 --- a/Source/Core/RNG/SHA256.hpp +++ b/Source/Core/RNG/SHA256.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/RNG/SIMD.hpp b/Source/Core/RNG/SIMD.hpp index 28ef2d7..5f96060 100644 --- a/Source/Core/RNG/SIMD.hpp +++ b/Source/Core/RNG/SIMD.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/DateTime.cpp b/Source/Core/Util/DateTime.cpp index 22419ba..84ec057 100644 --- a/Source/Core/Util/DateTime.cpp +++ b/Source/Core/Util/DateTime.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/DateTime.hpp b/Source/Core/Util/DateTime.hpp index fa5bb51..f4b10cb 100644 --- a/Source/Core/Util/DateTime.hpp +++ b/Source/Core/Util/DateTime.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/Game.hpp b/Source/Core/Util/Game.hpp index ebace00..2e4ad02 100644 --- a/Source/Core/Util/Game.hpp +++ b/Source/Core/Util/Game.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/Global.hpp b/Source/Core/Util/Global.hpp index 0683b4a..b26f55f 100644 --- a/Source/Core/Util/Global.hpp +++ b/Source/Core/Util/Global.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/IDType.hpp b/Source/Core/Util/IDType.hpp index b744b67..84880b5 100644 --- a/Source/Core/Util/IDType.hpp +++ b/Source/Core/Util/IDType.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/PIDType.hpp b/Source/Core/Util/PIDType.hpp index 792ee1b..8167710 100644 --- a/Source/Core/Util/PIDType.hpp +++ b/Source/Core/Util/PIDType.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/Utility.cpp b/Source/Core/Util/Utility.cpp index d154fa5..0e2527c 100644 --- a/Source/Core/Util/Utility.cpp +++ b/Source/Core/Util/Utility.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/Utility.hpp b/Source/Core/Util/Utility.hpp index d04ad5e..e4ddb03 100644 --- a/Source/Core/Util/Utility.hpp +++ b/Source/Core/Util/Utility.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Core/Util/WildType.hpp b/Source/Core/Util/WildType.hpp index 20367a0..65b2db4 100644 --- a/Source/Core/Util/WildType.hpp +++ b/Source/Core/Util/WildType.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/CheckList.cpp b/Source/Forms/Controls/CheckList.cpp index f00d6e5..d74a1c0 100644 --- a/Source/Forms/Controls/CheckList.cpp +++ b/Source/Forms/Controls/CheckList.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/CheckList.hpp b/Source/Forms/Controls/CheckList.hpp index 6f3d51e..691a7dc 100644 --- a/Source/Forms/Controls/CheckList.hpp +++ b/Source/Forms/Controls/CheckList.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/ComboBox.cpp b/Source/Forms/Controls/ComboBox.cpp index 219e095..3803aa6 100644 --- a/Source/Forms/Controls/ComboBox.cpp +++ b/Source/Forms/Controls/ComboBox.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/ComboBox.hpp b/Source/Forms/Controls/ComboBox.hpp index d6e895e..e7fcba5 100644 --- a/Source/Forms/Controls/ComboBox.hpp +++ b/Source/Forms/Controls/ComboBox.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/Controls.hpp b/Source/Forms/Controls/Controls.hpp index 2436642..0aaafaa 100644 --- a/Source/Forms/Controls/Controls.hpp +++ b/Source/Forms/Controls/Controls.hpp @@ -1,6 +1,6 @@ /* - * This file is part of PokéFinder - * Copyright (C) 2017-2022 by Admiral_Fish, bumba, and EzPzStreamz + * This file is part of 3DSTimeFinder + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/DateTimeEdit.cpp b/Source/Forms/Controls/DateTimeEdit.cpp index 166fda7..fb485d2 100644 --- a/Source/Forms/Controls/DateTimeEdit.cpp +++ b/Source/Forms/Controls/DateTimeEdit.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/DateTimeEdit.hpp b/Source/Forms/Controls/DateTimeEdit.hpp index f5a0660..ef85e18 100644 --- a/Source/Forms/Controls/DateTimeEdit.hpp +++ b/Source/Forms/Controls/DateTimeEdit.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/Filter.cpp b/Source/Forms/Controls/Filter.cpp index 3d7178d..669b849 100644 --- a/Source/Forms/Controls/Filter.cpp +++ b/Source/Forms/Controls/Filter.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/Filter.hpp b/Source/Forms/Controls/Filter.hpp index 0b01d8b..61b7595 100644 --- a/Source/Forms/Controls/Filter.hpp +++ b/Source/Forms/Controls/Filter.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/IVFilter.cpp b/Source/Forms/Controls/IVFilter.cpp index 73c84b5..f13f4f7 100644 --- a/Source/Forms/Controls/IVFilter.cpp +++ b/Source/Forms/Controls/IVFilter.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/IVFilter.hpp b/Source/Forms/Controls/IVFilter.hpp index 7e3d495..d921a35 100644 --- a/Source/Forms/Controls/IVFilter.hpp +++ b/Source/Forms/Controls/IVFilter.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/Label.cpp b/Source/Forms/Controls/Label.cpp index 353819a..d19abee 100644 --- a/Source/Forms/Controls/Label.cpp +++ b/Source/Forms/Controls/Label.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/Label.hpp b/Source/Forms/Controls/Label.hpp index 70333b2..16e6e9c 100644 --- a/Source/Forms/Controls/Label.hpp +++ b/Source/Forms/Controls/Label.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/TableView.cpp b/Source/Forms/Controls/TableView.cpp index 879eaf7..e2f5f05 100644 --- a/Source/Forms/Controls/TableView.cpp +++ b/Source/Forms/Controls/TableView.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/TableView.hpp b/Source/Forms/Controls/TableView.hpp index 53e77bc..ae15215 100644 --- a/Source/Forms/Controls/TableView.hpp +++ b/Source/Forms/Controls/TableView.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/TextBox.cpp b/Source/Forms/Controls/TextBox.cpp index e5ffde3..5d8e3e0 100644 --- a/Source/Forms/Controls/TextBox.cpp +++ b/Source/Forms/Controls/TextBox.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Controls/TextBox.hpp b/Source/Forms/Controls/TextBox.hpp index 4a497be..a386a6d 100644 --- a/Source/Forms/Controls/TextBox.hpp +++ b/Source/Forms/Controls/TextBox.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/Event6.cpp b/Source/Forms/Gen6/Event6.cpp index 87f8200..eb8d369 100644 --- a/Source/Forms/Gen6/Event6.cpp +++ b/Source/Forms/Gen6/Event6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/Event6.hpp b/Source/Forms/Gen6/Event6.hpp index 13e98e3..b58af43 100644 --- a/Source/Forms/Gen6/Event6.hpp +++ b/Source/Forms/Gen6/Event6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/ProfileEditor6.cpp b/Source/Forms/Gen6/ProfileEditor6.cpp index eea5401..75d0746 100644 --- a/Source/Forms/Gen6/ProfileEditor6.cpp +++ b/Source/Forms/Gen6/ProfileEditor6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/ProfileEditor6.hpp b/Source/Forms/Gen6/ProfileEditor6.hpp index c475820..1bb7089 100644 --- a/Source/Forms/Gen6/ProfileEditor6.hpp +++ b/Source/Forms/Gen6/ProfileEditor6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/ProfileManager6.cpp b/Source/Forms/Gen6/ProfileManager6.cpp index 7968ecb..6030c04 100644 --- a/Source/Forms/Gen6/ProfileManager6.cpp +++ b/Source/Forms/Gen6/ProfileManager6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/ProfileManager6.hpp b/Source/Forms/Gen6/ProfileManager6.hpp index 4b124bf..085a26e 100644 --- a/Source/Forms/Gen6/ProfileManager6.hpp +++ b/Source/Forms/Gen6/ProfileManager6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/Stationary6.cpp b/Source/Forms/Gen6/Stationary6.cpp index 17a6454..41fd18f 100644 --- a/Source/Forms/Gen6/Stationary6.cpp +++ b/Source/Forms/Gen6/Stationary6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen6/Stationary6.hpp b/Source/Forms/Gen6/Stationary6.hpp index affda4a..d25bcd9 100644 --- a/Source/Forms/Gen6/Stationary6.hpp +++ b/Source/Forms/Gen6/Stationary6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/Event7.cpp b/Source/Forms/Gen7/Event7.cpp index 09f68a7..071fed1 100644 --- a/Source/Forms/Gen7/Event7.cpp +++ b/Source/Forms/Gen7/Event7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/Event7.hpp b/Source/Forms/Gen7/Event7.hpp index d3ce103..816165c 100644 --- a/Source/Forms/Gen7/Event7.hpp +++ b/Source/Forms/Gen7/Event7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ID7.cpp b/Source/Forms/Gen7/ID7.cpp index 8e617d8..f2e88c2 100644 --- a/Source/Forms/Gen7/ID7.cpp +++ b/Source/Forms/Gen7/ID7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ID7.hpp b/Source/Forms/Gen7/ID7.hpp index 413ba97..78adca9 100644 --- a/Source/Forms/Gen7/ID7.hpp +++ b/Source/Forms/Gen7/ID7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ProfileCalibrater7.cpp b/Source/Forms/Gen7/ProfileCalibrater7.cpp index 1e5d8da..0821262 100644 --- a/Source/Forms/Gen7/ProfileCalibrater7.cpp +++ b/Source/Forms/Gen7/ProfileCalibrater7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ProfileCalibrater7.hpp b/Source/Forms/Gen7/ProfileCalibrater7.hpp index 7bb2da9..8cbfc16 100644 --- a/Source/Forms/Gen7/ProfileCalibrater7.hpp +++ b/Source/Forms/Gen7/ProfileCalibrater7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ProfileEditor7.cpp b/Source/Forms/Gen7/ProfileEditor7.cpp index f1a3876..ac882d1 100644 --- a/Source/Forms/Gen7/ProfileEditor7.cpp +++ b/Source/Forms/Gen7/ProfileEditor7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ProfileEditor7.hpp b/Source/Forms/Gen7/ProfileEditor7.hpp index 0a364be..a25b691 100644 --- a/Source/Forms/Gen7/ProfileEditor7.hpp +++ b/Source/Forms/Gen7/ProfileEditor7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ProfileManager7.cpp b/Source/Forms/Gen7/ProfileManager7.cpp index efc40f6..d09c336 100644 --- a/Source/Forms/Gen7/ProfileManager7.cpp +++ b/Source/Forms/Gen7/ProfileManager7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/ProfileManager7.hpp b/Source/Forms/Gen7/ProfileManager7.hpp index 8406302..1413941 100644 --- a/Source/Forms/Gen7/ProfileManager7.hpp +++ b/Source/Forms/Gen7/ProfileManager7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/Stationary7.cpp b/Source/Forms/Gen7/Stationary7.cpp index e213fc2..bd263fb 100644 --- a/Source/Forms/Gen7/Stationary7.cpp +++ b/Source/Forms/Gen7/Stationary7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/Stationary7.hpp b/Source/Forms/Gen7/Stationary7.hpp index cd61545..7892c94 100644 --- a/Source/Forms/Gen7/Stationary7.hpp +++ b/Source/Forms/Gen7/Stationary7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/Wild7.cpp b/Source/Forms/Gen7/Wild7.cpp index 2e03c01..7532902 100644 --- a/Source/Forms/Gen7/Wild7.cpp +++ b/Source/Forms/Gen7/Wild7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Gen7/Wild7.hpp b/Source/Forms/Gen7/Wild7.hpp index 3c275c6..0b9a3e3 100644 --- a/Source/Forms/Gen7/Wild7.hpp +++ b/Source/Forms/Gen7/Wild7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/MainWindow.cpp b/Source/Forms/MainWindow.cpp index 23d70f8..37fa85e 100644 --- a/Source/Forms/MainWindow.cpp +++ b/Source/Forms/MainWindow.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/MainWindow.hpp b/Source/Forms/MainWindow.hpp index e77a2c4..d8c363d 100644 --- a/Source/Forms/MainWindow.hpp +++ b/Source/Forms/MainWindow.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/EventModel.cpp b/Source/Forms/Models/EventModel.cpp index c39050f..f51c198 100644 --- a/Source/Forms/Models/EventModel.cpp +++ b/Source/Forms/Models/EventModel.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/EventModel.hpp b/Source/Forms/Models/EventModel.hpp index 10d351a..cc69dac 100644 --- a/Source/Forms/Models/EventModel.hpp +++ b/Source/Forms/Models/EventModel.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/IDModel.cpp b/Source/Forms/Models/IDModel.cpp index 132f07d..1e4f3cc 100644 --- a/Source/Forms/Models/IDModel.cpp +++ b/Source/Forms/Models/IDModel.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/IDModel.hpp b/Source/Forms/Models/IDModel.hpp index 5b89cc3..ae1032b 100644 --- a/Source/Forms/Models/IDModel.hpp +++ b/Source/Forms/Models/IDModel.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/ProfileModel6.cpp b/Source/Forms/Models/ProfileModel6.cpp index eb5e0ff..e44337c 100644 --- a/Source/Forms/Models/ProfileModel6.cpp +++ b/Source/Forms/Models/ProfileModel6.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/ProfileModel6.hpp b/Source/Forms/Models/ProfileModel6.hpp index 37f4887..7cc9e0c 100644 --- a/Source/Forms/Models/ProfileModel6.hpp +++ b/Source/Forms/Models/ProfileModel6.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/ProfileModel7.cpp b/Source/Forms/Models/ProfileModel7.cpp index 54123b8..5daa2a8 100644 --- a/Source/Forms/Models/ProfileModel7.cpp +++ b/Source/Forms/Models/ProfileModel7.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/ProfileModel7.hpp b/Source/Forms/Models/ProfileModel7.hpp index febb31d..c5a00c6 100644 --- a/Source/Forms/Models/ProfileModel7.hpp +++ b/Source/Forms/Models/ProfileModel7.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/StationaryModel.cpp b/Source/Forms/Models/StationaryModel.cpp index 5486531..448d192 100644 --- a/Source/Forms/Models/StationaryModel.cpp +++ b/Source/Forms/Models/StationaryModel.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/StationaryModel.hpp b/Source/Forms/Models/StationaryModel.hpp index 56f3898..5bf3a90 100644 --- a/Source/Forms/Models/StationaryModel.hpp +++ b/Source/Forms/Models/StationaryModel.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/TableModel.hpp b/Source/Forms/Models/TableModel.hpp index d117eb4..d6ad321 100644 --- a/Source/Forms/Models/TableModel.hpp +++ b/Source/Forms/Models/TableModel.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/WildModel.cpp b/Source/Forms/Models/WildModel.cpp index d076957..43fbce2 100644 --- a/Source/Forms/Models/WildModel.cpp +++ b/Source/Forms/Models/WildModel.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/Models/WildModel.hpp b/Source/Forms/Models/WildModel.hpp index d87367b..d1b7ded 100644 --- a/Source/Forms/Models/WildModel.hpp +++ b/Source/Forms/Models/WildModel.hpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Source/Forms/main.cpp b/Source/Forms/main.cpp index 3d2d81c..3d09e7f 100644 --- a/Source/Forms/main.cpp +++ b/Source/Forms/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of 3DSTimeFinder - * Copyright (C) 2019-2022 by Admiral_Fish + * Copyright (C) 2019-2024 by Admiral_Fish * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License