diff --git a/src/Acl/AccessManager.php b/src/Acl/AccessManager.php index 4b5e060b0..b30426eca 100644 --- a/src/Acl/AccessManager.php +++ b/src/Acl/AccessManager.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Acl/EsiRoleElement.php b/src/Acl/EsiRoleElement.php index 10213763a..69071e944 100644 --- a/src/Acl/EsiRoleElement.php +++ b/src/Acl/EsiRoleElement.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Acl/EsiRolesMap.php b/src/Acl/EsiRolesMap.php index d50215766..c93da49f9 100644 --- a/src/Acl/EsiRolesMap.php +++ b/src/Acl/EsiRolesMap.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Acl/Policies/AbstractEntityPolicy.php b/src/Acl/Policies/AbstractEntityPolicy.php index 2e52ff01d..49607017c 100644 --- a/src/Acl/Policies/AbstractEntityPolicy.php +++ b/src/Acl/Policies/AbstractEntityPolicy.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Acl/Policies/AbstractPolicy.php b/src/Acl/Policies/AbstractPolicy.php index 3121f546e..884e2015c 100644 --- a/src/Acl/Policies/AbstractPolicy.php +++ b/src/Acl/Policies/AbstractPolicy.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Acl/Policies/AlliancePolicy.php b/src/Acl/Policies/AlliancePolicy.php index b5c7dc7c1..506c6ccd6 100644 --- a/src/Acl/Policies/AlliancePolicy.php +++ b/src/Acl/Policies/AlliancePolicy.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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 @@ -78,7 +78,7 @@ public function __call($method, $args) /** * @param \Seat\Web\Models\Acl\Permission $permission - * @param $entity + * @param $entity * @return bool */ private function isGrantedByFilters(Permission $permission, Alliance $alliance): bool diff --git a/src/Acl/Policies/CharacterPolicy.php b/src/Acl/Policies/CharacterPolicy.php index b9fa74046..3a2b1c1be 100644 --- a/src/Acl/Policies/CharacterPolicy.php +++ b/src/Acl/Policies/CharacterPolicy.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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 @@ -154,7 +154,7 @@ private function isValidSharingSession(CharacterInfo $character) /** * @param \Seat\Web\Models\Acl\Permission $permission - * @param $character + * @param $character * @return bool */ private function isGrantedByFilters(Permission $permission, CharacterInfo $character): bool diff --git a/src/Acl/Policies/CorporationPolicy.php b/src/Acl/Policies/CorporationPolicy.php index b096607e9..ccf4ac496 100644 --- a/src/Acl/Policies/CorporationPolicy.php +++ b/src/Acl/Policies/CorporationPolicy.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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 @@ -154,7 +154,7 @@ private function corporationRolesFrom(User $user, CorporationInfo $corporation): /** * @param \Seat\Web\Models\Acl\Permission $permission - * @param $entity + * @param $entity * @return bool */ private function isGrantedByFilters(Permission $permission, CorporationInfo $corporation): bool diff --git a/src/Acl/Policies/GlobalPolicy.php b/src/Acl/Policies/GlobalPolicy.php index dfda571fb..432dcd88d 100644 --- a/src/Acl/Policies/GlobalPolicy.php +++ b/src/Acl/Policies/GlobalPolicy.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Acl/Policies/SquadPolicy.php b/src/Acl/Policies/SquadPolicy.php index 3a43f903a..1ff3d1e58 100644 --- a/src/Acl/Policies/SquadPolicy.php +++ b/src/Acl/Policies/SquadPolicy.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Acl/Response.php b/src/Acl/Response.php index 888f78398..67ba8fcc6 100644 --- a/src/Acl/Response.php +++ b/src/Acl/Response.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Commands/Seat/Admin/Login.php b/src/Commands/Seat/Admin/Login.php index 6b4723777..56df61c8c 100644 --- a/src/Commands/Seat/Admin/Login.php +++ b/src/Commands/Seat/Admin/Login.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/alliance.php b/src/Config/Permissions/alliance.php index 5f0a629c2..34177080f 100644 --- a/src/Config/Permissions/alliance.php +++ b/src/Config/Permissions/alliance.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/character.php b/src/Config/Permissions/character.php index 7e6dc0968..176a4ab7a 100644 --- a/src/Config/Permissions/character.php +++ b/src/Config/Permissions/character.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/corporation.php b/src/Config/Permissions/corporation.php index 37d439273..da6cd4dfd 100644 --- a/src/Config/Permissions/corporation.php +++ b/src/Config/Permissions/corporation.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/global.php b/src/Config/Permissions/global.php index 3f309a223..1ce53e941 100644 --- a/src/Config/Permissions/global.php +++ b/src/Config/Permissions/global.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/mail.php b/src/Config/Permissions/mail.php index b647ede3a..9261129b5 100644 --- a/src/Config/Permissions/mail.php +++ b/src/Config/Permissions/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/moon.php b/src/Config/Permissions/moon.php index 2703873f1..23b31b7a9 100644 --- a/src/Config/Permissions/moon.php +++ b/src/Config/Permissions/moon.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/people.php b/src/Config/Permissions/people.php index 26ed62ce6..8f839be9c 100644 --- a/src/Config/Permissions/people.php +++ b/src/Config/Permissions/people.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/Permissions/search.php b/src/Config/Permissions/search.php index 1d83c8859..0c1324db4 100644 --- a/src/Config/Permissions/search.php +++ b/src/Config/Permissions/search.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/package.alliance.menu.php b/src/Config/package.alliance.menu.php index a59944d1d..8f23c1397 100644 --- a/src/Config/package.alliance.menu.php +++ b/src/Config/package.alliance.menu.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/package.character.menu.php b/src/Config/package.character.menu.php index 72f634f7a..cbae60ecb 100644 --- a/src/Config/package.character.menu.php +++ b/src/Config/package.character.menu.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/package.corporation.menu.php b/src/Config/package.corporation.menu.php index 06dc08dbe..f9adbdbf4 100644 --- a/src/Config/package.corporation.menu.php +++ b/src/Config/package.corporation.menu.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/package.sidebar.php b/src/Config/package.sidebar.php index 0648a57e3..065735562 100644 --- a/src/Config/package.sidebar.php +++ b/src/Config/package.sidebar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/seat-queues.php b/src/Config/seat-queues.php index 41eb04c60..c79c7371c 100644 --- a/src/Config/seat-queues.php +++ b/src/Config/seat-queues.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/seat.php b/src/Config/seat.php index eb387a6b4..b0921a631 100644 --- a/src/Config/seat.php +++ b/src/Config/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/web.config.php b/src/Config/web.config.php index 451c3bf47..766e6f621 100644 --- a/src/Config/web.config.php +++ b/src/Config/web.config.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/web.jobnames.php b/src/Config/web.jobnames.php index be47c3abe..4eb40c299 100644 --- a/src/Config/web.jobnames.php +++ b/src/Config/web.jobnames.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/web.locale.php b/src/Config/web.locale.php index 9a95b32ae..9bb67c7cb 100644 --- a/src/Config/web.locale.php +++ b/src/Config/web.locale.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Config/web.skins.php b/src/Config/web.skins.php index 6a683daea..4c046aa85 100644 --- a/src/Config/web.skins.php +++ b/src/Config/web.skins.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Events/Attempt.php b/src/Events/Attempt.php index 35edaf1c7..61534e215 100644 --- a/src/Events/Attempt.php +++ b/src/Events/Attempt.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Events/Login.php b/src/Events/Login.php index e951e9808..023305b10 100644 --- a/src/Events/Login.php +++ b/src/Events/Login.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Events/Logout.php b/src/Events/Logout.php index e629f0d3a..ac405f376 100644 --- a/src/Events/Logout.php +++ b/src/Events/Logout.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Events/SecLog.php b/src/Events/SecLog.php index f30d386c0..6ed32164e 100644 --- a/src/Events/SecLog.php +++ b/src/Events/SecLog.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Events/UserRoleAdded.php b/src/Events/UserRoleAdded.php index a1721e0f2..d5b686759 100644 --- a/src/Events/UserRoleAdded.php +++ b/src/Events/UserRoleAdded.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Events/UserRoleRemoved.php b/src/Events/UserRoleRemoved.php index 975a40474..bda7f4d1a 100644 --- a/src/Events/UserRoleRemoved.php +++ b/src/Events/UserRoleRemoved.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Exceptions/PackageMenuBuilderException.php b/src/Exceptions/PackageMenuBuilderException.php index 1ad19308c..95a25341b 100644 --- a/src/Exceptions/PackageMenuBuilderException.php +++ b/src/Exceptions/PackageMenuBuilderException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/AbstractMenu.php b/src/Http/Composers/AbstractMenu.php index d1a94dd14..2f5b3c969 100644 --- a/src/Http/Composers/AbstractMenu.php +++ b/src/Http/Composers/AbstractMenu.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/AllianceLayout.php b/src/Http/Composers/AllianceLayout.php index c9dc49360..be5ca7bcd 100644 --- a/src/Http/Composers/AllianceLayout.php +++ b/src/Http/Composers/AllianceLayout.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/AllianceMenu.php b/src/Http/Composers/AllianceMenu.php index 2e022a135..baf5a289a 100644 --- a/src/Http/Composers/AllianceMenu.php +++ b/src/Http/Composers/AllianceMenu.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/CharacterLayout.php b/src/Http/Composers/CharacterLayout.php index 2930ff31e..db4536fac 100644 --- a/src/Http/Composers/CharacterLayout.php +++ b/src/Http/Composers/CharacterLayout.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/CharacterMenu.php b/src/Http/Composers/CharacterMenu.php index 8407d6aab..e835a8848 100644 --- a/src/Http/Composers/CharacterMenu.php +++ b/src/Http/Composers/CharacterMenu.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/CorporationLayout.php b/src/Http/Composers/CorporationLayout.php index b88f39995..06769a9d2 100644 --- a/src/Http/Composers/CorporationLayout.php +++ b/src/Http/Composers/CorporationLayout.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/CorporationMenu.php b/src/Http/Composers/CorporationMenu.php index 60f895654..2eeefa81a 100644 --- a/src/Http/Composers/CorporationMenu.php +++ b/src/Http/Composers/CorporationMenu.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/Esi.php b/src/Http/Composers/Esi.php index 335c63abf..f8e612a5d 100644 --- a/src/Http/Composers/Esi.php +++ b/src/Http/Composers/Esi.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/Sidebar.php b/src/Http/Composers/Sidebar.php index 4c7200ccc..7f3c6b13e 100644 --- a/src/Http/Composers/Sidebar.php +++ b/src/Http/Composers/Sidebar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Composers/User.php b/src/Http/Composers/User.php index 897140349..cda884ba3 100644 --- a/src/Http/Composers/User.php +++ b/src/Http/Composers/User.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Alliance/AlliancesController.php b/src/Http/Controllers/Alliance/AlliancesController.php index 1a667bcc0..0f84657bd 100644 --- a/src/Http/Controllers/Alliance/AlliancesController.php +++ b/src/Http/Controllers/Alliance/AlliancesController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Auth/AdminLoginController.php b/src/Http/Controllers/Auth/AdminLoginController.php index 7435f02bd..e0fee79fd 100644 --- a/src/Http/Controllers/Auth/AdminLoginController.php +++ b/src/Http/Controllers/Auth/AdminLoginController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Auth/AuthorizationController.php b/src/Http/Controllers/Auth/AuthorizationController.php index b2c0bbbe5..148b25f27 100644 --- a/src/Http/Controllers/Auth/AuthorizationController.php +++ b/src/Http/Controllers/Auth/AuthorizationController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Auth/LoginController.php b/src/Http/Controllers/Auth/LoginController.php index c3b3df2a1..8a2d61c73 100644 --- a/src/Http/Controllers/Auth/LoginController.php +++ b/src/Http/Controllers/Auth/LoginController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Auth/SharelinkController.php b/src/Http/Controllers/Auth/SharelinkController.php index 894d84d9b..3a2fe90af 100644 --- a/src/Http/Controllers/Auth/SharelinkController.php +++ b/src/Http/Controllers/Auth/SharelinkController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Auth/SsoController.php b/src/Http/Controllers/Auth/SsoController.php index c8bf69b07..50141d210 100644 --- a/src/Http/Controllers/Auth/SsoController.php +++ b/src/Http/Controllers/Auth/SsoController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/AssetsController.php b/src/Http/Controllers/Character/AssetsController.php index da4a4aa8f..13d43564c 100644 --- a/src/Http/Controllers/Character/AssetsController.php +++ b/src/Http/Controllers/Character/AssetsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/BlueprintController.php b/src/Http/Controllers/Character/BlueprintController.php index c4acb07ca..179d943a1 100644 --- a/src/Http/Controllers/Character/BlueprintController.php +++ b/src/Http/Controllers/Character/BlueprintController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/CalendarController.php b/src/Http/Controllers/Character/CalendarController.php index 68d927a98..e9e10f220 100644 --- a/src/Http/Controllers/Character/CalendarController.php +++ b/src/Http/Controllers/Character/CalendarController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/CharacterController.php b/src/Http/Controllers/Character/CharacterController.php index 6934d865d..6592334d6 100644 --- a/src/Http/Controllers/Character/CharacterController.php +++ b/src/Http/Controllers/Character/CharacterController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/ContactsController.php b/src/Http/Controllers/Character/ContactsController.php index bd690f210..9391d5744 100644 --- a/src/Http/Controllers/Character/ContactsController.php +++ b/src/Http/Controllers/Character/ContactsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/ContractsController.php b/src/Http/Controllers/Character/ContractsController.php index 85913b226..bc4b16660 100644 --- a/src/Http/Controllers/Character/ContractsController.php +++ b/src/Http/Controllers/Character/ContractsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/FittingController.php b/src/Http/Controllers/Character/FittingController.php index 89ef6aa7d..d1a227dd3 100644 --- a/src/Http/Controllers/Character/FittingController.php +++ b/src/Http/Controllers/Character/FittingController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/IndustryController.php b/src/Http/Controllers/Character/IndustryController.php index 56c893072..89ab0055a 100644 --- a/src/Http/Controllers/Character/IndustryController.php +++ b/src/Http/Controllers/Character/IndustryController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/IntelController.php b/src/Http/Controllers/Character/IntelController.php index 15b874918..2a60d229f 100644 --- a/src/Http/Controllers/Character/IntelController.php +++ b/src/Http/Controllers/Character/IntelController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/KillmailController.php b/src/Http/Controllers/Character/KillmailController.php index 84bfcaff6..e6d2f6a52 100644 --- a/src/Http/Controllers/Character/KillmailController.php +++ b/src/Http/Controllers/Character/KillmailController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/LoyaltyPointsController.php b/src/Http/Controllers/Character/LoyaltyPointsController.php index eed7d04d2..fd5302195 100644 --- a/src/Http/Controllers/Character/LoyaltyPointsController.php +++ b/src/Http/Controllers/Character/LoyaltyPointsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/MailController.php b/src/Http/Controllers/Character/MailController.php index fc629211b..9f2ec4dc6 100644 --- a/src/Http/Controllers/Character/MailController.php +++ b/src/Http/Controllers/Character/MailController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/MarketController.php b/src/Http/Controllers/Character/MarketController.php index 7f5c0af33..1d6028267 100644 --- a/src/Http/Controllers/Character/MarketController.php +++ b/src/Http/Controllers/Character/MarketController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/MiningLedgerController.php b/src/Http/Controllers/Character/MiningLedgerController.php index 8c7b461b8..c354da932 100644 --- a/src/Http/Controllers/Character/MiningLedgerController.php +++ b/src/Http/Controllers/Character/MiningLedgerController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/NotificationsController.php b/src/Http/Controllers/Character/NotificationsController.php index 422c325cb..96c3086fd 100644 --- a/src/Http/Controllers/Character/NotificationsController.php +++ b/src/Http/Controllers/Character/NotificationsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/PiController.php b/src/Http/Controllers/Character/PiController.php index a3de26421..8f584a46b 100644 --- a/src/Http/Controllers/Character/PiController.php +++ b/src/Http/Controllers/Character/PiController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/ResearchController.php b/src/Http/Controllers/Character/ResearchController.php index 6dd0a6c2b..3f391ba7d 100644 --- a/src/Http/Controllers/Character/ResearchController.php +++ b/src/Http/Controllers/Character/ResearchController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/SheetController.php b/src/Http/Controllers/Character/SheetController.php index de0b4aa45..b77d15223 100644 --- a/src/Http/Controllers/Character/SheetController.php +++ b/src/Http/Controllers/Character/SheetController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/SkillsController.php b/src/Http/Controllers/Character/SkillsController.php index 382ce194a..fcadae0ed 100644 --- a/src/Http/Controllers/Character/SkillsController.php +++ b/src/Http/Controllers/Character/SkillsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/StandingsController.php b/src/Http/Controllers/Character/StandingsController.php index 9dd7cf85c..a0aa7e144 100644 --- a/src/Http/Controllers/Character/StandingsController.php +++ b/src/Http/Controllers/Character/StandingsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Character/WalletController.php b/src/Http/Controllers/Character/WalletController.php index f8808dfce..6f632603e 100644 --- a/src/Http/Controllers/Character/WalletController.php +++ b/src/Http/Controllers/Character/WalletController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Configuration/AccessController.php b/src/Http/Controllers/Configuration/AccessController.php index ac1d42434..6983026e1 100644 --- a/src/Http/Controllers/Configuration/AccessController.php +++ b/src/Http/Controllers/Configuration/AccessController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Configuration/ScheduleController.php b/src/Http/Controllers/Configuration/ScheduleController.php index e311273c4..007c13506 100644 --- a/src/Http/Controllers/Configuration/ScheduleController.php +++ b/src/Http/Controllers/Configuration/ScheduleController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Configuration/SeatController.php b/src/Http/Controllers/Configuration/SeatController.php index 8993f7cff..0e040c805 100644 --- a/src/Http/Controllers/Configuration/SeatController.php +++ b/src/Http/Controllers/Configuration/SeatController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Configuration/SecurityController.php b/src/Http/Controllers/Configuration/SecurityController.php index 1574c34a0..4776131bb 100644 --- a/src/Http/Controllers/Configuration/SecurityController.php +++ b/src/Http/Controllers/Configuration/SecurityController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Configuration/SsoController.php b/src/Http/Controllers/Configuration/SsoController.php index c9331b05c..f058886f5 100644 --- a/src/Http/Controllers/Configuration/SsoController.php +++ b/src/Http/Controllers/Configuration/SsoController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Configuration/UserController.php b/src/Http/Controllers/Configuration/UserController.php index c089c4d0f..8a53d077b 100644 --- a/src/Http/Controllers/Configuration/UserController.php +++ b/src/Http/Controllers/Configuration/UserController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Controller.php b/src/Http/Controllers/Controller.php index 2440bbf2c..25e786028 100644 --- a/src/Http/Controllers/Controller.php +++ b/src/Http/Controllers/Controller.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/AssetsController.php b/src/Http/Controllers/Corporation/AssetsController.php index 13b5cebb7..35cc36acf 100644 --- a/src/Http/Controllers/Corporation/AssetsController.php +++ b/src/Http/Controllers/Corporation/AssetsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/BlueprintController.php b/src/Http/Controllers/Corporation/BlueprintController.php index d1998f6f3..352619d59 100644 --- a/src/Http/Controllers/Corporation/BlueprintController.php +++ b/src/Http/Controllers/Corporation/BlueprintController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/ContactsController.php b/src/Http/Controllers/Corporation/ContactsController.php index 9dcb7546f..51f407cda 100644 --- a/src/Http/Controllers/Corporation/ContactsController.php +++ b/src/Http/Controllers/Corporation/ContactsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/ContractsController.php b/src/Http/Controllers/Corporation/ContractsController.php index f4fee3724..79a012a15 100644 --- a/src/Http/Controllers/Corporation/ContractsController.php +++ b/src/Http/Controllers/Corporation/ContractsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/CorporationsController.php b/src/Http/Controllers/Corporation/CorporationsController.php index 0b2c8b215..581a9b20a 100644 --- a/src/Http/Controllers/Corporation/CorporationsController.php +++ b/src/Http/Controllers/Corporation/CorporationsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/CustomOfficeController.php b/src/Http/Controllers/Corporation/CustomOfficeController.php index a864a1a83..e2cf58ed2 100644 --- a/src/Http/Controllers/Corporation/CustomOfficeController.php +++ b/src/Http/Controllers/Corporation/CustomOfficeController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/ExtractionController.php b/src/Http/Controllers/Corporation/ExtractionController.php index 66243e4f2..0c60c807f 100644 --- a/src/Http/Controllers/Corporation/ExtractionController.php +++ b/src/Http/Controllers/Corporation/ExtractionController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/IndustryController.php b/src/Http/Controllers/Corporation/IndustryController.php index 12c675900..055448d81 100644 --- a/src/Http/Controllers/Corporation/IndustryController.php +++ b/src/Http/Controllers/Corporation/IndustryController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/KillmailsController.php b/src/Http/Controllers/Corporation/KillmailsController.php index e1e2c2c58..8d0b657da 100644 --- a/src/Http/Controllers/Corporation/KillmailsController.php +++ b/src/Http/Controllers/Corporation/KillmailsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/LedgerController.php b/src/Http/Controllers/Corporation/LedgerController.php index 723e66389..66bb7fa6b 100644 --- a/src/Http/Controllers/Corporation/LedgerController.php +++ b/src/Http/Controllers/Corporation/LedgerController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/MarketController.php b/src/Http/Controllers/Corporation/MarketController.php index 0b47ef450..c41dce1d8 100644 --- a/src/Http/Controllers/Corporation/MarketController.php +++ b/src/Http/Controllers/Corporation/MarketController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/MiningLedgerController.php b/src/Http/Controllers/Corporation/MiningLedgerController.php index 813bbfb61..15fe9950e 100644 --- a/src/Http/Controllers/Corporation/MiningLedgerController.php +++ b/src/Http/Controllers/Corporation/MiningLedgerController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/SecurityController.php b/src/Http/Controllers/Corporation/SecurityController.php index dd17ca4c8..06b4e9245 100644 --- a/src/Http/Controllers/Corporation/SecurityController.php +++ b/src/Http/Controllers/Corporation/SecurityController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/StandingsController.php b/src/Http/Controllers/Corporation/StandingsController.php index 491fd02e3..b546ca01f 100644 --- a/src/Http/Controllers/Corporation/StandingsController.php +++ b/src/Http/Controllers/Corporation/StandingsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/StarbaseController.php b/src/Http/Controllers/Corporation/StarbaseController.php index 624b6abb1..f99fc2eed 100644 --- a/src/Http/Controllers/Corporation/StarbaseController.php +++ b/src/Http/Controllers/Corporation/StarbaseController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/StructureController.php b/src/Http/Controllers/Corporation/StructureController.php index 43d940f3c..249e1c637 100644 --- a/src/Http/Controllers/Corporation/StructureController.php +++ b/src/Http/Controllers/Corporation/StructureController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/SummaryController.php b/src/Http/Controllers/Corporation/SummaryController.php index b72daec4e..50790927e 100644 --- a/src/Http/Controllers/Corporation/SummaryController.php +++ b/src/Http/Controllers/Corporation/SummaryController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/TrackingController.php b/src/Http/Controllers/Corporation/TrackingController.php index 77a18565c..a151f1ce7 100644 --- a/src/Http/Controllers/Corporation/TrackingController.php +++ b/src/Http/Controllers/Corporation/TrackingController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Corporation/WalletController.php b/src/Http/Controllers/Corporation/WalletController.php index 6cc3d87ba..b18f4f0a9 100644 --- a/src/Http/Controllers/Corporation/WalletController.php +++ b/src/Http/Controllers/Corporation/WalletController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/HomeController.php b/src/Http/Controllers/HomeController.php index e3022e9b6..67a9d977d 100644 --- a/src/Http/Controllers/HomeController.php +++ b/src/Http/Controllers/HomeController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Profile/ProfileController.php b/src/Http/Controllers/Profile/ProfileController.php index b43166397..0c21840c0 100644 --- a/src/Http/Controllers/Profile/ProfileController.php +++ b/src/Http/Controllers/Profile/ProfileController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Queue/QueueController.php b/src/Http/Controllers/Queue/QueueController.php index 868ba5be9..cd6bf823e 100644 --- a/src/Http/Controllers/Queue/QueueController.php +++ b/src/Http/Controllers/Queue/QueueController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Squads/ApplicationsController.php b/src/Http/Controllers/Squads/ApplicationsController.php index d67d9122f..46974dc0c 100644 --- a/src/Http/Controllers/Squads/ApplicationsController.php +++ b/src/Http/Controllers/Squads/ApplicationsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Squads/MembersController.php b/src/Http/Controllers/Squads/MembersController.php index be39f5e1d..4fcf1a6bf 100644 --- a/src/Http/Controllers/Squads/MembersController.php +++ b/src/Http/Controllers/Squads/MembersController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Squads/ModeratorsController.php b/src/Http/Controllers/Squads/ModeratorsController.php index 5edc0365a..294dc13f2 100644 --- a/src/Http/Controllers/Squads/ModeratorsController.php +++ b/src/Http/Controllers/Squads/ModeratorsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Squads/RolesController.php b/src/Http/Controllers/Squads/RolesController.php index b6385ebbb..206ff670d 100644 --- a/src/Http/Controllers/Squads/RolesController.php +++ b/src/Http/Controllers/Squads/RolesController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Squads/SquadsController.php b/src/Http/Controllers/Squads/SquadsController.php index 2992221e1..fd1f722cb 100644 --- a/src/Http/Controllers/Squads/SquadsController.php +++ b/src/Http/Controllers/Squads/SquadsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Support/FastLookupController.php b/src/Http/Controllers/Support/FastLookupController.php index 4ed47c041..1ee015da8 100644 --- a/src/Http/Controllers/Support/FastLookupController.php +++ b/src/Http/Controllers/Support/FastLookupController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Support/InsuranceController.php b/src/Http/Controllers/Support/InsuranceController.php index 16d211a42..d5618f875 100644 --- a/src/Http/Controllers/Support/InsuranceController.php +++ b/src/Http/Controllers/Support/InsuranceController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Support/ListController.php b/src/Http/Controllers/Support/ListController.php index dcea5a477..e39c80706 100644 --- a/src/Http/Controllers/Support/ListController.php +++ b/src/Http/Controllers/Support/ListController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Support/ResolveController.php b/src/Http/Controllers/Support/ResolveController.php index ceacd83ce..68d5aae08 100644 --- a/src/Http/Controllers/Support/ResolveController.php +++ b/src/Http/Controllers/Support/ResolveController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Support/SearchController.php b/src/Http/Controllers/Support/SearchController.php index a10a58f8a..4e052f454 100644 --- a/src/Http/Controllers/Support/SearchController.php +++ b/src/Http/Controllers/Support/SearchController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Tools/JobController.php b/src/Http/Controllers/Tools/JobController.php index 907db5e88..491b4df0c 100644 --- a/src/Http/Controllers/Tools/JobController.php +++ b/src/Http/Controllers/Tools/JobController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Tools/MarketController.php b/src/Http/Controllers/Tools/MarketController.php index a3d0f9963..e239f302f 100644 --- a/src/Http/Controllers/Tools/MarketController.php +++ b/src/Http/Controllers/Tools/MarketController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Tools/MoonsController.php b/src/Http/Controllers/Tools/MoonsController.php index eff273c8d..1f03d8b07 100644 --- a/src/Http/Controllers/Tools/MoonsController.php +++ b/src/Http/Controllers/Tools/MoonsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Tools/NotesController.php b/src/Http/Controllers/Tools/NotesController.php index dac7e9628..c8b6ff925 100644 --- a/src/Http/Controllers/Tools/NotesController.php +++ b/src/Http/Controllers/Tools/NotesController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Controllers/Tools/StandingsController.php b/src/Http/Controllers/Tools/StandingsController.php index 518f2bc6a..59bad7457 100644 --- a/src/Http/Controllers/Tools/StandingsController.php +++ b/src/Http/Controllers/Tools/StandingsController.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Alliance/AllianceDataTable.php b/src/Http/DataTables/Alliance/AllianceDataTable.php index 28c2a8cb2..453dd2658 100644 --- a/src/Http/DataTables/Alliance/AllianceDataTable.php +++ b/src/Http/DataTables/Alliance/AllianceDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Alliance/Intel/ContactDataTable.php b/src/Http/DataTables/Alliance/Intel/ContactDataTable.php index 7ec9a22c6..9a3327dbf 100644 --- a/src/Http/DataTables/Alliance/Intel/ContactDataTable.php +++ b/src/Http/DataTables/Alliance/Intel/ContactDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Alliance/Intel/TrackingDataTable.php b/src/Http/DataTables/Alliance/Intel/TrackingDataTable.php index 54b8cccee..eb69729ff 100644 --- a/src/Http/DataTables/Alliance/Intel/TrackingDataTable.php +++ b/src/Http/DataTables/Alliance/Intel/TrackingDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/CharacterDataTable.php b/src/Http/DataTables/Character/CharacterDataTable.php index d4cf93564..0d9957d99 100644 --- a/src/Http/DataTables/Character/CharacterDataTable.php +++ b/src/Http/DataTables/Character/CharacterDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Financial/ContractDataTable.php b/src/Http/DataTables/Character/Financial/ContractDataTable.php index edf691744..2e748d3ee 100644 --- a/src/Http/DataTables/Character/Financial/ContractDataTable.php +++ b/src/Http/DataTables/Character/Financial/ContractDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php b/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php index e33fad716..6583a9be5 100644 --- a/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php +++ b/src/Http/DataTables/Character/Financial/LoyaltyPointsDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Financial/MarketDataTable.php b/src/Http/DataTables/Character/Financial/MarketDataTable.php index f0a79f21b..ec66724c5 100644 --- a/src/Http/DataTables/Character/Financial/MarketDataTable.php +++ b/src/Http/DataTables/Character/Financial/MarketDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Financial/WalletJournalDataTable.php b/src/Http/DataTables/Character/Financial/WalletJournalDataTable.php index 3f70fdd2a..65a40307d 100644 --- a/src/Http/DataTables/Character/Financial/WalletJournalDataTable.php +++ b/src/Http/DataTables/Character/Financial/WalletJournalDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Financial/WalletTransactionDataTable.php b/src/Http/DataTables/Character/Financial/WalletTransactionDataTable.php index 4e0952a6a..1add868cc 100644 --- a/src/Http/DataTables/Character/Financial/WalletTransactionDataTable.php +++ b/src/Http/DataTables/Character/Financial/WalletTransactionDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Industrial/Blueprints/Columns/LocationFlag.php b/src/Http/DataTables/Character/Industrial/Blueprints/Columns/LocationFlag.php index dca4b59b3..1d744edb3 100644 --- a/src/Http/DataTables/Character/Industrial/Blueprints/Columns/LocationFlag.php +++ b/src/Http/DataTables/Character/Industrial/Blueprints/Columns/LocationFlag.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Industrial/Blueprints/Columns/Station.php b/src/Http/DataTables/Character/Industrial/Blueprints/Columns/Station.php index 5f184d21b..b5c544b34 100644 --- a/src/Http/DataTables/Character/Industrial/Blueprints/Columns/Station.php +++ b/src/Http/DataTables/Character/Industrial/Blueprints/Columns/Station.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Industrial/Blueprints/DataTable.php b/src/Http/DataTables/Character/Industrial/Blueprints/DataTable.php index 009ed8800..04b5ee791 100644 --- a/src/Http/DataTables/Character/Industrial/Blueprints/DataTable.php +++ b/src/Http/DataTables/Character/Industrial/Blueprints/DataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Industrial/IndustryDataTable.php b/src/Http/DataTables/Character/Industrial/IndustryDataTable.php index cdfb9996c..e469c7fec 100644 --- a/src/Http/DataTables/Character/Industrial/IndustryDataTable.php +++ b/src/Http/DataTables/Character/Industrial/IndustryDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Industrial/MiningDataTable.php b/src/Http/DataTables/Character/Industrial/MiningDataTable.php index 22b490f40..7cec10b4b 100644 --- a/src/Http/DataTables/Character/Industrial/MiningDataTable.php +++ b/src/Http/DataTables/Character/Industrial/MiningDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Industrial/PlanetaryInteractionDataTable.php b/src/Http/DataTables/Character/Industrial/PlanetaryInteractionDataTable.php index 1cac94d41..74b6cd844 100644 --- a/src/Http/DataTables/Character/Industrial/PlanetaryInteractionDataTable.php +++ b/src/Http/DataTables/Character/Industrial/PlanetaryInteractionDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Industrial/ResearchDataTable.php b/src/Http/DataTables/Character/Industrial/ResearchDataTable.php index dcab55d5e..187fca84c 100644 --- a/src/Http/DataTables/Character/Industrial/ResearchDataTable.php +++ b/src/Http/DataTables/Character/Industrial/ResearchDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/Assets/Columns/LocationFlag.php b/src/Http/DataTables/Character/Intel/Assets/Columns/LocationFlag.php index e09e29aa9..4053d8e7c 100644 --- a/src/Http/DataTables/Character/Intel/Assets/Columns/LocationFlag.php +++ b/src/Http/DataTables/Character/Intel/Assets/Columns/LocationFlag.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/Assets/Columns/Owner.php b/src/Http/DataTables/Character/Intel/Assets/Columns/Owner.php index 676ea2799..900f13958 100644 --- a/src/Http/DataTables/Character/Intel/Assets/Columns/Owner.php +++ b/src/Http/DataTables/Character/Intel/Assets/Columns/Owner.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/Assets/Columns/Station.php b/src/Http/DataTables/Character/Intel/Assets/Columns/Station.php index de12d817d..a96d3e011 100644 --- a/src/Http/DataTables/Character/Intel/Assets/Columns/Station.php +++ b/src/Http/DataTables/Character/Intel/Assets/Columns/Station.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/Assets/DataTable.php b/src/Http/DataTables/Character/Intel/Assets/DataTable.php index fa658728b..78e2ecea3 100644 --- a/src/Http/DataTables/Character/Intel/Assets/DataTable.php +++ b/src/Http/DataTables/Character/Intel/Assets/DataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/CalendarDataTable.php b/src/Http/DataTables/Character/Intel/CalendarDataTable.php index c5d51233b..52c042196 100644 --- a/src/Http/DataTables/Character/Intel/CalendarDataTable.php +++ b/src/Http/DataTables/Character/Intel/CalendarDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/ContactDataTable.php b/src/Http/DataTables/Character/Intel/ContactDataTable.php index aed5367f4..758ff6d42 100644 --- a/src/Http/DataTables/Character/Intel/ContactDataTable.php +++ b/src/Http/DataTables/Character/Intel/ContactDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/MailDataTable.php b/src/Http/DataTables/Character/Intel/MailDataTable.php index e7f3fb178..ea5ef0192 100644 --- a/src/Http/DataTables/Character/Intel/MailDataTable.php +++ b/src/Http/DataTables/Character/Intel/MailDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/NoteDataTable.php b/src/Http/DataTables/Character/Intel/NoteDataTable.php index aa65fa728..7ab47cc28 100644 --- a/src/Http/DataTables/Character/Intel/NoteDataTable.php +++ b/src/Http/DataTables/Character/Intel/NoteDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Intel/NotificationDataTable.php b/src/Http/DataTables/Character/Intel/NotificationDataTable.php index 0d331fb9d..61b2466f9 100644 --- a/src/Http/DataTables/Character/Intel/NotificationDataTable.php +++ b/src/Http/DataTables/Character/Intel/NotificationDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Military/FittingDataTable.php b/src/Http/DataTables/Character/Military/FittingDataTable.php index aafd93d56..c9a0ca520 100644 --- a/src/Http/DataTables/Character/Military/FittingDataTable.php +++ b/src/Http/DataTables/Character/Military/FittingDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Military/KillMailDataTable.php b/src/Http/DataTables/Character/Military/KillMailDataTable.php index 71f7686f2..8b1d752de 100644 --- a/src/Http/DataTables/Character/Military/KillMailDataTable.php +++ b/src/Http/DataTables/Character/Military/KillMailDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Character/Military/StandingDataTable.php b/src/Http/DataTables/Character/Military/StandingDataTable.php index bb17fc14a..41d9f557d 100644 --- a/src/Http/DataTables/Character/Military/StandingDataTable.php +++ b/src/Http/DataTables/Character/Military/StandingDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/AbstractColumn.php b/src/Http/DataTables/Common/AbstractColumn.php index 0dd3d43f1..280ff324c 100644 --- a/src/Http/DataTables/Common/AbstractColumn.php +++ b/src/Http/DataTables/Common/AbstractColumn.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php b/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php index c7f16fcaa..cbbe7c04a 100644 --- a/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractContractDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php b/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php index e5eb9aa3c..dbe6402fd 100644 --- a/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractMarketDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php b/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php index acdc503f1..c9fb79088 100644 --- a/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractWalletJournalDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php b/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php index b119a0bfa..b5348a115 100644 --- a/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php +++ b/src/Http/DataTables/Common/Financial/AbstractWalletTransactionDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/IColumn.php b/src/Http/DataTables/Common/IColumn.php index 43c3cbe91..5286e9b85 100644 --- a/src/Http/DataTables/Common/IColumn.php +++ b/src/Http/DataTables/Common/IColumn.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Industrial/AbstractBlueprintDataTable.php b/src/Http/DataTables/Common/Industrial/AbstractBlueprintDataTable.php index e70814290..28e8605e2 100644 --- a/src/Http/DataTables/Common/Industrial/AbstractBlueprintDataTable.php +++ b/src/Http/DataTables/Common/Industrial/AbstractBlueprintDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Industrial/AbstractIndustryDataTable.php b/src/Http/DataTables/Common/Industrial/AbstractIndustryDataTable.php index 8c2c263f2..6089aa1d0 100644 --- a/src/Http/DataTables/Common/Industrial/AbstractIndustryDataTable.php +++ b/src/Http/DataTables/Common/Industrial/AbstractIndustryDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Industrial/AbstractMiningDataTable.php b/src/Http/DataTables/Common/Industrial/AbstractMiningDataTable.php index 33d690f32..d880c38d0 100644 --- a/src/Http/DataTables/Common/Industrial/AbstractMiningDataTable.php +++ b/src/Http/DataTables/Common/Industrial/AbstractMiningDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php b/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php index 952147aa7..59f534724 100644 --- a/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php +++ b/src/Http/DataTables/Common/Intel/AbstractAssetDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Intel/AbstractContactDataTable.php b/src/Http/DataTables/Common/Intel/AbstractContactDataTable.php index 269d42039..b364f78b7 100644 --- a/src/Http/DataTables/Common/Intel/AbstractContactDataTable.php +++ b/src/Http/DataTables/Common/Intel/AbstractContactDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Intel/AbstractNoteDataTable.php b/src/Http/DataTables/Common/Intel/AbstractNoteDataTable.php index bf79cc343..d1750b66c 100644 --- a/src/Http/DataTables/Common/Intel/AbstractNoteDataTable.php +++ b/src/Http/DataTables/Common/Intel/AbstractNoteDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Military/AbstractFittingDataTable.php b/src/Http/DataTables/Common/Military/AbstractFittingDataTable.php index 2eb8cfca7..d185fe25a 100644 --- a/src/Http/DataTables/Common/Military/AbstractFittingDataTable.php +++ b/src/Http/DataTables/Common/Military/AbstractFittingDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Military/AbstractKillMailDataTable.php b/src/Http/DataTables/Common/Military/AbstractKillMailDataTable.php index f352227d9..e399df18b 100644 --- a/src/Http/DataTables/Common/Military/AbstractKillMailDataTable.php +++ b/src/Http/DataTables/Common/Military/AbstractKillMailDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Common/Military/AbstractStandingDataTable.php b/src/Http/DataTables/Common/Military/AbstractStandingDataTable.php index 08025a6d4..fe9f233fe 100644 --- a/src/Http/DataTables/Common/Military/AbstractStandingDataTable.php +++ b/src/Http/DataTables/Common/Military/AbstractStandingDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Configuration/RolesDataTable.php b/src/Http/DataTables/Configuration/RolesDataTable.php index ef72f3ec3..f8791e327 100644 --- a/src/Http/DataTables/Configuration/RolesDataTable.php +++ b/src/Http/DataTables/Configuration/RolesDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Configuration/UsersDataTable.php b/src/Http/DataTables/Configuration/UsersDataTable.php index 058c9f499..b965bf697 100644 --- a/src/Http/DataTables/Configuration/UsersDataTable.php +++ b/src/Http/DataTables/Configuration/UsersDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/CorporationDataTable.php b/src/Http/DataTables/Corporation/CorporationDataTable.php index 2ffb84d5f..b8f9836eb 100644 --- a/src/Http/DataTables/Corporation/CorporationDataTable.php +++ b/src/Http/DataTables/Corporation/CorporationDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Financial/ContractDataTable.php b/src/Http/DataTables/Corporation/Financial/ContractDataTable.php index d7e6ed10b..e526debc2 100644 --- a/src/Http/DataTables/Corporation/Financial/ContractDataTable.php +++ b/src/Http/DataTables/Corporation/Financial/ContractDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Financial/MarketDataTable.php b/src/Http/DataTables/Corporation/Financial/MarketDataTable.php index 153706871..1185e92d7 100644 --- a/src/Http/DataTables/Corporation/Financial/MarketDataTable.php +++ b/src/Http/DataTables/Corporation/Financial/MarketDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Financial/WalletJournalDataTable.php b/src/Http/DataTables/Corporation/Financial/WalletJournalDataTable.php index ca0c756bd..a8d213cb1 100644 --- a/src/Http/DataTables/Corporation/Financial/WalletJournalDataTable.php +++ b/src/Http/DataTables/Corporation/Financial/WalletJournalDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Financial/WalletTransactionDataTable.php b/src/Http/DataTables/Corporation/Financial/WalletTransactionDataTable.php index 9dfbbce90..f84105ddd 100644 --- a/src/Http/DataTables/Corporation/Financial/WalletTransactionDataTable.php +++ b/src/Http/DataTables/Corporation/Financial/WalletTransactionDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/LocationFlag.php b/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/LocationFlag.php index 5b9f0a5e7..d69df841b 100644 --- a/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/LocationFlag.php +++ b/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/LocationFlag.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/Station.php b/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/Station.php index b5c85d258..785198050 100644 --- a/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/Station.php +++ b/src/Http/DataTables/Corporation/Industrial/Blueprints/Columns/Station.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Industrial/Blueprints/DataTable.php b/src/Http/DataTables/Corporation/Industrial/Blueprints/DataTable.php index 27c5d23b3..ec975e48c 100644 --- a/src/Http/DataTables/Corporation/Industrial/Blueprints/DataTable.php +++ b/src/Http/DataTables/Corporation/Industrial/Blueprints/DataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Industrial/CustomOfficeDataTable.php b/src/Http/DataTables/Corporation/Industrial/CustomOfficeDataTable.php index dbf3da510..546c418d0 100644 --- a/src/Http/DataTables/Corporation/Industrial/CustomOfficeDataTable.php +++ b/src/Http/DataTables/Corporation/Industrial/CustomOfficeDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Industrial/IndustryDataTable.php b/src/Http/DataTables/Corporation/Industrial/IndustryDataTable.php index 056c6b8e7..6dff1b111 100644 --- a/src/Http/DataTables/Corporation/Industrial/IndustryDataTable.php +++ b/src/Http/DataTables/Corporation/Industrial/IndustryDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Industrial/MiningDataTable.php b/src/Http/DataTables/Corporation/Industrial/MiningDataTable.php index a431167c5..452178ade 100644 --- a/src/Http/DataTables/Corporation/Industrial/MiningDataTable.php +++ b/src/Http/DataTables/Corporation/Industrial/MiningDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Intel/Assets/Columns/LocationFlag.php b/src/Http/DataTables/Corporation/Intel/Assets/Columns/LocationFlag.php index 0900ef8ea..2b75a01d7 100644 --- a/src/Http/DataTables/Corporation/Intel/Assets/Columns/LocationFlag.php +++ b/src/Http/DataTables/Corporation/Intel/Assets/Columns/LocationFlag.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Intel/Assets/Columns/Station.php b/src/Http/DataTables/Corporation/Intel/Assets/Columns/Station.php index 4d06761f4..d5bb69ede 100644 --- a/src/Http/DataTables/Corporation/Intel/Assets/Columns/Station.php +++ b/src/Http/DataTables/Corporation/Intel/Assets/Columns/Station.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Intel/Assets/DataTable.php b/src/Http/DataTables/Corporation/Intel/Assets/DataTable.php index 44fdea2fe..31a1cbd93 100644 --- a/src/Http/DataTables/Corporation/Intel/Assets/DataTable.php +++ b/src/Http/DataTables/Corporation/Intel/Assets/DataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Intel/ContactDataTable.php b/src/Http/DataTables/Corporation/Intel/ContactDataTable.php index 584039a54..dd93084a3 100644 --- a/src/Http/DataTables/Corporation/Intel/ContactDataTable.php +++ b/src/Http/DataTables/Corporation/Intel/ContactDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Intel/LogDataTable.php b/src/Http/DataTables/Corporation/Intel/LogDataTable.php index 4a2dc83e3..7600545cb 100644 --- a/src/Http/DataTables/Corporation/Intel/LogDataTable.php +++ b/src/Http/DataTables/Corporation/Intel/LogDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php b/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php index 89007469e..c9f3f2dc5 100644 --- a/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php +++ b/src/Http/DataTables/Corporation/Intel/MembersTrackingDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Military/KillMailDataTable.php b/src/Http/DataTables/Corporation/Military/KillMailDataTable.php index dc74f21ba..92f76ae6e 100644 --- a/src/Http/DataTables/Corporation/Military/KillMailDataTable.php +++ b/src/Http/DataTables/Corporation/Military/KillMailDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Military/StandingDataTable.php b/src/Http/DataTables/Corporation/Military/StandingDataTable.php index cc5d97d51..e08eec01e 100644 --- a/src/Http/DataTables/Corporation/Military/StandingDataTable.php +++ b/src/Http/DataTables/Corporation/Military/StandingDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Corporation/Military/StructureDataTable.php b/src/Http/DataTables/Corporation/Military/StructureDataTable.php index 90565e807..1decdc1ec 100644 --- a/src/Http/DataTables/Corporation/Military/StructureDataTable.php +++ b/src/Http/DataTables/Corporation/Military/StructureDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php b/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php index 306030dc2..a5fc7a8bf 100644 --- a/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php +++ b/src/Http/DataTables/Exports/MembersTrackingDataTableExport.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/AllianceScope.php b/src/Http/DataTables/Scopes/AllianceScope.php index 27f789a3c..8ed95d26f 100644 --- a/src/Http/DataTables/Scopes/AllianceScope.php +++ b/src/Http/DataTables/Scopes/AllianceScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/CharacterMailScope.php b/src/Http/DataTables/Scopes/CharacterMailScope.php index c9e756c6f..b006d6ee1 100644 --- a/src/Http/DataTables/Scopes/CharacterMailScope.php +++ b/src/Http/DataTables/Scopes/CharacterMailScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/CharacterNoteScope.php b/src/Http/DataTables/Scopes/CharacterNoteScope.php index ba081c647..68287faf2 100644 --- a/src/Http/DataTables/Scopes/CharacterNoteScope.php +++ b/src/Http/DataTables/Scopes/CharacterNoteScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/CharacterScope.php b/src/Http/DataTables/Scopes/CharacterScope.php index af2a1898d..291159887 100644 --- a/src/Http/DataTables/Scopes/CharacterScope.php +++ b/src/Http/DataTables/Scopes/CharacterScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/CorporationAssetDivisionsScope.php b/src/Http/DataTables/Scopes/CorporationAssetDivisionsScope.php index 322eb6998..c2daabd93 100644 --- a/src/Http/DataTables/Scopes/CorporationAssetDivisionsScope.php +++ b/src/Http/DataTables/Scopes/CorporationAssetDivisionsScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/CorporationMarketDivisionsScope.php b/src/Http/DataTables/Scopes/CorporationMarketDivisionsScope.php index a07064508..536ffdb8f 100644 --- a/src/Http/DataTables/Scopes/CorporationMarketDivisionsScope.php +++ b/src/Http/DataTables/Scopes/CorporationMarketDivisionsScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/CorporationScope.php b/src/Http/DataTables/Scopes/CorporationScope.php index 3abf1a63d..faff20b07 100644 --- a/src/Http/DataTables/Scopes/CorporationScope.php +++ b/src/Http/DataTables/Scopes/CorporationScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/CorporationWalletDivisionsScope.php b/src/Http/DataTables/Scopes/CorporationWalletDivisionsScope.php index 07d45cfb6..e345b6eac 100644 --- a/src/Http/DataTables/Scopes/CorporationWalletDivisionsScope.php +++ b/src/Http/DataTables/Scopes/CorporationWalletDivisionsScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/BlueprintTypeScope.php b/src/Http/DataTables/Scopes/Filters/BlueprintTypeScope.php index 01a9b3e57..6af479863 100644 --- a/src/Http/DataTables/Scopes/Filters/BlueprintTypeScope.php +++ b/src/Http/DataTables/Scopes/Filters/BlueprintTypeScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/ConstellationScope.php b/src/Http/DataTables/Scopes/Filters/ConstellationScope.php index 724c6b0be..b4491560c 100644 --- a/src/Http/DataTables/Scopes/Filters/ConstellationScope.php +++ b/src/Http/DataTables/Scopes/Filters/ConstellationScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/ContactCategoryScope.php b/src/Http/DataTables/Scopes/Filters/ContactCategoryScope.php index 3b62efe85..b0a5c2994 100644 --- a/src/Http/DataTables/Scopes/Filters/ContactCategoryScope.php +++ b/src/Http/DataTables/Scopes/Filters/ContactCategoryScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/ContactStandingLevelScope.php b/src/Http/DataTables/Scopes/Filters/ContactStandingLevelScope.php index b4e18f5f4..83d78011a 100644 --- a/src/Http/DataTables/Scopes/Filters/ContactStandingLevelScope.php +++ b/src/Http/DataTables/Scopes/Filters/ContactStandingLevelScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/ContractStatusScope.php b/src/Http/DataTables/Scopes/Filters/ContractStatusScope.php index 73077535f..104d0f522 100644 --- a/src/Http/DataTables/Scopes/Filters/ContractStatusScope.php +++ b/src/Http/DataTables/Scopes/Filters/ContractStatusScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/ContractTypeScope.php b/src/Http/DataTables/Scopes/Filters/ContractTypeScope.php index 8a718c6f0..da6fb2c94 100644 --- a/src/Http/DataTables/Scopes/Filters/ContractTypeScope.php +++ b/src/Http/DataTables/Scopes/Filters/ContractTypeScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/IndustryActivityScope.php b/src/Http/DataTables/Scopes/Filters/IndustryActivityScope.php index 734ec0c5c..244be4c88 100644 --- a/src/Http/DataTables/Scopes/Filters/IndustryActivityScope.php +++ b/src/Http/DataTables/Scopes/Filters/IndustryActivityScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/IndustryStatusScope.php b/src/Http/DataTables/Scopes/Filters/IndustryStatusScope.php index c24e5cb39..e913124a9 100644 --- a/src/Http/DataTables/Scopes/Filters/IndustryStatusScope.php +++ b/src/Http/DataTables/Scopes/Filters/IndustryStatusScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/MarketOrderTypeScope.php b/src/Http/DataTables/Scopes/Filters/MarketOrderTypeScope.php index 148e06e9f..4a717d424 100644 --- a/src/Http/DataTables/Scopes/Filters/MarketOrderTypeScope.php +++ b/src/Http/DataTables/Scopes/Filters/MarketOrderTypeScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/MarketStatusScope.php b/src/Http/DataTables/Scopes/Filters/MarketStatusScope.php index 2940ee100..697e528fd 100644 --- a/src/Http/DataTables/Scopes/Filters/MarketStatusScope.php +++ b/src/Http/DataTables/Scopes/Filters/MarketStatusScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/MoonProductScope.php b/src/Http/DataTables/Scopes/Filters/MoonProductScope.php index 0f257949a..383942ceb 100644 --- a/src/Http/DataTables/Scopes/Filters/MoonProductScope.php +++ b/src/Http/DataTables/Scopes/Filters/MoonProductScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/MoonRankScope.php b/src/Http/DataTables/Scopes/Filters/MoonRankScope.php index c9e05a76a..71c5c81bb 100644 --- a/src/Http/DataTables/Scopes/Filters/MoonRankScope.php +++ b/src/Http/DataTables/Scopes/Filters/MoonRankScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/RegionScope.php b/src/Http/DataTables/Scopes/Filters/RegionScope.php index aa2018a72..4c235ff0b 100644 --- a/src/Http/DataTables/Scopes/Filters/RegionScope.php +++ b/src/Http/DataTables/Scopes/Filters/RegionScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/SellOrderScope.php b/src/Http/DataTables/Scopes/Filters/SellOrderScope.php index 2bbfb641c..3790c5947 100644 --- a/src/Http/DataTables/Scopes/Filters/SellOrderScope.php +++ b/src/Http/DataTables/Scopes/Filters/SellOrderScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/StandingsProfileScope.php b/src/Http/DataTables/Scopes/Filters/StandingsProfileScope.php index b5a0ab4a1..4f18b4595 100644 --- a/src/Http/DataTables/Scopes/Filters/StandingsProfileScope.php +++ b/src/Http/DataTables/Scopes/Filters/StandingsProfileScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/SystemScope.php b/src/Http/DataTables/Scopes/Filters/SystemScope.php index b27bd6a65..4b2427931 100644 --- a/src/Http/DataTables/Scopes/Filters/SystemScope.php +++ b/src/Http/DataTables/Scopes/Filters/SystemScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/TokenStatusScope.php b/src/Http/DataTables/Scopes/Filters/TokenStatusScope.php index 1305315cf..91e95abcc 100644 --- a/src/Http/DataTables/Scopes/Filters/TokenStatusScope.php +++ b/src/Http/DataTables/Scopes/Filters/TokenStatusScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/Filters/TypeScope.php b/src/Http/DataTables/Scopes/Filters/TypeScope.php index 2ff9cb675..c76853fe8 100644 --- a/src/Http/DataTables/Scopes/Filters/TypeScope.php +++ b/src/Http/DataTables/Scopes/Filters/TypeScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/KillMailCharacterScope.php b/src/Http/DataTables/Scopes/KillMailCharacterScope.php index 20cbcb4da..00059039f 100644 --- a/src/Http/DataTables/Scopes/KillMailCharacterScope.php +++ b/src/Http/DataTables/Scopes/KillMailCharacterScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/KillMailCorporationScope.php b/src/Http/DataTables/Scopes/KillMailCorporationScope.php index 0081dea7d..35be8b6e6 100644 --- a/src/Http/DataTables/Scopes/KillMailCorporationScope.php +++ b/src/Http/DataTables/Scopes/KillMailCorporationScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Scopes/MiningCorporationScope.php b/src/Http/DataTables/Scopes/MiningCorporationScope.php index 91457b903..365119b7a 100644 --- a/src/Http/DataTables/Scopes/MiningCorporationScope.php +++ b/src/Http/DataTables/Scopes/MiningCorporationScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Squads/CandidatesDataTable.php b/src/Http/DataTables/Squads/CandidatesDataTable.php index d83fcb5f7..ec0c5517a 100644 --- a/src/Http/DataTables/Squads/CandidatesDataTable.php +++ b/src/Http/DataTables/Squads/CandidatesDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Squads/MembersDataTable.php b/src/Http/DataTables/Squads/MembersDataTable.php index 5fb10096b..3977fcef4 100644 --- a/src/Http/DataTables/Squads/MembersDataTable.php +++ b/src/Http/DataTables/Squads/MembersDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Squads/RolesDataTable.php b/src/Http/DataTables/Squads/RolesDataTable.php index 0c0f0267d..9f591edf4 100644 --- a/src/Http/DataTables/Squads/RolesDataTable.php +++ b/src/Http/DataTables/Squads/RolesDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Squads/SquadsDataTable.php b/src/Http/DataTables/Squads/SquadsDataTable.php index 55c34aafb..e1f7815da 100644 --- a/src/Http/DataTables/Squads/SquadsDataTable.php +++ b/src/Http/DataTables/Squads/SquadsDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Tools/MarketOrderDataTable.php b/src/Http/DataTables/Tools/MarketOrderDataTable.php index 9d1b23595..00ecb60f0 100644 --- a/src/Http/DataTables/Tools/MarketOrderDataTable.php +++ b/src/Http/DataTables/Tools/MarketOrderDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Tools/MoonsDataTable.php b/src/Http/DataTables/Tools/MoonsDataTable.php index 885654a3f..08e45bfc4 100644 --- a/src/Http/DataTables/Tools/MoonsDataTable.php +++ b/src/Http/DataTables/Tools/MoonsDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/DataTables/Tools/StandingsDataTable.php b/src/Http/DataTables/Tools/StandingsDataTable.php index dd0710325..0c9a114fd 100644 --- a/src/Http/DataTables/Tools/StandingsDataTable.php +++ b/src/Http/DataTables/Tools/StandingsDataTable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Middleware/Authenticate.php b/src/Http/Middleware/Authenticate.php index 472a68574..9caba761b 100644 --- a/src/Http/Middleware/Authenticate.php +++ b/src/Http/Middleware/Authenticate.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Middleware/Locale.php b/src/Http/Middleware/Locale.php index 6e7c8998c..a2d0c3723 100644 --- a/src/Http/Middleware/Locale.php +++ b/src/Http/Middleware/Locale.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Middleware/RegistrationAllowed.php b/src/Http/Middleware/RegistrationAllowed.php index 657ed39e5..ea925a175 100644 --- a/src/Http/Middleware/RegistrationAllowed.php +++ b/src/Http/Middleware/RegistrationAllowed.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Middleware/Requirements.php b/src/Http/Middleware/Requirements.php index 71db159da..4e0f521a6 100644 --- a/src/Http/Middleware/Requirements.php +++ b/src/Http/Middleware/Requirements.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Alliance/View.php b/src/Http/Routes/Alliance/View.php index 6e48cb00f..4d01a8e69 100644 --- a/src/Http/Routes/Alliance/View.php +++ b/src/Http/Routes/Alliance/View.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Auth/Auth.php b/src/Http/Routes/Auth/Auth.php index 481d89511..0cf613971 100644 --- a/src/Http/Routes/Auth/Auth.php +++ b/src/Http/Routes/Auth/Auth.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Auth/Sso.php b/src/Http/Routes/Auth/Sso.php index 2641ce39a..e12d81317 100644 --- a/src/Http/Routes/Auth/Sso.php +++ b/src/Http/Routes/Auth/Sso.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Character/View.php b/src/Http/Routes/Character/View.php index 9cd0177f5..b8bae64e5 100644 --- a/src/Http/Routes/Character/View.php +++ b/src/Http/Routes/Character/View.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Configuration/Access.php b/src/Http/Routes/Configuration/Access.php index daead7fbd..c684c4430 100644 --- a/src/Http/Routes/Configuration/Access.php +++ b/src/Http/Routes/Configuration/Access.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Configuration/Impersonation.php b/src/Http/Routes/Configuration/Impersonation.php index e86b985af..bb3362c7c 100644 --- a/src/Http/Routes/Configuration/Impersonation.php +++ b/src/Http/Routes/Configuration/Impersonation.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Configuration/Schedule.php b/src/Http/Routes/Configuration/Schedule.php index a031d93b3..11bf0ee67 100644 --- a/src/Http/Routes/Configuration/Schedule.php +++ b/src/Http/Routes/Configuration/Schedule.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Configuration/Seat.php b/src/Http/Routes/Configuration/Seat.php index 1a8144494..38078f609 100644 --- a/src/Http/Routes/Configuration/Seat.php +++ b/src/Http/Routes/Configuration/Seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Configuration/Security.php b/src/Http/Routes/Configuration/Security.php index 7ca7bcfcd..d99e4f9f6 100644 --- a/src/Http/Routes/Configuration/Security.php +++ b/src/Http/Routes/Configuration/Security.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Configuration/Sso.php b/src/Http/Routes/Configuration/Sso.php index 24a6fff83..a6b32b127 100644 --- a/src/Http/Routes/Configuration/Sso.php +++ b/src/Http/Routes/Configuration/Sso.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Configuration/User.php b/src/Http/Routes/Configuration/User.php index fc6be6ea9..3d82decd4 100644 --- a/src/Http/Routes/Configuration/User.php +++ b/src/Http/Routes/Configuration/User.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Corporation/View.php b/src/Http/Routes/Corporation/View.php index 5898274fc..0ff225479 100644 --- a/src/Http/Routes/Corporation/View.php +++ b/src/Http/Routes/Corporation/View.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Home.php b/src/Http/Routes/Home.php index 3d98da2cb..078210a68 100644 --- a/src/Http/Routes/Home.php +++ b/src/Http/Routes/Home.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Profile/View.php b/src/Http/Routes/Profile/View.php index cba06fd7b..f3ef557e0 100644 --- a/src/Http/Routes/Profile/View.php +++ b/src/Http/Routes/Profile/View.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Queue/Status.php b/src/Http/Routes/Queue/Status.php index 858746600..86bc085c0 100644 --- a/src/Http/Routes/Queue/Status.php +++ b/src/Http/Routes/Queue/Status.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Squads/Routes.php b/src/Http/Routes/Squads/Routes.php index 89e25a69e..357b09501 100644 --- a/src/Http/Routes/Squads/Routes.php +++ b/src/Http/Routes/Squads/Routes.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Support/FastLookup.php b/src/Http/Routes/Support/FastLookup.php index 18dd3a638..c84b44a7c 100644 --- a/src/Http/Routes/Support/FastLookup.php +++ b/src/Http/Routes/Support/FastLookup.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Support/Insurance.php b/src/Http/Routes/Support/Insurance.php index 40c1f82b7..4b4e11c79 100644 --- a/src/Http/Routes/Support/Insurance.php +++ b/src/Http/Routes/Support/Insurance.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Support/List.php b/src/Http/Routes/Support/List.php index 0076b11e5..05c60a905 100644 --- a/src/Http/Routes/Support/List.php +++ b/src/Http/Routes/Support/List.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Support/Resolve.php b/src/Http/Routes/Support/Resolve.php index 89c37e52f..4090046b9 100644 --- a/src/Http/Routes/Support/Resolve.php +++ b/src/Http/Routes/Support/Resolve.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Support/Search.php b/src/Http/Routes/Support/Search.php index 51553f0ca..f2925cfb3 100644 --- a/src/Http/Routes/Support/Search.php +++ b/src/Http/Routes/Support/Search.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Tools/Job.php b/src/Http/Routes/Tools/Job.php index 213af827b..c990ae837 100644 --- a/src/Http/Routes/Tools/Job.php +++ b/src/Http/Routes/Tools/Job.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Tools/Market.php b/src/Http/Routes/Tools/Market.php index 42d3d828f..ec4f6b416 100644 --- a/src/Http/Routes/Tools/Market.php +++ b/src/Http/Routes/Tools/Market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Tools/Moons.php b/src/Http/Routes/Tools/Moons.php index b3f23ef7d..e49000999 100644 --- a/src/Http/Routes/Tools/Moons.php +++ b/src/Http/Routes/Tools/Moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Tools/Notes.php b/src/Http/Routes/Tools/Notes.php index bc17790b8..37d149366 100644 --- a/src/Http/Routes/Tools/Notes.php +++ b/src/Http/Routes/Tools/Notes.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Routes/Tools/Standings.php b/src/Http/Routes/Tools/Standings.php index fee654e87..5e9f96d1d 100644 --- a/src/Http/Routes/Tools/Standings.php +++ b/src/Http/Routes/Tools/Standings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Scopes/SquadScope.php b/src/Http/Scopes/SquadScope.php index ac7129882..1773ee8fb 100644 --- a/src/Http/Scopes/SquadScope.php +++ b/src/Http/Scopes/SquadScope.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/Custom/ArtisanCommand.php b/src/Http/Validation/Custom/ArtisanCommand.php index 899545438..56983d92d 100644 --- a/src/Http/Validation/Custom/ArtisanCommand.php +++ b/src/Http/Validation/Custom/ArtisanCommand.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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 @@ -35,10 +35,10 @@ class ArtisanCommand /** * Validate if the $value is a valid artisan command. * - * @param $attribute - * @param $value - * @param $parameters - * @param $validator + * @param $attribute + * @param $value + * @param $parameters + * @param $validator * @return bool */ public static function validate($attribute, $value, $parameters, $validator) diff --git a/src/Http/Validation/Custom/Cron.php b/src/Http/Validation/Custom/Cron.php index a6f462ef1..185189f37 100644 --- a/src/Http/Validation/Custom/Cron.php +++ b/src/Http/Validation/Custom/Cron.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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 @@ -35,10 +35,10 @@ class Cron /** * Validate if the $value is a valid cron expression. * - * @param $attribute - * @param $value - * @param $parameters - * @param $validator + * @param $attribute + * @param $value + * @param $parameters + * @param $validator * @return bool */ public function validate($attribute, $value, $parameters, $validator) diff --git a/src/Http/Validation/CustomSignin.php b/src/Http/Validation/CustomSignin.php index a7ecf9c42..d35df166b 100644 --- a/src/Http/Validation/CustomSignin.php +++ b/src/Http/Validation/CustomSignin.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/Customlink.php b/src/Http/Validation/Customlink.php index 5cf65fe9e..9c49c179c 100644 --- a/src/Http/Validation/Customlink.php +++ b/src/Http/Validation/Customlink.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/EditUser.php b/src/Http/Validation/EditUser.php index 0b9cd265d..455ccf36d 100644 --- a/src/Http/Validation/EditUser.php +++ b/src/Http/Validation/EditUser.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/EmailUpdate.php b/src/Http/Validation/EmailUpdate.php index 67464151a..549fdec0e 100644 --- a/src/Http/Validation/EmailUpdate.php +++ b/src/Http/Validation/EmailUpdate.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/NewIntelNote.php b/src/Http/Validation/NewIntelNote.php index 42ff05c33..511251b64 100644 --- a/src/Http/Validation/NewIntelNote.php +++ b/src/Http/Validation/NewIntelNote.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/NewSchedule.php b/src/Http/Validation/NewSchedule.php index bfeecfd15..ea662dfb3 100644 --- a/src/Http/Validation/NewSchedule.php +++ b/src/Http/Validation/NewSchedule.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/PackageChangelog.php b/src/Http/Validation/PackageChangelog.php index ef22e8405..8c7284871 100644 --- a/src/Http/Validation/PackageChangelog.php +++ b/src/Http/Validation/PackageChangelog.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/PackageVersionCheck.php b/src/Http/Validation/PackageVersionCheck.php index ec0d3424c..efddc769f 100644 --- a/src/Http/Validation/PackageVersionCheck.php +++ b/src/Http/Validation/PackageVersionCheck.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/ProbeReport.php b/src/Http/Validation/ProbeReport.php index 208a99eb9..cf044b6a8 100644 --- a/src/Http/Validation/ProbeReport.php +++ b/src/Http/Validation/ProbeReport.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/ProfileSettings.php b/src/Http/Validation/ProfileSettings.php index 1cafe3a56..355df562d 100644 --- a/src/Http/Validation/ProfileSettings.php +++ b/src/Http/Validation/ProfileSettings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/ReassignCharacter.php b/src/Http/Validation/ReassignCharacter.php index 574a90e95..76fac3ec7 100644 --- a/src/Http/Validation/ReassignCharacter.php +++ b/src/Http/Validation/ReassignCharacter.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/RolePermission.php b/src/Http/Validation/RolePermission.php index 2bec72068..279a6f42c 100644 --- a/src/Http/Validation/RolePermission.php +++ b/src/Http/Validation/RolePermission.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/SeatSettings.php b/src/Http/Validation/SeatSettings.php index 06161bf81..2413c5de2 100644 --- a/src/Http/Validation/SeatSettings.php +++ b/src/Http/Validation/SeatSettings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/Sharelink.php b/src/Http/Validation/Sharelink.php index 96f64005b..2951a63a2 100644 --- a/src/Http/Validation/Sharelink.php +++ b/src/Http/Validation/Sharelink.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/Squad.php b/src/Http/Validation/Squad.php index f4557eb83..26f1e2c43 100644 --- a/src/Http/Validation/Squad.php +++ b/src/Http/Validation/Squad.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/SsoScopes.php b/src/Http/Validation/SsoScopes.php index 289cbd20a..8d5fc5aaa 100644 --- a/src/Http/Validation/SsoScopes.php +++ b/src/Http/Validation/SsoScopes.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/StandingsBuilder.php b/src/Http/Validation/StandingsBuilder.php index b44d2aec6..1a0829e6b 100644 --- a/src/Http/Validation/StandingsBuilder.php +++ b/src/Http/Validation/StandingsBuilder.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/StandingsElementAdd.php b/src/Http/Validation/StandingsElementAdd.php index 8959be02d..73da2c221 100644 --- a/src/Http/Validation/StandingsElementAdd.php +++ b/src/Http/Validation/StandingsElementAdd.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/StandingsExistingElementAdd.php b/src/Http/Validation/StandingsExistingElementAdd.php index 62940ab8c..ad1261143 100644 --- a/src/Http/Validation/StandingsExistingElementAdd.php +++ b/src/Http/Validation/StandingsExistingElementAdd.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/Validation/StarbaseModule.php b/src/Http/Validation/StarbaseModule.php index e4917152b..5a30ee48c 100644 --- a/src/Http/Validation/StarbaseModule.php +++ b/src/Http/Validation/StarbaseModule.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Http/routes.php b/src/Http/routes.php index edbd68a2e..7b7ee5aeb 100644 --- a/src/Http/routes.php +++ b/src/Http/routes.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Acl/Affiliation.php b/src/Models/Acl/Affiliation.php index f8febf4f5..d87e613d8 100644 --- a/src/Models/Acl/Affiliation.php +++ b/src/Models/Acl/Affiliation.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Acl/AffiliationRole.php b/src/Models/Acl/AffiliationRole.php index 0c90e265f..fe896aaa9 100644 --- a/src/Models/Acl/AffiliationRole.php +++ b/src/Models/Acl/AffiliationRole.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Acl/AffiliationUser.php b/src/Models/Acl/AffiliationUser.php index 235ea2b97..9f87d7c34 100644 --- a/src/Models/Acl/AffiliationUser.php +++ b/src/Models/Acl/AffiliationUser.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Acl/Permission.php b/src/Models/Acl/Permission.php index 612c584e7..95e54523a 100644 --- a/src/Models/Acl/Permission.php +++ b/src/Models/Acl/Permission.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Acl/PermissionRole.php b/src/Models/Acl/PermissionRole.php index 4d7c71743..317b993b4 100644 --- a/src/Models/Acl/PermissionRole.php +++ b/src/Models/Acl/PermissionRole.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Acl/Role.php b/src/Models/Acl/Role.php index 6a00fc707..0587c390f 100644 --- a/src/Models/Acl/Role.php +++ b/src/Models/Acl/Role.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Filterable.php b/src/Models/Filterable.php index 987cbef97..200aed433 100644 --- a/src/Models/Filterable.php +++ b/src/Models/Filterable.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/SecurityLog.php b/src/Models/SecurityLog.php index f73e8c3e0..515c6540a 100644 --- a/src/Models/SecurityLog.php +++ b/src/Models/SecurityLog.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Squads/Squad.php b/src/Models/Squads/Squad.php index eb1895953..4d4400ef5 100644 --- a/src/Models/Squads/Squad.php +++ b/src/Models/Squads/Squad.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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 @@ -184,7 +184,7 @@ public function getLinkAttribute(): string /** * Return the logo url-encoded. * - * @param $value + * @param $value * @return string */ public function getLogoAttribute($value): string @@ -200,7 +200,7 @@ public function getLogoAttribute($value): string /** * Store the file into blob attribute using url-encoding. * - * @param $value + * @param $value */ public function setLogoAttribute($value) { diff --git a/src/Models/Squads/SquadApplication.php b/src/Models/Squads/SquadApplication.php index c7b4ba590..049004eb4 100644 --- a/src/Models/Squads/SquadApplication.php +++ b/src/Models/Squads/SquadApplication.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Squads/SquadMember.php b/src/Models/Squads/SquadMember.php index 98cbe4b6a..b46bb1f04 100644 --- a/src/Models/Squads/SquadMember.php +++ b/src/Models/Squads/SquadMember.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/Squads/SquadRole.php b/src/Models/Squads/SquadRole.php index 3c94d5ffd..aabaef102 100644 --- a/src/Models/Squads/SquadRole.php +++ b/src/Models/Squads/SquadRole.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/StandingsProfile.php b/src/Models/StandingsProfile.php index ef6d33607..b5d64a508 100644 --- a/src/Models/StandingsProfile.php +++ b/src/Models/StandingsProfile.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/StandingsProfileStanding.php b/src/Models/StandingsProfileStanding.php index 3437cfd87..d5aa811e7 100644 --- a/src/Models/StandingsProfileStanding.php +++ b/src/Models/StandingsProfileStanding.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/UniverseMoonReport.php b/src/Models/UniverseMoonReport.php index abe726e3f..5596e31b7 100644 --- a/src/Models/UniverseMoonReport.php +++ b/src/Models/UniverseMoonReport.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/User.php b/src/Models/User.php index 73de1d379..72ccbe1fa 100644 --- a/src/Models/User.php +++ b/src/Models/User.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/UserLoginHistory.php b/src/Models/UserLoginHistory.php index f4426f2e3..7b4c1eb96 100644 --- a/src/Models/UserLoginHistory.php +++ b/src/Models/UserLoginHistory.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Models/UserSharelink.php b/src/Models/UserSharelink.php index 943e1dbdc..94bfea842 100644 --- a/src/Models/UserSharelink.php +++ b/src/Models/UserSharelink.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Notifications/EmailVerification.php b/src/Notifications/EmailVerification.php index 4e8b640c3..02dfe0742 100644 --- a/src/Notifications/EmailVerification.php +++ b/src/Notifications/EmailVerification.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/AbstractSquadObserver.php b/src/Observers/AbstractSquadObserver.php index 14306202a..8d20243dd 100644 --- a/src/Observers/AbstractSquadObserver.php +++ b/src/Observers/AbstractSquadObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/CharacterAffiliationObserver.php b/src/Observers/CharacterAffiliationObserver.php index 65102b8ad..37a1fd4da 100644 --- a/src/Observers/CharacterAffiliationObserver.php +++ b/src/Observers/CharacterAffiliationObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/CharacterAssetObserver.php b/src/Observers/CharacterAssetObserver.php index b18d23c32..2f70f5d70 100644 --- a/src/Observers/CharacterAssetObserver.php +++ b/src/Observers/CharacterAssetObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/CharacterRoleObserver.php b/src/Observers/CharacterRoleObserver.php index cdf882d92..82cc1394f 100644 --- a/src/Observers/CharacterRoleObserver.php +++ b/src/Observers/CharacterRoleObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/CharacterSkillObserver.php b/src/Observers/CharacterSkillObserver.php index 98431429b..eaa579773 100644 --- a/src/Observers/CharacterSkillObserver.php +++ b/src/Observers/CharacterSkillObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/CharacterTitleObserver.php b/src/Observers/CharacterTitleObserver.php index ddd7c3351..c45385d9b 100644 --- a/src/Observers/CharacterTitleObserver.php +++ b/src/Observers/CharacterTitleObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/RefreshTokenObserver.php b/src/Observers/RefreshTokenObserver.php index e42213725..2466db757 100644 --- a/src/Observers/RefreshTokenObserver.php +++ b/src/Observers/RefreshTokenObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/SquadMemberObserver.php b/src/Observers/SquadMemberObserver.php index 2e1f7bb60..c616d22db 100644 --- a/src/Observers/SquadMemberObserver.php +++ b/src/Observers/SquadMemberObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Observers/SquadRoleObserver.php b/src/Observers/SquadRoleObserver.php index 7f177fbe2..3baa6bc8c 100644 --- a/src/Observers/SquadRoleObserver.php +++ b/src/Observers/SquadRoleObserver.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/Traits/Stats.php b/src/Traits/Stats.php index 9d631b9dd..b07dfa3f0 100644 --- a/src/Traits/Stats.php +++ b/src/Traits/Stats.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/WebServiceProvider.php b/src/WebServiceProvider.php index 6e6725ff1..0d28592d1 100644 --- a/src/WebServiceProvider.php +++ b/src/WebServiceProvider.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2014_10_12_000000_create_users_table.php b/src/database/migrations/2014_10_12_000000_create_users_table.php index 52c233e1e..fe396009f 100644 --- a/src/database/migrations/2014_10_12_000000_create_users_table.php +++ b/src/database/migrations/2014_10_12_000000_create_users_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2014_10_12_100000_create_password_resets_table.php b/src/database/migrations/2014_10_12_100000_create_password_resets_table.php index 3fca06bfe..083e3594e 100644 --- a/src/database/migrations/2014_10_12_100000_create_password_resets_table.php +++ b/src/database/migrations/2014_10_12_100000_create_password_resets_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_28_171451_create_roles_table.php b/src/database/migrations/2015_09_28_171451_create_roles_table.php index c7c5c5b18..82b0c2461 100644 --- a/src/database/migrations/2015_09_28_171451_create_roles_table.php +++ b/src/database/migrations/2015_09_28_171451_create_roles_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_28_171456_create_permissions_table.php b/src/database/migrations/2015_09_28_171456_create_permissions_table.php index 7d5d17a0c..5b214db92 100644 --- a/src/database/migrations/2015_09_28_171456_create_permissions_table.php +++ b/src/database/migrations/2015_09_28_171456_create_permissions_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_28_180546_create_affiliations_table.php b/src/database/migrations/2015_09_28_180546_create_affiliations_table.php index bcd2fb8f8..0c1a036a7 100644 --- a/src/database/migrations/2015_09_28_180546_create_affiliations_table.php +++ b/src/database/migrations/2015_09_28_180546_create_affiliations_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_28_182002_create_permission_roles_table.php b/src/database/migrations/2015_09_28_182002_create_permission_roles_table.php index 523fffefa..169864f49 100644 --- a/src/database/migrations/2015_09_28_182002_create_permission_roles_table.php +++ b/src/database/migrations/2015_09_28_182002_create_permission_roles_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_28_182015_create_group_role_table.php b/src/database/migrations/2015_09_28_182015_create_group_role_table.php index d0611879e..db5cff1c2 100644 --- a/src/database/migrations/2015_09_28_182015_create_group_role_table.php +++ b/src/database/migrations/2015_09_28_182015_create_group_role_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_28_182023_create_affiliation_users_table.php b/src/database/migrations/2015_09_28_182023_create_affiliation_users_table.php index 36bcd612e..97e8a7ba5 100644 --- a/src/database/migrations/2015_09_28_182023_create_affiliation_users_table.php +++ b/src/database/migrations/2015_09_28_182023_create_affiliation_users_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_28_182123_create_affiliation_roles_table.php b/src/database/migrations/2015_09_28_182123_create_affiliation_roles_table.php index b347b624b..9c41920f6 100644 --- a/src/database/migrations/2015_09_28_182123_create_affiliation_roles_table.php +++ b/src/database/migrations/2015_09_28_182123_create_affiliation_roles_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_29_110435_create_user_login_histories_table.php b/src/database/migrations/2015_09_29_110435_create_user_login_histories_table.php index 1cbe97038..456dcdefa 100644 --- a/src/database/migrations/2015_09_29_110435_create_user_login_histories_table.php +++ b/src/database/migrations/2015_09_29_110435_create_user_login_histories_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2015_09_29_110524_create_security_logs_table.php b/src/database/migrations/2015_09_29_110524_create_security_logs_table.php index cb696859a..211fc38b9 100644 --- a/src/database/migrations/2015_09_29_110524_create_security_logs_table.php +++ b/src/database/migrations/2015_09_29_110524_create_security_logs_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2016_11_02_164414_add_permission_inversion_flags.php b/src/database/migrations/2016_11_02_164414_add_permission_inversion_flags.php index f0262c325..f72714337 100644 --- a/src/database/migrations/2016_11_02_164414_add_permission_inversion_flags.php +++ b/src/database/migrations/2016_11_02_164414_add_permission_inversion_flags.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2016_11_06_132407_create_standings_profiles_table.php b/src/database/migrations/2016_11_06_132407_create_standings_profiles_table.php index c5c6fc292..9d512f49d 100644 --- a/src/database/migrations/2016_11_06_132407_create_standings_profiles_table.php +++ b/src/database/migrations/2016_11_06_132407_create_standings_profiles_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2016_11_06_165918_create_standings_profile_standings_table.php b/src/database/migrations/2016_11_06_165918_create_standings_profile_standings_table.php index 02bfc3e09..6ffe03621 100644 --- a/src/database/migrations/2016_11_06_165918_create_standings_profile_standings_table.php +++ b/src/database/migrations/2016_11_06_165918_create_standings_profile_standings_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2018_02_03_102506_create_groups_table.php b/src/database/migrations/2018_02_03_102506_create_groups_table.php index fdd4ea910..016c32bce 100644 --- a/src/database/migrations/2018_02_03_102506_create_groups_table.php +++ b/src/database/migrations/2018_02_03_102506_create_groups_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2018_04_07_130814_drop_unique_email.php b/src/database/migrations/2018_04_07_130814_drop_unique_email.php index 879615be7..835b2e817 100644 --- a/src/database/migrations/2018_04_07_130814_drop_unique_email.php +++ b/src/database/migrations/2018_04_07_130814_drop_unique_email.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2018_05_18_191000_remove_email_from_users.php b/src/database/migrations/2018_05_18_191000_remove_email_from_users.php index f09c019d8..d4de3167f 100644 --- a/src/database/migrations/2018_05_18_191000_remove_email_from_users.php +++ b/src/database/migrations/2018_05_18_191000_remove_email_from_users.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2018_05_18_192331_remove_main_character_from_groups.php b/src/database/migrations/2018_05_18_192331_remove_main_character_from_groups.php index b660b5ddb..12a5c5a77 100644 --- a/src/database/migrations/2018_05_18_192331_remove_main_character_from_groups.php +++ b/src/database/migrations/2018_05_18_192331_remove_main_character_from_groups.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2018_12_29_184657_create_moon_content_table.php b/src/database/migrations/2018_12_29_184657_create_moon_content_table.php index df193e333..6460931ba 100644 --- a/src/database/migrations/2018_12_29_184657_create_moon_content_table.php +++ b/src/database/migrations/2018_12_29_184657_create_moon_content_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_05_11_164831_add_permission_role_filter.php b/src/database/migrations/2019_05_11_164831_add_permission_role_filter.php index 194315bcf..0283477d1 100644 --- a/src/database/migrations/2019_05_11_164831_add_permission_role_filter.php +++ b/src/database/migrations/2019_05_11_164831_add_permission_role_filter.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_05_18_123642_add_role_description.php b/src/database/migrations/2019_05_18_123642_add_role_description.php index 79dc0c67a..a0d76e0dd 100644 --- a/src/database/migrations/2019_05_18_123642_add_role_description.php +++ b/src/database/migrations/2019_05_18_123642_add_role_description.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_05_18_123746_add_role_logo.php b/src/database/migrations/2019_05_18_123746_add_role_logo.php index ca30bcbe0..cba5f7582 100644 --- a/src/database/migrations/2019_05_18_123746_add_role_logo.php +++ b/src/database/migrations/2019_05_18_123746_add_role_logo.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_08_03_150108_add_auto_increment_to_universe_moon_content.php b/src/database/migrations/2019_08_03_150108_add_auto_increment_to_universe_moon_content.php index 3dbd89a4d..92e94bc46 100644 --- a/src/database/migrations/2019_08_03_150108_add_auto_increment_to_universe_moon_content.php +++ b/src/database/migrations/2019_08_03_150108_add_auto_increment_to_universe_moon_content.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_10_24_113450_drop_affiliations_table.php b/src/database/migrations/2019_10_24_113450_drop_affiliations_table.php index 8fb01e61a..e22bdd21d 100644 --- a/src/database/migrations/2019_10_24_113450_drop_affiliations_table.php +++ b/src/database/migrations/2019_10_24_113450_drop_affiliations_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_10_24_113552_drop_affiliation_role_table.php b/src/database/migrations/2019_10_24_113552_drop_affiliation_role_table.php index 65942a0e5..42e0ebe6f 100644 --- a/src/database/migrations/2019_10_24_113552_drop_affiliation_role_table.php +++ b/src/database/migrations/2019_10_24_113552_drop_affiliation_role_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_10_24_113617_drop_affiliation_user_table.php b/src/database/migrations/2019_10_24_113617_drop_affiliation_user_table.php index cca8ac38b..6247d2830 100644 --- a/src/database/migrations/2019_10_24_113617_drop_affiliation_user_table.php +++ b/src/database/migrations/2019_10_24_113617_drop_affiliation_user_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_11_12_232632_drop_group_role_table.php b/src/database/migrations/2019_11_12_232632_drop_group_role_table.php index 848d68f29..501db5e09 100644 --- a/src/database/migrations/2019_11_12_232632_drop_group_role_table.php +++ b/src/database/migrations/2019_11_12_232632_drop_group_role_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_11_12_232836_create_role_user_table.php b/src/database/migrations/2019_11_12_232836_create_role_user_table.php index 4385f4666..d310efe77 100644 --- a/src/database/migrations/2019_11_12_232836_create_role_user_table.php +++ b/src/database/migrations/2019_11_12_232836_create_role_user_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_12_15_103134_create_squads_table.php b/src/database/migrations/2019_12_15_103134_create_squads_table.php index 1184f5dc4..b9287f7d9 100644 --- a/src/database/migrations/2019_12_15_103134_create_squads_table.php +++ b/src/database/migrations/2019_12_15_103134_create_squads_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_12_15_103451_create_squad_moderator_table.php b/src/database/migrations/2019_12_15_103451_create_squad_moderator_table.php index c6ec2ab9b..6a10acc13 100644 --- a/src/database/migrations/2019_12_15_103451_create_squad_moderator_table.php +++ b/src/database/migrations/2019_12_15_103451_create_squad_moderator_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_12_15_103845_create_squad_member_table.php b/src/database/migrations/2019_12_15_103845_create_squad_member_table.php index 80e0e8941..c31d49765 100644 --- a/src/database/migrations/2019_12_15_103845_create_squad_member_table.php +++ b/src/database/migrations/2019_12_15_103845_create_squad_member_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_12_15_104132_create_squad_applications_table.php b/src/database/migrations/2019_12_15_104132_create_squad_applications_table.php index 26da58428..d2ce31909 100644 --- a/src/database/migrations/2019_12_15_104132_create_squad_applications_table.php +++ b/src/database/migrations/2019_12_15_104132_create_squad_applications_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2019_12_21_161558_create_squad_role_table.php b/src/database/migrations/2019_12_21_161558_create_squad_role_table.php index fb07f53c0..2915556f6 100644 --- a/src/database/migrations/2019_12_21_161558_create_squad_role_table.php +++ b/src/database/migrations/2019_12_21_161558_create_squad_role_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_01_04_164215_alter_token_text_field_from_refresh_tokens_table.php b/src/database/migrations/2020_01_04_164215_alter_token_text_field_from_refresh_tokens_table.php index f77c08053..7821ae795 100644 --- a/src/database/migrations/2020_01_04_164215_alter_token_text_field_from_refresh_tokens_table.php +++ b/src/database/migrations/2020_01_04_164215_alter_token_text_field_from_refresh_tokens_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_02_23_165046_add_unique_name_to_squads_table.php b/src/database/migrations/2020_02_23_165046_add_unique_name_to_squads_table.php index 624d86ab4..76975a61d 100644 --- a/src/database/migrations/2020_02_23_165046_add_unique_name_to_squads_table.php +++ b/src/database/migrations/2020_02_23_165046_add_unique_name_to_squads_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_03_01_193202_remove_v3_role_permissions.php b/src/database/migrations/2020_03_01_193202_remove_v3_role_permissions.php index 268f84386..baa7fd4a6 100644 --- a/src/database/migrations/2020_03_01_193202_remove_v3_role_permissions.php +++ b/src/database/migrations/2020_03_01_193202_remove_v3_role_permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_03_01_193256_remove_v3_permissions.php b/src/database/migrations/2020_03_01_193256_remove_v3_permissions.php index ed1f812f7..6424402e9 100644 --- a/src/database/migrations/2020_03_01_193256_remove_v3_permissions.php +++ b/src/database/migrations/2020_03_01_193256_remove_v3_permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_03_17_114832_create_user_sharelinks_table.php b/src/database/migrations/2020_03_17_114832_create_user_sharelinks_table.php index 5283253f1..af4ca43d5 100644 --- a/src/database/migrations/2020_03_17_114832_create_user_sharelinks_table.php +++ b/src/database/migrations/2020_03_17_114832_create_user_sharelinks_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_03_21_180338_add_squad_user_unique_to_squad_applications_table.php b/src/database/migrations/2020_03_21_180338_add_squad_user_unique_to_squad_applications_table.php index 6ec603d4a..dda738f62 100644 --- a/src/database/migrations/2020_03_21_180338_add_squad_user_unique_to_squad_applications_table.php +++ b/src/database/migrations/2020_03_21_180338_add_squad_user_unique_to_squad_applications_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_03_21_183630_drop_is_moderated_from_squads_table.php b/src/database/migrations/2020_03_21_183630_drop_is_moderated_from_squads_table.php index 35fb1f4ae..6226eb3a2 100644 --- a/src/database/migrations/2020_03_21_183630_drop_is_moderated_from_squads_table.php +++ b/src/database/migrations/2020_03_21_183630_drop_is_moderated_from_squads_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_04_20_133426_add_is_admin_to_users_table.php b/src/database/migrations/2020_04_20_133426_add_is_admin_to_users_table.php index 35130a1d5..74ab069cb 100644 --- a/src/database/migrations/2020_04_20_133426_add_is_admin_to_users_table.php +++ b/src/database/migrations/2020_04_20_133426_add_is_admin_to_users_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_05_23_151550_set_moon_id_type_id_unique_into_universe_moon_contents_table.php b/src/database/migrations/2020_05_23_151550_set_moon_id_type_id_unique_into_universe_moon_contents_table.php index f0cf5ca88..0015516bb 100644 --- a/src/database/migrations/2020_05_23_151550_set_moon_id_type_id_unique_into_universe_moon_contents_table.php +++ b/src/database/migrations/2020_05_23_151550_set_moon_id_type_id_unique_into_universe_moon_contents_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_05_23_151558_remove_id_from_universe_moon_contents_table.php b/src/database/migrations/2020_05_23_151558_remove_id_from_universe_moon_contents_table.php index 7798fce39..2259995fe 100644 --- a/src/database/migrations/2020_05_23_151558_remove_id_from_universe_moon_contents_table.php +++ b/src/database/migrations/2020_05_23_151558_remove_id_from_universe_moon_contents_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_05_23_151841_drop_timestamps_from_universe_moon_contents_table.php b/src/database/migrations/2020_05_23_151841_drop_timestamps_from_universe_moon_contents_table.php index 040bdbee9..080213614 100644 --- a/src/database/migrations/2020_05_23_151841_drop_timestamps_from_universe_moon_contents_table.php +++ b/src/database/migrations/2020_05_23_151841_drop_timestamps_from_universe_moon_contents_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_06_02_105953_drop_timestamps_from_standings_profile_standings_table.php b/src/database/migrations/2020_06_02_105953_drop_timestamps_from_standings_profile_standings_table.php index f001596b7..0195afe50 100644 --- a/src/database/migrations/2020_06_02_105953_drop_timestamps_from_standings_profile_standings_table.php +++ b/src/database/migrations/2020_06_02_105953_drop_timestamps_from_standings_profile_standings_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_06_02_110712_drop_type_from_standings_profile_standings_table.php b/src/database/migrations/2020_06_02_110712_drop_type_from_standings_profile_standings_table.php index 493547b63..8fcd467cb 100644 --- a/src/database/migrations/2020_06_02_110712_drop_type_from_standings_profile_standings_table.php +++ b/src/database/migrations/2020_06_02_110712_drop_type_from_standings_profile_standings_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_06_02_110906_drop_id_from_standings_profile_standings_table.php b/src/database/migrations/2020_06_02_110906_drop_id_from_standings_profile_standings_table.php index 8d624e32e..0a4b4f9d7 100644 --- a/src/database/migrations/2020_06_02_110906_drop_id_from_standings_profile_standings_table.php +++ b/src/database/migrations/2020_06_02_110906_drop_id_from_standings_profile_standings_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_08_23_103135_create_classified_field_on_squads_table.php b/src/database/migrations/2020_08_23_103135_create_classified_field_on_squads_table.php index 79a4a68b2..8b9d6acde 100644 --- a/src/database/migrations/2020_08_23_103135_create_classified_field_on_squads_table.php +++ b/src/database/migrations/2020_08_23_103135_create_classified_field_on_squads_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_12_03_230358_add_category_to_standings_profile_standings_table.php b/src/database/migrations/2020_12_03_230358_add_category_to_standings_profile_standings_table.php index 2d5846f02..120c6a703 100644 --- a/src/database/migrations/2020_12_03_230358_add_category_to_standings_profile_standings_table.php +++ b/src/database/migrations/2020_12_03_230358_add_category_to_standings_profile_standings_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_12_05_105939_upgrade_squads_maj4_min3_hf1.php b/src/database/migrations/2020_12_05_105939_upgrade_squads_maj4_min3_hf1.php index ec6dbf176..76d86568a 100644 --- a/src/database/migrations/2020_12_05_105939_upgrade_squads_maj4_min3_hf1.php +++ b/src/database/migrations/2020_12_05_105939_upgrade_squads_maj4_min3_hf1.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_12_06_175255_upgrade_squads_maj4_min4_hf1.php b/src/database/migrations/2020_12_06_175255_upgrade_squads_maj4_min4_hf1.php index 45d9e0ded..936ba61f2 100644 --- a/src/database/migrations/2020_12_06_175255_upgrade_squads_maj4_min4_hf1.php +++ b/src/database/migrations/2020_12_06_175255_upgrade_squads_maj4_min4_hf1.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_12_06_220254_upgrade_squads_maj4_min4_hf2.php b/src/database/migrations/2020_12_06_220254_upgrade_squads_maj4_min4_hf2.php index d2ad371d5..08e3e2ac3 100644 --- a/src/database/migrations/2020_12_06_220254_upgrade_squads_maj4_min4_hf2.php +++ b/src/database/migrations/2020_12_06_220254_upgrade_squads_maj4_min4_hf2.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2020_12_14_231211_remove_bookmarks_from_permissions.php b/src/database/migrations/2020_12_14_231211_remove_bookmarks_from_permissions.php index 3c2985a40..c6c44c09a 100644 --- a/src/database/migrations/2020_12_14_231211_remove_bookmarks_from_permissions.php +++ b/src/database/migrations/2020_12_14_231211_remove_bookmarks_from_permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2021_01_17_150414_create_universe_moon_reports_table.php b/src/database/migrations/2021_01_17_150414_create_universe_moon_reports_table.php index d3ae4634b..0fbd7caf7 100644 --- a/src/database/migrations/2021_01_17_150414_create_universe_moon_reports_table.php +++ b/src/database/migrations/2021_01_17_150414_create_universe_moon_reports_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2021_01_20_210142_add_moon_id_foreign_key_to_universe_moon_contents.php b/src/database/migrations/2021_01_20_210142_add_moon_id_foreign_key_to_universe_moon_contents.php index 192b55ed5..169572b7a 100644 --- a/src/database/migrations/2021_01_20_210142_add_moon_id_foreign_key_to_universe_moon_contents.php +++ b/src/database/migrations/2021_01_20_210142_add_moon_id_foreign_key_to_universe_moon_contents.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2021_04_05_124225_fix_issue_eveseat_web_793.php b/src/database/migrations/2021_04_05_124225_fix_issue_eveseat_web_793.php index ec5b69fe8..45dbf6116 100644 --- a/src/database/migrations/2021_04_05_124225_fix_issue_eveseat_web_793.php +++ b/src/database/migrations/2021_04_05_124225_fix_issue_eveseat_web_793.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/migrations/2022_01_03_221839_add_id_to_user_login_histories_table.php b/src/database/migrations/2022_01_03_221839_add_id_to_user_login_histories_table.php index f175387d4..f8e87cc26 100644 --- a/src/database/migrations/2022_01_03_221839_add_id_to_user_login_histories_table.php +++ b/src/database/migrations/2022_01_03_221839_add_id_to_user_login_histories_table.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/database/seeders/ScheduleSeeder.php b/src/database/seeders/ScheduleSeeder.php index f48d40d2d..712de6150 100644 --- a/src/database/seeders/ScheduleSeeder.php +++ b/src/database/seeders/ScheduleSeeder.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/about.php b/src/resources/lang/af/about.php index da47c487a..9ae1d5b06 100644 --- a/src/resources/lang/af/about.php +++ b/src/resources/lang/af/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/assets.php b/src/resources/lang/af/assets.php index b49825391..7896071f5 100644 --- a/src/resources/lang/af/assets.php +++ b/src/resources/lang/af/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/bookmark.php b/src/resources/lang/af/bookmark.php index 9b1ac538d..44db8feb3 100644 --- a/src/resources/lang/af/bookmark.php +++ b/src/resources/lang/af/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/calendar.php b/src/resources/lang/af/calendar.php index d380fbb41..d8f4decfd 100644 --- a/src/resources/lang/af/calendar.php +++ b/src/resources/lang/af/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/contract.php b/src/resources/lang/af/contract.php index 2b14d8c95..5f96e18b6 100644 --- a/src/resources/lang/af/contract.php +++ b/src/resources/lang/af/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/custom_offices.php b/src/resources/lang/af/custom_offices.php index 2a0f1751e..a3782b7df 100644 --- a/src/resources/lang/af/custom_offices.php +++ b/src/resources/lang/af/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/fitting.php b/src/resources/lang/af/fitting.php index 9f4a3eaf3..812b2c840 100644 --- a/src/resources/lang/af/fitting.php +++ b/src/resources/lang/af/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/industry.php b/src/resources/lang/af/industry.php index 2eb5614dd..10aca61d1 100644 --- a/src/resources/lang/af/industry.php +++ b/src/resources/lang/af/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/kills.php b/src/resources/lang/af/kills.php index 5a65ccace..1b20f152b 100644 --- a/src/resources/lang/af/kills.php +++ b/src/resources/lang/af/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/mail.php b/src/resources/lang/af/mail.php index 12deb383c..d2cfcf19d 100644 --- a/src/resources/lang/af/mail.php +++ b/src/resources/lang/af/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/market.php b/src/resources/lang/af/market.php index 687bc548f..6d181eaf3 100644 --- a/src/resources/lang/af/market.php +++ b/src/resources/lang/af/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/mining.php b/src/resources/lang/af/mining.php index aa9369018..4f7840f9a 100644 --- a/src/resources/lang/af/mining.php +++ b/src/resources/lang/af/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/moons.php b/src/resources/lang/af/moons.php index f96eec2a7..8ba63f024 100644 --- a/src/resources/lang/af/moons.php +++ b/src/resources/lang/af/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/notifications.php b/src/resources/lang/af/notifications.php index cc8288033..f5c312117 100644 --- a/src/resources/lang/af/notifications.php +++ b/src/resources/lang/af/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/permissions.php b/src/resources/lang/af/permissions.php index a54ad1345..4eb8b1f5f 100644 --- a/src/resources/lang/af/permissions.php +++ b/src/resources/lang/af/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/research.php b/src/resources/lang/af/research.php index e20453539..96433a52f 100644 --- a/src/resources/lang/af/research.php +++ b/src/resources/lang/af/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/seat.php b/src/resources/lang/af/seat.php index 935a8be88..c53d3a80e 100644 --- a/src/resources/lang/af/seat.php +++ b/src/resources/lang/af/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/settings.php b/src/resources/lang/af/settings.php index babbad1c9..ec2aef055 100644 --- a/src/resources/lang/af/settings.php +++ b/src/resources/lang/af/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/squads.php b/src/resources/lang/af/squads.php index 2f4b9329c..a671d9dfa 100644 --- a/src/resources/lang/af/squads.php +++ b/src/resources/lang/af/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/af/wallet.php b/src/resources/lang/af/wallet.php index 0fc91510c..e5ca14ca7 100644 --- a/src/resources/lang/af/wallet.php +++ b/src/resources/lang/af/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/about.php b/src/resources/lang/de/about.php index 0080feeba..5b504013f 100644 --- a/src/resources/lang/de/about.php +++ b/src/resources/lang/de/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/assets.php b/src/resources/lang/de/assets.php index ffe169a94..b368634cd 100644 --- a/src/resources/lang/de/assets.php +++ b/src/resources/lang/de/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/bookmark.php b/src/resources/lang/de/bookmark.php index 416e1c7f0..83ed4d7a7 100644 --- a/src/resources/lang/de/bookmark.php +++ b/src/resources/lang/de/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/calendar.php b/src/resources/lang/de/calendar.php index 9bcddc952..f54fe701b 100644 --- a/src/resources/lang/de/calendar.php +++ b/src/resources/lang/de/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/contract.php b/src/resources/lang/de/contract.php index 647f41f40..780a2e1dc 100644 --- a/src/resources/lang/de/contract.php +++ b/src/resources/lang/de/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/custom_offices.php b/src/resources/lang/de/custom_offices.php index c9f2e8db1..29f9b58ae 100644 --- a/src/resources/lang/de/custom_offices.php +++ b/src/resources/lang/de/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/fitting.php b/src/resources/lang/de/fitting.php index fc7533289..77df760b2 100644 --- a/src/resources/lang/de/fitting.php +++ b/src/resources/lang/de/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/industry.php b/src/resources/lang/de/industry.php index d502a69a3..ba20d1b7b 100644 --- a/src/resources/lang/de/industry.php +++ b/src/resources/lang/de/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/kills.php b/src/resources/lang/de/kills.php index 03ede6210..977d81ead 100644 --- a/src/resources/lang/de/kills.php +++ b/src/resources/lang/de/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/mail.php b/src/resources/lang/de/mail.php index cdf980439..d2e29ba4b 100644 --- a/src/resources/lang/de/mail.php +++ b/src/resources/lang/de/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/market.php b/src/resources/lang/de/market.php index cd0a9a5d5..826adeaf1 100644 --- a/src/resources/lang/de/market.php +++ b/src/resources/lang/de/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/mining.php b/src/resources/lang/de/mining.php index aaa596c18..5dc4b5546 100644 --- a/src/resources/lang/de/mining.php +++ b/src/resources/lang/de/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/moons.php b/src/resources/lang/de/moons.php index d28064935..7d4388c35 100644 --- a/src/resources/lang/de/moons.php +++ b/src/resources/lang/de/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/notifications.php b/src/resources/lang/de/notifications.php index 0648012d6..24edd7c4a 100644 --- a/src/resources/lang/de/notifications.php +++ b/src/resources/lang/de/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/permissions.php b/src/resources/lang/de/permissions.php index cf75879dd..b3da43d47 100644 --- a/src/resources/lang/de/permissions.php +++ b/src/resources/lang/de/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/research.php b/src/resources/lang/de/research.php index f87400be7..48cf93ef6 100644 --- a/src/resources/lang/de/research.php +++ b/src/resources/lang/de/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/seat.php b/src/resources/lang/de/seat.php index 1f0d9e942..76fcafea1 100644 --- a/src/resources/lang/de/seat.php +++ b/src/resources/lang/de/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/settings.php b/src/resources/lang/de/settings.php index babbad1c9..ec2aef055 100644 --- a/src/resources/lang/de/settings.php +++ b/src/resources/lang/de/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/squads.php b/src/resources/lang/de/squads.php index f77ae5d22..e52c4618a 100644 --- a/src/resources/lang/de/squads.php +++ b/src/resources/lang/de/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/de/wallet.php b/src/resources/lang/de/wallet.php index cdf89eeba..d5499ee67 100644 --- a/src/resources/lang/de/wallet.php +++ b/src/resources/lang/de/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/about.php b/src/resources/lang/en/about.php index 93a64d659..dee1f62ee 100644 --- a/src/resources/lang/en/about.php +++ b/src/resources/lang/en/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/assets.php b/src/resources/lang/en/assets.php index b49825391..7896071f5 100644 --- a/src/resources/lang/en/assets.php +++ b/src/resources/lang/en/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/bookmark.php b/src/resources/lang/en/bookmark.php index 612dff787..e0afaae98 100644 --- a/src/resources/lang/en/bookmark.php +++ b/src/resources/lang/en/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/calendar.php b/src/resources/lang/en/calendar.php index 9565f19f0..d1c541853 100644 --- a/src/resources/lang/en/calendar.php +++ b/src/resources/lang/en/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/contract.php b/src/resources/lang/en/contract.php index 3873b01e5..bf4ddee87 100644 --- a/src/resources/lang/en/contract.php +++ b/src/resources/lang/en/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/custom_offices.php b/src/resources/lang/en/custom_offices.php index 2a0f1751e..a3782b7df 100644 --- a/src/resources/lang/en/custom_offices.php +++ b/src/resources/lang/en/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/fitting.php b/src/resources/lang/en/fitting.php index 0b154580c..38497218d 100644 --- a/src/resources/lang/en/fitting.php +++ b/src/resources/lang/en/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/industry.php b/src/resources/lang/en/industry.php index c0bc39ef0..ad406a35a 100644 --- a/src/resources/lang/en/industry.php +++ b/src/resources/lang/en/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/kills.php b/src/resources/lang/en/kills.php index c02a0b6fd..effb6220b 100644 --- a/src/resources/lang/en/kills.php +++ b/src/resources/lang/en/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/mail.php b/src/resources/lang/en/mail.php index 11fd3a309..31bc6f4a2 100644 --- a/src/resources/lang/en/mail.php +++ b/src/resources/lang/en/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/market.php b/src/resources/lang/en/market.php index 687bc548f..6d181eaf3 100644 --- a/src/resources/lang/en/market.php +++ b/src/resources/lang/en/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/mining.php b/src/resources/lang/en/mining.php index aa9369018..4f7840f9a 100644 --- a/src/resources/lang/en/mining.php +++ b/src/resources/lang/en/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/moons.php b/src/resources/lang/en/moons.php index cffa78fd6..66c9c49fa 100644 --- a/src/resources/lang/en/moons.php +++ b/src/resources/lang/en/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/notifications.php b/src/resources/lang/en/notifications.php index cc8288033..f5c312117 100644 --- a/src/resources/lang/en/notifications.php +++ b/src/resources/lang/en/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/permissions.php b/src/resources/lang/en/permissions.php index a54ad1345..4eb8b1f5f 100644 --- a/src/resources/lang/en/permissions.php +++ b/src/resources/lang/en/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/research.php b/src/resources/lang/en/research.php index e20453539..96433a52f 100644 --- a/src/resources/lang/en/research.php +++ b/src/resources/lang/en/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/seat.php b/src/resources/lang/en/seat.php index c50c7052e..059fbf5c2 100644 --- a/src/resources/lang/en/seat.php +++ b/src/resources/lang/en/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/settings.php b/src/resources/lang/en/settings.php index babbad1c9..ec2aef055 100644 --- a/src/resources/lang/en/settings.php +++ b/src/resources/lang/en/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/squads.php b/src/resources/lang/en/squads.php index 2f4b9329c..a671d9dfa 100644 --- a/src/resources/lang/en/squads.php +++ b/src/resources/lang/en/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/en/wallet.php b/src/resources/lang/en/wallet.php index 0fc91510c..e5ca14ca7 100644 --- a/src/resources/lang/en/wallet.php +++ b/src/resources/lang/en/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/about.php b/src/resources/lang/fr/about.php index ccc698095..3f7c214ed 100644 --- a/src/resources/lang/fr/about.php +++ b/src/resources/lang/fr/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/assets.php b/src/resources/lang/fr/assets.php index b49825391..7896071f5 100644 --- a/src/resources/lang/fr/assets.php +++ b/src/resources/lang/fr/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/bookmark.php b/src/resources/lang/fr/bookmark.php index cefbc140a..d6395084a 100644 --- a/src/resources/lang/fr/bookmark.php +++ b/src/resources/lang/fr/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/calendar.php b/src/resources/lang/fr/calendar.php index 56550ac00..81ee14471 100644 --- a/src/resources/lang/fr/calendar.php +++ b/src/resources/lang/fr/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/contract.php b/src/resources/lang/fr/contract.php index 6c21ca128..3dd91229b 100644 --- a/src/resources/lang/fr/contract.php +++ b/src/resources/lang/fr/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/custom_offices.php b/src/resources/lang/fr/custom_offices.php index 597580648..45e7e6ef8 100644 --- a/src/resources/lang/fr/custom_offices.php +++ b/src/resources/lang/fr/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/fitting.php b/src/resources/lang/fr/fitting.php index a97824099..93d822319 100644 --- a/src/resources/lang/fr/fitting.php +++ b/src/resources/lang/fr/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/industry.php b/src/resources/lang/fr/industry.php index 0e225e2f9..768da072c 100644 --- a/src/resources/lang/fr/industry.php +++ b/src/resources/lang/fr/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/kills.php b/src/resources/lang/fr/kills.php index 01c16779f..c23599aec 100644 --- a/src/resources/lang/fr/kills.php +++ b/src/resources/lang/fr/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/mail.php b/src/resources/lang/fr/mail.php index 1e4235758..d6bd014dc 100644 --- a/src/resources/lang/fr/mail.php +++ b/src/resources/lang/fr/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/market.php b/src/resources/lang/fr/market.php index 0e78d32a0..c96445dd7 100644 --- a/src/resources/lang/fr/market.php +++ b/src/resources/lang/fr/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/mining.php b/src/resources/lang/fr/mining.php index 427014eb3..b7fc1b1f3 100644 --- a/src/resources/lang/fr/mining.php +++ b/src/resources/lang/fr/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/moons.php b/src/resources/lang/fr/moons.php index d991e6d86..8007a82c0 100644 --- a/src/resources/lang/fr/moons.php +++ b/src/resources/lang/fr/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/notifications.php b/src/resources/lang/fr/notifications.php index fe0f96e07..39f846dd6 100644 --- a/src/resources/lang/fr/notifications.php +++ b/src/resources/lang/fr/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/permissions.php b/src/resources/lang/fr/permissions.php index 7b86daa27..420c81a22 100644 --- a/src/resources/lang/fr/permissions.php +++ b/src/resources/lang/fr/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/research.php b/src/resources/lang/fr/research.php index 35dc0f43f..67b2e4adb 100644 --- a/src/resources/lang/fr/research.php +++ b/src/resources/lang/fr/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/seat.php b/src/resources/lang/fr/seat.php index 6bfe8e81e..dc69cc2a0 100644 --- a/src/resources/lang/fr/seat.php +++ b/src/resources/lang/fr/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/settings.php b/src/resources/lang/fr/settings.php index b27393bb1..edd845f46 100644 --- a/src/resources/lang/fr/settings.php +++ b/src/resources/lang/fr/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/squads.php b/src/resources/lang/fr/squads.php index c3cd9961a..80db2f365 100644 --- a/src/resources/lang/fr/squads.php +++ b/src/resources/lang/fr/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/fr/wallet.php b/src/resources/lang/fr/wallet.php index 246d42c31..e8f1e3a07 100644 --- a/src/resources/lang/fr/wallet.php +++ b/src/resources/lang/fr/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/about.php b/src/resources/lang/ja/about.php index 37ef66acf..a25d5a4dc 100644 --- a/src/resources/lang/ja/about.php +++ b/src/resources/lang/ja/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/assets.php b/src/resources/lang/ja/assets.php index c97615bb8..17c4b9125 100644 --- a/src/resources/lang/ja/assets.php +++ b/src/resources/lang/ja/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/bookmark.php b/src/resources/lang/ja/bookmark.php index 335cfbef7..008cf0730 100644 --- a/src/resources/lang/ja/bookmark.php +++ b/src/resources/lang/ja/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/calendar.php b/src/resources/lang/ja/calendar.php index c31278db7..a4e0462c3 100644 --- a/src/resources/lang/ja/calendar.php +++ b/src/resources/lang/ja/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/contract.php b/src/resources/lang/ja/contract.php index d3359427f..1540048a9 100644 --- a/src/resources/lang/ja/contract.php +++ b/src/resources/lang/ja/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/custom_offices.php b/src/resources/lang/ja/custom_offices.php index 6eac48c48..aefb41db4 100644 --- a/src/resources/lang/ja/custom_offices.php +++ b/src/resources/lang/ja/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/fitting.php b/src/resources/lang/ja/fitting.php index 45e042ca9..5d9ce172c 100644 --- a/src/resources/lang/ja/fitting.php +++ b/src/resources/lang/ja/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/industry.php b/src/resources/lang/ja/industry.php index 5dfc0af7b..339619d79 100644 --- a/src/resources/lang/ja/industry.php +++ b/src/resources/lang/ja/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/kills.php b/src/resources/lang/ja/kills.php index ac034de7c..3a5a17ffe 100644 --- a/src/resources/lang/ja/kills.php +++ b/src/resources/lang/ja/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/mail.php b/src/resources/lang/ja/mail.php index bacf98bc3..869ffa379 100644 --- a/src/resources/lang/ja/mail.php +++ b/src/resources/lang/ja/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/market.php b/src/resources/lang/ja/market.php index 8872b4a7e..da760f0f5 100644 --- a/src/resources/lang/ja/market.php +++ b/src/resources/lang/ja/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/mining.php b/src/resources/lang/ja/mining.php index 6dce03ad6..e9e31fc2f 100644 --- a/src/resources/lang/ja/mining.php +++ b/src/resources/lang/ja/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/moons.php b/src/resources/lang/ja/moons.php index 22d6d9720..e522d0592 100644 --- a/src/resources/lang/ja/moons.php +++ b/src/resources/lang/ja/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/notifications.php b/src/resources/lang/ja/notifications.php index 0573235da..e3975a910 100644 --- a/src/resources/lang/ja/notifications.php +++ b/src/resources/lang/ja/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/permissions.php b/src/resources/lang/ja/permissions.php index 0df6bb12a..c671046e9 100644 --- a/src/resources/lang/ja/permissions.php +++ b/src/resources/lang/ja/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/research.php b/src/resources/lang/ja/research.php index cc08b1c22..76c5aa075 100644 --- a/src/resources/lang/ja/research.php +++ b/src/resources/lang/ja/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/seat.php b/src/resources/lang/ja/seat.php index dac2b0c5d..276a12776 100644 --- a/src/resources/lang/ja/seat.php +++ b/src/resources/lang/ja/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/settings.php b/src/resources/lang/ja/settings.php index 49ae32fcf..21670d78d 100644 --- a/src/resources/lang/ja/settings.php +++ b/src/resources/lang/ja/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/squads.php b/src/resources/lang/ja/squads.php index 72e4712a7..52bbb2660 100644 --- a/src/resources/lang/ja/squads.php +++ b/src/resources/lang/ja/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ja/wallet.php b/src/resources/lang/ja/wallet.php index f2e28c75e..01025f973 100644 --- a/src/resources/lang/ja/wallet.php +++ b/src/resources/lang/ja/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/about.php b/src/resources/lang/ko/about.php index 6d60ea10c..3f2772d05 100644 --- a/src/resources/lang/ko/about.php +++ b/src/resources/lang/ko/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/assets.php b/src/resources/lang/ko/assets.php index 20c33f084..48a723213 100644 --- a/src/resources/lang/ko/assets.php +++ b/src/resources/lang/ko/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/bookmark.php b/src/resources/lang/ko/bookmark.php index 0bd56e7c8..2f70ed5c7 100644 --- a/src/resources/lang/ko/bookmark.php +++ b/src/resources/lang/ko/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/calendar.php b/src/resources/lang/ko/calendar.php index 05fef921b..9f56bc7d4 100644 --- a/src/resources/lang/ko/calendar.php +++ b/src/resources/lang/ko/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/contract.php b/src/resources/lang/ko/contract.php index f073e413a..c706194f6 100644 --- a/src/resources/lang/ko/contract.php +++ b/src/resources/lang/ko/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/custom_offices.php b/src/resources/lang/ko/custom_offices.php index 62d4ffee3..97133ed72 100644 --- a/src/resources/lang/ko/custom_offices.php +++ b/src/resources/lang/ko/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/fitting.php b/src/resources/lang/ko/fitting.php index d338c8110..81229b72d 100644 --- a/src/resources/lang/ko/fitting.php +++ b/src/resources/lang/ko/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/industry.php b/src/resources/lang/ko/industry.php index cf335358f..8778c7b9f 100644 --- a/src/resources/lang/ko/industry.php +++ b/src/resources/lang/ko/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/kills.php b/src/resources/lang/ko/kills.php index f8b0b665f..c2b6111e6 100644 --- a/src/resources/lang/ko/kills.php +++ b/src/resources/lang/ko/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/mail.php b/src/resources/lang/ko/mail.php index 93cc8a233..76eaabe89 100644 --- a/src/resources/lang/ko/mail.php +++ b/src/resources/lang/ko/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/market.php b/src/resources/lang/ko/market.php index 687bc548f..6d181eaf3 100644 --- a/src/resources/lang/ko/market.php +++ b/src/resources/lang/ko/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/mining.php b/src/resources/lang/ko/mining.php index ceade839d..4564e1944 100644 --- a/src/resources/lang/ko/mining.php +++ b/src/resources/lang/ko/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/moons.php b/src/resources/lang/ko/moons.php index dedbd8360..a8fc3470b 100644 --- a/src/resources/lang/ko/moons.php +++ b/src/resources/lang/ko/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/notifications.php b/src/resources/lang/ko/notifications.php index 5dbf7e0b1..2a3f2f195 100644 --- a/src/resources/lang/ko/notifications.php +++ b/src/resources/lang/ko/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/permissions.php b/src/resources/lang/ko/permissions.php index a54ad1345..4eb8b1f5f 100644 --- a/src/resources/lang/ko/permissions.php +++ b/src/resources/lang/ko/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/research.php b/src/resources/lang/ko/research.php index b433c4962..31c870402 100644 --- a/src/resources/lang/ko/research.php +++ b/src/resources/lang/ko/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/seat.php b/src/resources/lang/ko/seat.php index 7477e1137..95d39823f 100644 --- a/src/resources/lang/ko/seat.php +++ b/src/resources/lang/ko/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/settings.php b/src/resources/lang/ko/settings.php index babbad1c9..ec2aef055 100644 --- a/src/resources/lang/ko/settings.php +++ b/src/resources/lang/ko/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/squads.php b/src/resources/lang/ko/squads.php index 2f4b9329c..a671d9dfa 100644 --- a/src/resources/lang/ko/squads.php +++ b/src/resources/lang/ko/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ko/wallet.php b/src/resources/lang/ko/wallet.php index 979129dc9..11fd529e8 100644 --- a/src/resources/lang/ko/wallet.php +++ b/src/resources/lang/ko/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/about.php b/src/resources/lang/ro/about.php index 47636663e..67f09e4fd 100644 --- a/src/resources/lang/ro/about.php +++ b/src/resources/lang/ro/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/assets.php b/src/resources/lang/ro/assets.php index b49825391..7896071f5 100644 --- a/src/resources/lang/ro/assets.php +++ b/src/resources/lang/ro/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/bookmark.php b/src/resources/lang/ro/bookmark.php index 612dff787..e0afaae98 100644 --- a/src/resources/lang/ro/bookmark.php +++ b/src/resources/lang/ro/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/calendar.php b/src/resources/lang/ro/calendar.php index 9565f19f0..d1c541853 100644 --- a/src/resources/lang/ro/calendar.php +++ b/src/resources/lang/ro/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/contract.php b/src/resources/lang/ro/contract.php index 3873b01e5..bf4ddee87 100644 --- a/src/resources/lang/ro/contract.php +++ b/src/resources/lang/ro/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/custom_offices.php b/src/resources/lang/ro/custom_offices.php index 2a0f1751e..a3782b7df 100644 --- a/src/resources/lang/ro/custom_offices.php +++ b/src/resources/lang/ro/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/fitting.php b/src/resources/lang/ro/fitting.php index 0b154580c..38497218d 100644 --- a/src/resources/lang/ro/fitting.php +++ b/src/resources/lang/ro/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/industry.php b/src/resources/lang/ro/industry.php index c0bc39ef0..ad406a35a 100644 --- a/src/resources/lang/ro/industry.php +++ b/src/resources/lang/ro/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/kills.php b/src/resources/lang/ro/kills.php index c02a0b6fd..effb6220b 100644 --- a/src/resources/lang/ro/kills.php +++ b/src/resources/lang/ro/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/mail.php b/src/resources/lang/ro/mail.php index 11fd3a309..31bc6f4a2 100644 --- a/src/resources/lang/ro/mail.php +++ b/src/resources/lang/ro/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/market.php b/src/resources/lang/ro/market.php index 687bc548f..6d181eaf3 100644 --- a/src/resources/lang/ro/market.php +++ b/src/resources/lang/ro/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/mining.php b/src/resources/lang/ro/mining.php index aa9369018..4f7840f9a 100644 --- a/src/resources/lang/ro/mining.php +++ b/src/resources/lang/ro/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/moons.php b/src/resources/lang/ro/moons.php index f96eec2a7..8ba63f024 100644 --- a/src/resources/lang/ro/moons.php +++ b/src/resources/lang/ro/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/notifications.php b/src/resources/lang/ro/notifications.php index c4fe82328..d2e1d90c3 100644 --- a/src/resources/lang/ro/notifications.php +++ b/src/resources/lang/ro/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/permissions.php b/src/resources/lang/ro/permissions.php index a54ad1345..4eb8b1f5f 100644 --- a/src/resources/lang/ro/permissions.php +++ b/src/resources/lang/ro/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/research.php b/src/resources/lang/ro/research.php index e20453539..96433a52f 100644 --- a/src/resources/lang/ro/research.php +++ b/src/resources/lang/ro/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/seat.php b/src/resources/lang/ro/seat.php index fa44a9532..7caa9fe79 100644 --- a/src/resources/lang/ro/seat.php +++ b/src/resources/lang/ro/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/settings.php b/src/resources/lang/ro/settings.php index babbad1c9..ec2aef055 100644 --- a/src/resources/lang/ro/settings.php +++ b/src/resources/lang/ro/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/squads.php b/src/resources/lang/ro/squads.php index 2f4b9329c..a671d9dfa 100644 --- a/src/resources/lang/ro/squads.php +++ b/src/resources/lang/ro/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ro/wallet.php b/src/resources/lang/ro/wallet.php index 0fc91510c..e5ca14ca7 100644 --- a/src/resources/lang/ro/wallet.php +++ b/src/resources/lang/ro/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/about.php b/src/resources/lang/ru/about.php index 23a81e834..a5c781451 100644 --- a/src/resources/lang/ru/about.php +++ b/src/resources/lang/ru/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/assets.php b/src/resources/lang/ru/assets.php index ca2983526..bb820bbd0 100644 --- a/src/resources/lang/ru/assets.php +++ b/src/resources/lang/ru/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/bookmark.php b/src/resources/lang/ru/bookmark.php index 557cef1b7..d722bd1ea 100644 --- a/src/resources/lang/ru/bookmark.php +++ b/src/resources/lang/ru/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/calendar.php b/src/resources/lang/ru/calendar.php index 493e9a75a..a480337af 100644 --- a/src/resources/lang/ru/calendar.php +++ b/src/resources/lang/ru/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/contract.php b/src/resources/lang/ru/contract.php index 035be9dc0..cba363af0 100644 --- a/src/resources/lang/ru/contract.php +++ b/src/resources/lang/ru/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/custom_offices.php b/src/resources/lang/ru/custom_offices.php index 2a0f1751e..a3782b7df 100644 --- a/src/resources/lang/ru/custom_offices.php +++ b/src/resources/lang/ru/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/fitting.php b/src/resources/lang/ru/fitting.php index 0b154580c..38497218d 100644 --- a/src/resources/lang/ru/fitting.php +++ b/src/resources/lang/ru/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/industry.php b/src/resources/lang/ru/industry.php index c0bc39ef0..ad406a35a 100644 --- a/src/resources/lang/ru/industry.php +++ b/src/resources/lang/ru/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/kills.php b/src/resources/lang/ru/kills.php index 6241def7d..d34fa7ea3 100644 --- a/src/resources/lang/ru/kills.php +++ b/src/resources/lang/ru/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/mail.php b/src/resources/lang/ru/mail.php index 85c989ceb..1feec4cbf 100644 --- a/src/resources/lang/ru/mail.php +++ b/src/resources/lang/ru/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/market.php b/src/resources/lang/ru/market.php index 3c076caeb..f942f628a 100644 --- a/src/resources/lang/ru/market.php +++ b/src/resources/lang/ru/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/mining.php b/src/resources/lang/ru/mining.php index ca17f3597..5ccf4c551 100644 --- a/src/resources/lang/ru/mining.php +++ b/src/resources/lang/ru/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/moons.php b/src/resources/lang/ru/moons.php index 42718a896..70682fdfd 100644 --- a/src/resources/lang/ru/moons.php +++ b/src/resources/lang/ru/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/notifications.php b/src/resources/lang/ru/notifications.php index 7fa33d47d..23f462c69 100644 --- a/src/resources/lang/ru/notifications.php +++ b/src/resources/lang/ru/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/permissions.php b/src/resources/lang/ru/permissions.php index a54ad1345..4eb8b1f5f 100644 --- a/src/resources/lang/ru/permissions.php +++ b/src/resources/lang/ru/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/research.php b/src/resources/lang/ru/research.php index e20453539..96433a52f 100644 --- a/src/resources/lang/ru/research.php +++ b/src/resources/lang/ru/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/seat.php b/src/resources/lang/ru/seat.php index cc6c71fa4..5aba8c13a 100644 --- a/src/resources/lang/ru/seat.php +++ b/src/resources/lang/ru/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/settings.php b/src/resources/lang/ru/settings.php index babbad1c9..ec2aef055 100644 --- a/src/resources/lang/ru/settings.php +++ b/src/resources/lang/ru/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/squads.php b/src/resources/lang/ru/squads.php index dc7e8532e..a2218d4ce 100644 --- a/src/resources/lang/ru/squads.php +++ b/src/resources/lang/ru/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/ru/wallet.php b/src/resources/lang/ru/wallet.php index 0fc91510c..e5ca14ca7 100644 --- a/src/resources/lang/ru/wallet.php +++ b/src/resources/lang/ru/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/about.php b/src/resources/lang/zh-CN/about.php index efe8d2357..58f6bbbf3 100644 --- a/src/resources/lang/zh-CN/about.php +++ b/src/resources/lang/zh-CN/about.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/assets.php b/src/resources/lang/zh-CN/assets.php index 6268989e9..e010f5aff 100644 --- a/src/resources/lang/zh-CN/assets.php +++ b/src/resources/lang/zh-CN/assets.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/bookmark.php b/src/resources/lang/zh-CN/bookmark.php index 1e4fd5212..dcef80836 100644 --- a/src/resources/lang/zh-CN/bookmark.php +++ b/src/resources/lang/zh-CN/bookmark.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/calendar.php b/src/resources/lang/zh-CN/calendar.php index 9e663763a..ed1b0a8c1 100644 --- a/src/resources/lang/zh-CN/calendar.php +++ b/src/resources/lang/zh-CN/calendar.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/contract.php b/src/resources/lang/zh-CN/contract.php index 09fa56d97..befa9e0a9 100644 --- a/src/resources/lang/zh-CN/contract.php +++ b/src/resources/lang/zh-CN/contract.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/custom_offices.php b/src/resources/lang/zh-CN/custom_offices.php index 141d98b95..71f967a2b 100644 --- a/src/resources/lang/zh-CN/custom_offices.php +++ b/src/resources/lang/zh-CN/custom_offices.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/fitting.php b/src/resources/lang/zh-CN/fitting.php index 85ee6253c..62083aaf0 100644 --- a/src/resources/lang/zh-CN/fitting.php +++ b/src/resources/lang/zh-CN/fitting.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/industry.php b/src/resources/lang/zh-CN/industry.php index d75fdfecd..757342ca2 100644 --- a/src/resources/lang/zh-CN/industry.php +++ b/src/resources/lang/zh-CN/industry.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/kills.php b/src/resources/lang/zh-CN/kills.php index 1ece8bf99..71c3251fb 100644 --- a/src/resources/lang/zh-CN/kills.php +++ b/src/resources/lang/zh-CN/kills.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/mail.php b/src/resources/lang/zh-CN/mail.php index 855c777d1..a68e8fc68 100644 --- a/src/resources/lang/zh-CN/mail.php +++ b/src/resources/lang/zh-CN/mail.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/market.php b/src/resources/lang/zh-CN/market.php index 54710889b..922807528 100644 --- a/src/resources/lang/zh-CN/market.php +++ b/src/resources/lang/zh-CN/market.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/mining.php b/src/resources/lang/zh-CN/mining.php index 0b3650347..bdf6fbad9 100644 --- a/src/resources/lang/zh-CN/mining.php +++ b/src/resources/lang/zh-CN/mining.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/moons.php b/src/resources/lang/zh-CN/moons.php index 5018855c3..fbc7f337b 100644 --- a/src/resources/lang/zh-CN/moons.php +++ b/src/resources/lang/zh-CN/moons.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/notifications.php b/src/resources/lang/zh-CN/notifications.php index 992e8ec38..d3593b84e 100644 --- a/src/resources/lang/zh-CN/notifications.php +++ b/src/resources/lang/zh-CN/notifications.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/permissions.php b/src/resources/lang/zh-CN/permissions.php index a54ad1345..4eb8b1f5f 100644 --- a/src/resources/lang/zh-CN/permissions.php +++ b/src/resources/lang/zh-CN/permissions.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/research.php b/src/resources/lang/zh-CN/research.php index 24adb4b4f..81b6412ab 100644 --- a/src/resources/lang/zh-CN/research.php +++ b/src/resources/lang/zh-CN/research.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/seat.php b/src/resources/lang/zh-CN/seat.php index 70022c4ac..89418c5f4 100644 --- a/src/resources/lang/zh-CN/seat.php +++ b/src/resources/lang/zh-CN/seat.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/settings.php b/src/resources/lang/zh-CN/settings.php index 2bebfaf95..418211ab4 100644 --- a/src/resources/lang/zh-CN/settings.php +++ b/src/resources/lang/zh-CN/settings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/squads.php b/src/resources/lang/zh-CN/squads.php index e0870cfdc..12caa3994 100644 --- a/src/resources/lang/zh-CN/squads.php +++ b/src/resources/lang/zh-CN/squads.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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/src/resources/lang/zh-CN/wallet.php b/src/resources/lang/zh-CN/wallet.php index 1764a13b4..978e7949e 100644 --- a/src/resources/lang/zh-CN/wallet.php +++ b/src/resources/lang/zh-CN/wallet.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2022 Leon Jacobs + * Copyright (C) 2015 to present Leon Jacobs * * 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