diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-01-16 16:47:37 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-01-16 16:47:37 +0000 |
| commit | 198bde4f76ce7c412d31895f04c2378104ec4c14 (patch) | |
| tree | 010ff574a7ff74e7e49f2aea5c3f2595c8034d12 /tests | |
| parent | 084926c04b051183258562d2ce407b802cf700aa (diff) | |
| download | webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.gz webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.bz2 webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.zip | |
It's 2025. Update copyright date.
Diffstat (limited to 'tests')
1280 files changed, 1280 insertions, 1280 deletions
diff --git a/tests/MockGlobalFunctions.php b/tests/MockGlobalFunctions.php index 33b5d820d2..2bba1bf940 100644 --- a/tests/MockGlobalFunctions.php +++ b/tests/MockGlobalFunctions.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/TestCase.php b/tests/TestCase.php index d81d1ac604..bffdc89329 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/AgeTest.php b/tests/app/AgeTest.php index 3afea2caa3..8c3a53c6e4 100644 --- a/tests/app/AgeTest.php +++ b/tests/app/AgeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/AuthTest.php b/tests/app/AuthTest.php index d41d89acf6..4a7305d526 100644 --- a/tests/app/AuthTest.php +++ b/tests/app/AuthTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CacheTest.php b/tests/app/CacheTest.php index d3030dc697..80669bdef2 100644 --- a/tests/app/CacheTest.php +++ b/tests/app/CacheTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnAgeFemale5YearsTest.php b/tests/app/Census/CensusColumnAgeFemale5YearsTest.php index 3af626047d..23c3964c48 100644 --- a/tests/app/Census/CensusColumnAgeFemale5YearsTest.php +++ b/tests/app/Census/CensusColumnAgeFemale5YearsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnAgeFemaleTest.php b/tests/app/Census/CensusColumnAgeFemaleTest.php index 7d5afcd945..3c317e0bf0 100644 --- a/tests/app/Census/CensusColumnAgeFemaleTest.php +++ b/tests/app/Census/CensusColumnAgeFemaleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnAgeMale5YearsTest.php b/tests/app/Census/CensusColumnAgeMale5YearsTest.php index b47a35a8a2..a27ea7df63 100644 --- a/tests/app/Census/CensusColumnAgeMale5YearsTest.php +++ b/tests/app/Census/CensusColumnAgeMale5YearsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnAgeMaleTest.php b/tests/app/Census/CensusColumnAgeMaleTest.php index 351566c8e4..ee888d6cfa 100644 --- a/tests/app/Census/CensusColumnAgeMaleTest.php +++ b/tests/app/Census/CensusColumnAgeMaleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnAgeMarriedTest.php b/tests/app/Census/CensusColumnAgeMarriedTest.php index 62582ab4f3..04c30120b3 100644 --- a/tests/app/Census/CensusColumnAgeMarriedTest.php +++ b/tests/app/Census/CensusColumnAgeMarriedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnAgeNextBirthDayTest.php b/tests/app/Census/CensusColumnAgeNextBirthDayTest.php index 3e9bbaafef..90c61f247a 100644 --- a/tests/app/Census/CensusColumnAgeNextBirthDayTest.php +++ b/tests/app/Census/CensusColumnAgeNextBirthDayTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnAgeTest.php b/tests/app/Census/CensusColumnAgeTest.php index ccf92b81b2..8ab72cb6f9 100644 --- a/tests/app/Census/CensusColumnAgeTest.php +++ b/tests/app/Census/CensusColumnAgeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthDateTest.php b/tests/app/Census/CensusColumnBirthDateTest.php index 1143445854..2d905112a4 100644 --- a/tests/app/Census/CensusColumnBirthDateTest.php +++ b/tests/app/Census/CensusColumnBirthDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php b/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php index 2735a67d05..aa97bebb2d 100644 --- a/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php +++ b/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthDayMonthYearTest.php b/tests/app/Census/CensusColumnBirthDayMonthYearTest.php index e83aaa5709..139594a553 100644 --- a/tests/app/Census/CensusColumnBirthDayMonthYearTest.php +++ b/tests/app/Census/CensusColumnBirthDayMonthYearTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthDaySlashMonthTest.php b/tests/app/Census/CensusColumnBirthDaySlashMonthTest.php index 190e46b8fa..ed3bbe5a4c 100644 --- a/tests/app/Census/CensusColumnBirthDaySlashMonthTest.php +++ b/tests/app/Census/CensusColumnBirthDaySlashMonthTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php b/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php index c7be4b1173..19dbb967de 100644 --- a/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php +++ b/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthDayTest.php b/tests/app/Census/CensusColumnBirthDayTest.php index 1e4d0dc389..2e3691a883 100644 --- a/tests/app/Census/CensusColumnBirthDayTest.php +++ b/tests/app/Census/CensusColumnBirthDayTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthMonthDayTest.php b/tests/app/Census/CensusColumnBirthMonthDayTest.php index adcbe1fcdb..0da93f31a6 100644 --- a/tests/app/Census/CensusColumnBirthMonthDayTest.php +++ b/tests/app/Census/CensusColumnBirthMonthDayTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthMonthTest.php b/tests/app/Census/CensusColumnBirthMonthTest.php index f3f19227c8..32d913d64d 100644 --- a/tests/app/Census/CensusColumnBirthMonthTest.php +++ b/tests/app/Census/CensusColumnBirthMonthTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthPlaceSimpleTest.php b/tests/app/Census/CensusColumnBirthPlaceSimpleTest.php index ba8ac9d52f..e561e871ea 100644 --- a/tests/app/Census/CensusColumnBirthPlaceSimpleTest.php +++ b/tests/app/Census/CensusColumnBirthPlaceSimpleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthPlaceTest.php b/tests/app/Census/CensusColumnBirthPlaceTest.php index 49c7124b0d..b6b0602238 100644 --- a/tests/app/Census/CensusColumnBirthPlaceTest.php +++ b/tests/app/Census/CensusColumnBirthPlaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBirthYearTest.php b/tests/app/Census/CensusColumnBirthYearTest.php index 599c04bfa4..ec4d013205 100644 --- a/tests/app/Census/CensusColumnBirthYearTest.php +++ b/tests/app/Census/CensusColumnBirthYearTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnBornForeignPartsTest.php b/tests/app/Census/CensusColumnBornForeignPartsTest.php index 7cbfddf3b5..66b347a6b1 100644 --- a/tests/app/Census/CensusColumnBornForeignPartsTest.php +++ b/tests/app/Census/CensusColumnBornForeignPartsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnChildrenBornAliveTest.php b/tests/app/Census/CensusColumnChildrenBornAliveTest.php index 3fb4d14e5d..540417309a 100644 --- a/tests/app/Census/CensusColumnChildrenBornAliveTest.php +++ b/tests/app/Census/CensusColumnChildrenBornAliveTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnChildrenDiedTest.php b/tests/app/Census/CensusColumnChildrenDiedTest.php index 46af983081..5d09ddab1a 100644 --- a/tests/app/Census/CensusColumnChildrenDiedTest.php +++ b/tests/app/Census/CensusColumnChildrenDiedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnChildrenLivingTest.php b/tests/app/Census/CensusColumnChildrenLivingTest.php index 8ec54ee456..773e9b3cf1 100644 --- a/tests/app/Census/CensusColumnChildrenLivingTest.php +++ b/tests/app/Census/CensusColumnChildrenLivingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionCanadaMarriedSingleTest.php b/tests/app/Census/CensusColumnConditionCanadaMarriedSingleTest.php index 691081438b..c3bfce80ed 100644 --- a/tests/app/Census/CensusColumnConditionCanadaMarriedSingleTest.php +++ b/tests/app/Census/CensusColumnConditionCanadaMarriedSingleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionCanadaMarriedWidowedTest.php b/tests/app/Census/CensusColumnConditionCanadaMarriedWidowedTest.php index fa82a68276..66382401e9 100644 --- a/tests/app/Census/CensusColumnConditionCanadaMarriedWidowedTest.php +++ b/tests/app/Census/CensusColumnConditionCanadaMarriedWidowedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionCanadaTest.php b/tests/app/Census/CensusColumnConditionCanadaTest.php index f62e67b740..6e2d462401 100644 --- a/tests/app/Census/CensusColumnConditionCanadaTest.php +++ b/tests/app/Census/CensusColumnConditionCanadaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionCanadaWidowedFemaleTest.php b/tests/app/Census/CensusColumnConditionCanadaWidowedFemaleTest.php index 691a8ef7e4..4f4e5c57f6 100644 --- a/tests/app/Census/CensusColumnConditionCanadaWidowedFemaleTest.php +++ b/tests/app/Census/CensusColumnConditionCanadaWidowedFemaleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionCanadaWidowedMaleTest.php b/tests/app/Census/CensusColumnConditionCanadaWidowedMaleTest.php index 8a0b330447..510fd5c90d 100644 --- a/tests/app/Census/CensusColumnConditionCanadaWidowedMaleTest.php +++ b/tests/app/Census/CensusColumnConditionCanadaWidowedMaleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionCanadaWidowedTest.php b/tests/app/Census/CensusColumnConditionCanadaWidowedTest.php index 08e0c5fdd2..3b1a6325ab 100644 --- a/tests/app/Census/CensusColumnConditionCanadaWidowedTest.php +++ b/tests/app/Census/CensusColumnConditionCanadaWidowedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionDanishTest.php b/tests/app/Census/CensusColumnConditionDanishTest.php index c21077e4cd..f98e44bcfa 100644 --- a/tests/app/Census/CensusColumnConditionDanishTest.php +++ b/tests/app/Census/CensusColumnConditionDanishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionEnglishTest.php b/tests/app/Census/CensusColumnConditionEnglishTest.php index c73516ba8a..a45f0ce59a 100644 --- a/tests/app/Census/CensusColumnConditionEnglishTest.php +++ b/tests/app/Census/CensusColumnConditionEnglishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionFrenchFemmeTest.php b/tests/app/Census/CensusColumnConditionFrenchFemmeTest.php index 66742dc911..f6a66618c9 100644 --- a/tests/app/Census/CensusColumnConditionFrenchFemmeTest.php +++ b/tests/app/Census/CensusColumnConditionFrenchFemmeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionFrenchFilleTest.php b/tests/app/Census/CensusColumnConditionFrenchFilleTest.php index f8ac0cee75..4ee85a8dbd 100644 --- a/tests/app/Census/CensusColumnConditionFrenchFilleTest.php +++ b/tests/app/Census/CensusColumnConditionFrenchFilleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionFrenchGarconTest.php b/tests/app/Census/CensusColumnConditionFrenchGarconTest.php index 80d40e8b5d..b9f21a2883 100644 --- a/tests/app/Census/CensusColumnConditionFrenchGarconTest.php +++ b/tests/app/Census/CensusColumnConditionFrenchGarconTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionFrenchHommeTest.php b/tests/app/Census/CensusColumnConditionFrenchHommeTest.php index 4e31bd3f49..55cb177983 100644 --- a/tests/app/Census/CensusColumnConditionFrenchHommeTest.php +++ b/tests/app/Census/CensusColumnConditionFrenchHommeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionFrenchVeufTest.php b/tests/app/Census/CensusColumnConditionFrenchVeufTest.php index c017102409..2b229351d1 100644 --- a/tests/app/Census/CensusColumnConditionFrenchVeufTest.php +++ b/tests/app/Census/CensusColumnConditionFrenchVeufTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionFrenchVeuveTest.php b/tests/app/Census/CensusColumnConditionFrenchVeuveTest.php index 6c061acdd0..6737eb17ec 100644 --- a/tests/app/Census/CensusColumnConditionFrenchVeuveTest.php +++ b/tests/app/Census/CensusColumnConditionFrenchVeuveTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnConditionUsTest.php b/tests/app/Census/CensusColumnConditionUsTest.php index fa4dc25285..95f123fe99 100644 --- a/tests/app/Census/CensusColumnConditionUsTest.php +++ b/tests/app/Census/CensusColumnConditionUsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnFatherBirthPlaceSimpleTest.php b/tests/app/Census/CensusColumnFatherBirthPlaceSimpleTest.php index 5115a780e7..7b80441927 100644 --- a/tests/app/Census/CensusColumnFatherBirthPlaceSimpleTest.php +++ b/tests/app/Census/CensusColumnFatherBirthPlaceSimpleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnFatherBirthPlaceTest.php b/tests/app/Census/CensusColumnFatherBirthPlaceTest.php index 4cd489f7a8..cb5e48876e 100644 --- a/tests/app/Census/CensusColumnFatherBirthPlaceTest.php +++ b/tests/app/Census/CensusColumnFatherBirthPlaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnFatherForeignTest.php b/tests/app/Census/CensusColumnFatherForeignTest.php index 47a4700002..10c49bab26 100644 --- a/tests/app/Census/CensusColumnFatherForeignTest.php +++ b/tests/app/Census/CensusColumnFatherForeignTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnFullNameTest.php b/tests/app/Census/CensusColumnFullNameTest.php index 5a45e5a30d..5009bfb66a 100644 --- a/tests/app/Census/CensusColumnFullNameTest.php +++ b/tests/app/Census/CensusColumnFullNameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnGivenNameInitialTest.php b/tests/app/Census/CensusColumnGivenNameInitialTest.php index f800424368..37a66211e9 100644 --- a/tests/app/Census/CensusColumnGivenNameInitialTest.php +++ b/tests/app/Census/CensusColumnGivenNameInitialTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnGivenNamesTest.php b/tests/app/Census/CensusColumnGivenNamesTest.php index 3fdc54f9a6..0501c8fb58 100644 --- a/tests/app/Census/CensusColumnGivenNamesTest.php +++ b/tests/app/Census/CensusColumnGivenNamesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnMarriedWithinYearTest.php b/tests/app/Census/CensusColumnMarriedWithinYearTest.php index c812cf1e5a..21f05de34a 100644 --- a/tests/app/Census/CensusColumnMarriedWithinYearTest.php +++ b/tests/app/Census/CensusColumnMarriedWithinYearTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnMonthIfBornWithinYearTest.php b/tests/app/Census/CensusColumnMonthIfBornWithinYearTest.php index bfadaee9f6..d11280140c 100644 --- a/tests/app/Census/CensusColumnMonthIfBornWithinYearTest.php +++ b/tests/app/Census/CensusColumnMonthIfBornWithinYearTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnMonthIfMarriedWithinYearTest.php b/tests/app/Census/CensusColumnMonthIfMarriedWithinYearTest.php index 25f9cb9a45..e587ca7531 100644 --- a/tests/app/Census/CensusColumnMonthIfMarriedWithinYearTest.php +++ b/tests/app/Census/CensusColumnMonthIfMarriedWithinYearTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php b/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php index f3d3abb759..df7a947635 100644 --- a/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php +++ b/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnMotherBirthPlaceTest.php b/tests/app/Census/CensusColumnMotherBirthPlaceTest.php index d90ceac521..2738b1570a 100644 --- a/tests/app/Census/CensusColumnMotherBirthPlaceTest.php +++ b/tests/app/Census/CensusColumnMotherBirthPlaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnMotherForeignTest.php b/tests/app/Census/CensusColumnMotherForeignTest.php index c1358453f3..1f6eac0938 100644 --- a/tests/app/Census/CensusColumnMotherForeignTest.php +++ b/tests/app/Census/CensusColumnMotherForeignTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnNationalityTest.php b/tests/app/Census/CensusColumnNationalityTest.php index dea388ae75..8520e4d13b 100644 --- a/tests/app/Census/CensusColumnNationalityTest.php +++ b/tests/app/Census/CensusColumnNationalityTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnNullTest.php b/tests/app/Census/CensusColumnNullTest.php index 6bd5e20129..e29a3255cc 100644 --- a/tests/app/Census/CensusColumnNullTest.php +++ b/tests/app/Census/CensusColumnNullTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnOccupationTest.php b/tests/app/Census/CensusColumnOccupationTest.php index b53c2c6b21..6271b6b5d2 100644 --- a/tests/app/Census/CensusColumnOccupationTest.php +++ b/tests/app/Census/CensusColumnOccupationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnRelationToHeadEnglishTest.php b/tests/app/Census/CensusColumnRelationToHeadEnglishTest.php index 57f7b8eafb..fc59e14f86 100644 --- a/tests/app/Census/CensusColumnRelationToHeadEnglishTest.php +++ b/tests/app/Census/CensusColumnRelationToHeadEnglishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnRelationToHeadGermanTest.php b/tests/app/Census/CensusColumnRelationToHeadGermanTest.php index 80ed417fb6..f99fbe3a4a 100644 --- a/tests/app/Census/CensusColumnRelationToHeadGermanTest.php +++ b/tests/app/Census/CensusColumnRelationToHeadGermanTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnRelationToHeadTest.php b/tests/app/Census/CensusColumnRelationToHeadTest.php index 222aca3875..fb02ce3f08 100644 --- a/tests/app/Census/CensusColumnRelationToHeadTest.php +++ b/tests/app/Census/CensusColumnRelationToHeadTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnReligionTest.php b/tests/app/Census/CensusColumnReligionTest.php index 967d6d3051..c9158adb28 100644 --- a/tests/app/Census/CensusColumnReligionTest.php +++ b/tests/app/Census/CensusColumnReligionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSexFTest.php b/tests/app/Census/CensusColumnSexFTest.php index 2ec5822824..cb85972ea7 100644 --- a/tests/app/Census/CensusColumnSexFTest.php +++ b/tests/app/Census/CensusColumnSexFTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSexMFTest.php b/tests/app/Census/CensusColumnSexMFTest.php index 7f9bdd7855..df0c782998 100644 --- a/tests/app/Census/CensusColumnSexMFTest.php +++ b/tests/app/Census/CensusColumnSexMFTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSexMKTest.php b/tests/app/Census/CensusColumnSexMKTest.php index 8db0fc50c5..5a1d2f3125 100644 --- a/tests/app/Census/CensusColumnSexMKTest.php +++ b/tests/app/Census/CensusColumnSexMKTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSexMTest.php b/tests/app/Census/CensusColumnSexMTest.php index 09d3c9f518..8ca6664768 100644 --- a/tests/app/Census/CensusColumnSexMTest.php +++ b/tests/app/Census/CensusColumnSexMTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSexMZTest.php b/tests/app/Census/CensusColumnSexMZTest.php index 082f95441c..14305d6f66 100644 --- a/tests/app/Census/CensusColumnSexMZTest.php +++ b/tests/app/Census/CensusColumnSexMZTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSurnameGivenNameInitialTest.php b/tests/app/Census/CensusColumnSurnameGivenNameInitialTest.php index 905e375396..240189fdc4 100644 --- a/tests/app/Census/CensusColumnSurnameGivenNameInitialTest.php +++ b/tests/app/Census/CensusColumnSurnameGivenNameInitialTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSurnameGivenNamesTest.php b/tests/app/Census/CensusColumnSurnameGivenNamesTest.php index 565a764dee..38f2ffb1c9 100644 --- a/tests/app/Census/CensusColumnSurnameGivenNamesTest.php +++ b/tests/app/Census/CensusColumnSurnameGivenNamesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnSurnameTest.php b/tests/app/Census/CensusColumnSurnameTest.php index 13a47069f1..468f4f6187 100644 --- a/tests/app/Census/CensusColumnSurnameTest.php +++ b/tests/app/Census/CensusColumnSurnameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusColumnYearsMarriedTest.php b/tests/app/Census/CensusColumnYearsMarriedTest.php index 1bc811ab65..ecfd859015 100644 --- a/tests/app/Census/CensusColumnYearsMarriedTest.php +++ b/tests/app/Census/CensusColumnYearsMarriedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1851Test.php b/tests/app/Census/CensusOfCanada1851Test.php index 4c91e80b1c..422edc8a62 100644 --- a/tests/app/Census/CensusOfCanada1851Test.php +++ b/tests/app/Census/CensusOfCanada1851Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1861Test.php b/tests/app/Census/CensusOfCanada1861Test.php index e09e6decf5..fcb6e9d122 100644 --- a/tests/app/Census/CensusOfCanada1861Test.php +++ b/tests/app/Census/CensusOfCanada1861Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1871Test.php b/tests/app/Census/CensusOfCanada1871Test.php index cbbb4801ee..566d159901 100644 --- a/tests/app/Census/CensusOfCanada1871Test.php +++ b/tests/app/Census/CensusOfCanada1871Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1881Test.php b/tests/app/Census/CensusOfCanada1881Test.php index e248d406a6..8a5c3a2a4f 100644 --- a/tests/app/Census/CensusOfCanada1881Test.php +++ b/tests/app/Census/CensusOfCanada1881Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1891Test.php b/tests/app/Census/CensusOfCanada1891Test.php index 4d2d4f22e0..bc5f2337c8 100644 --- a/tests/app/Census/CensusOfCanada1891Test.php +++ b/tests/app/Census/CensusOfCanada1891Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1901Test.php b/tests/app/Census/CensusOfCanada1901Test.php index 773c98d0ad..42f1dbfecb 100644 --- a/tests/app/Census/CensusOfCanada1901Test.php +++ b/tests/app/Census/CensusOfCanada1901Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1911Test.php b/tests/app/Census/CensusOfCanada1911Test.php index 1d72f3d244..368a1f5d50 100644 --- a/tests/app/Census/CensusOfCanada1911Test.php +++ b/tests/app/Census/CensusOfCanada1911Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1921Test.php b/tests/app/Census/CensusOfCanada1921Test.php index 04eaa36803..069b9c6288 100644 --- a/tests/app/Census/CensusOfCanada1921Test.php +++ b/tests/app/Census/CensusOfCanada1921Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanada1931Test.php b/tests/app/Census/CensusOfCanada1931Test.php index c47cff5997..22e08cbb48 100644 --- a/tests/app/Census/CensusOfCanada1931Test.php +++ b/tests/app/Census/CensusOfCanada1931Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanadaPraries1916Test.php b/tests/app/Census/CensusOfCanadaPraries1916Test.php index 34ca3b1680..5a45d15ca7 100644 --- a/tests/app/Census/CensusOfCanadaPraries1916Test.php +++ b/tests/app/Census/CensusOfCanadaPraries1916Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanadaPraries1926Test.php b/tests/app/Census/CensusOfCanadaPraries1926Test.php index caa8686789..6c65dbb7da 100644 --- a/tests/app/Census/CensusOfCanadaPraries1926Test.php +++ b/tests/app/Census/CensusOfCanadaPraries1926Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCanadaTest.php b/tests/app/Census/CensusOfCanadaTest.php index 518ff53afc..60683e509d 100644 --- a/tests/app/Census/CensusOfCanadaTest.php +++ b/tests/app/Census/CensusOfCanadaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCzechRepublic1880Test.php b/tests/app/Census/CensusOfCzechRepublic1880Test.php index 634ae2a8ce..a4c2b0bce0 100644 --- a/tests/app/Census/CensusOfCzechRepublic1880Test.php +++ b/tests/app/Census/CensusOfCzechRepublic1880Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCzechRepublic1890Test.php b/tests/app/Census/CensusOfCzechRepublic1890Test.php index 853fed44d0..c872e29695 100644 --- a/tests/app/Census/CensusOfCzechRepublic1890Test.php +++ b/tests/app/Census/CensusOfCzechRepublic1890Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCzechRepublic1900Test.php b/tests/app/Census/CensusOfCzechRepublic1900Test.php index c9481b0c87..b223e81aee 100644 --- a/tests/app/Census/CensusOfCzechRepublic1900Test.php +++ b/tests/app/Census/CensusOfCzechRepublic1900Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCzechRepublic1910Test.php b/tests/app/Census/CensusOfCzechRepublic1910Test.php index 936b551abe..e6ec914df1 100644 --- a/tests/app/Census/CensusOfCzechRepublic1910Test.php +++ b/tests/app/Census/CensusOfCzechRepublic1910Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCzechRepublic1921Test.php b/tests/app/Census/CensusOfCzechRepublic1921Test.php index b6bc79b30b..1401e2088a 100644 --- a/tests/app/Census/CensusOfCzechRepublic1921Test.php +++ b/tests/app/Census/CensusOfCzechRepublic1921Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfCzechRepublicTest.php b/tests/app/Census/CensusOfCzechRepublicTest.php index 40aa2c5f88..1c668e5fb8 100644 --- a/tests/app/Census/CensusOfCzechRepublicTest.php +++ b/tests/app/Census/CensusOfCzechRepublicTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1787Test.php b/tests/app/Census/CensusOfDenmark1787Test.php index db6f3a7573..df4895082a 100644 --- a/tests/app/Census/CensusOfDenmark1787Test.php +++ b/tests/app/Census/CensusOfDenmark1787Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1801Test.php b/tests/app/Census/CensusOfDenmark1801Test.php index f47b50506b..f1c5712724 100644 --- a/tests/app/Census/CensusOfDenmark1801Test.php +++ b/tests/app/Census/CensusOfDenmark1801Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1803Test.php b/tests/app/Census/CensusOfDenmark1803Test.php index e361ebbc39..9f6aa5f8ea 100644 --- a/tests/app/Census/CensusOfDenmark1803Test.php +++ b/tests/app/Census/CensusOfDenmark1803Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1834Test.php b/tests/app/Census/CensusOfDenmark1834Test.php index cdeb10c8c2..cc9f0bdf1b 100644 --- a/tests/app/Census/CensusOfDenmark1834Test.php +++ b/tests/app/Census/CensusOfDenmark1834Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1835Test.php b/tests/app/Census/CensusOfDenmark1835Test.php index 71e57733d9..0dc59e9469 100644 --- a/tests/app/Census/CensusOfDenmark1835Test.php +++ b/tests/app/Census/CensusOfDenmark1835Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1840Test.php b/tests/app/Census/CensusOfDenmark1840Test.php index 153ed7dd86..8e7822aca3 100644 --- a/tests/app/Census/CensusOfDenmark1840Test.php +++ b/tests/app/Census/CensusOfDenmark1840Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1845Test.php b/tests/app/Census/CensusOfDenmark1845Test.php index ae98eb4cde..882ea32441 100644 --- a/tests/app/Census/CensusOfDenmark1845Test.php +++ b/tests/app/Census/CensusOfDenmark1845Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1850Test.php b/tests/app/Census/CensusOfDenmark1850Test.php index 41b79540f7..22d69e79b9 100644 --- a/tests/app/Census/CensusOfDenmark1850Test.php +++ b/tests/app/Census/CensusOfDenmark1850Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1855Test.php b/tests/app/Census/CensusOfDenmark1855Test.php index 315fd5bf2e..eeb0955bb7 100644 --- a/tests/app/Census/CensusOfDenmark1855Test.php +++ b/tests/app/Census/CensusOfDenmark1855Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1860Test.php b/tests/app/Census/CensusOfDenmark1860Test.php index 75218d57be..543f7b4862 100644 --- a/tests/app/Census/CensusOfDenmark1860Test.php +++ b/tests/app/Census/CensusOfDenmark1860Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1870Test.php b/tests/app/Census/CensusOfDenmark1870Test.php index c2fb173153..d252e5f89e 100644 --- a/tests/app/Census/CensusOfDenmark1870Test.php +++ b/tests/app/Census/CensusOfDenmark1870Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1880Test.php b/tests/app/Census/CensusOfDenmark1880Test.php index c95e8e0f34..7350c1a497 100644 --- a/tests/app/Census/CensusOfDenmark1880Test.php +++ b/tests/app/Census/CensusOfDenmark1880Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1885Test.php b/tests/app/Census/CensusOfDenmark1885Test.php index 5f5588bbd2..8cd76602ba 100644 --- a/tests/app/Census/CensusOfDenmark1885Test.php +++ b/tests/app/Census/CensusOfDenmark1885Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1890Test.php b/tests/app/Census/CensusOfDenmark1890Test.php index cdb0d6a501..00e2d14ab3 100644 --- a/tests/app/Census/CensusOfDenmark1890Test.php +++ b/tests/app/Census/CensusOfDenmark1890Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1901Test.php b/tests/app/Census/CensusOfDenmark1901Test.php index ffe2ac247b..c42aeaec7c 100644 --- a/tests/app/Census/CensusOfDenmark1901Test.php +++ b/tests/app/Census/CensusOfDenmark1901Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1906Test.php b/tests/app/Census/CensusOfDenmark1906Test.php index 0ebef78036..9a5c764328 100644 --- a/tests/app/Census/CensusOfDenmark1906Test.php +++ b/tests/app/Census/CensusOfDenmark1906Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1911Test.php b/tests/app/Census/CensusOfDenmark1911Test.php index d90ecbda35..15cadc2bb5 100644 --- a/tests/app/Census/CensusOfDenmark1911Test.php +++ b/tests/app/Census/CensusOfDenmark1911Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1916Test.php b/tests/app/Census/CensusOfDenmark1916Test.php index 8be69450d1..425125ab64 100644 --- a/tests/app/Census/CensusOfDenmark1916Test.php +++ b/tests/app/Census/CensusOfDenmark1916Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1921Test.php b/tests/app/Census/CensusOfDenmark1921Test.php index a8dd38cd19..f7ba17c6b7 100644 --- a/tests/app/Census/CensusOfDenmark1921Test.php +++ b/tests/app/Census/CensusOfDenmark1921Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1925Test.php b/tests/app/Census/CensusOfDenmark1925Test.php index ff2eb99a8b..54b9bc0175 100644 --- a/tests/app/Census/CensusOfDenmark1925Test.php +++ b/tests/app/Census/CensusOfDenmark1925Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1930Test.php b/tests/app/Census/CensusOfDenmark1930Test.php index a6432db2cb..0d3854bdbd 100644 --- a/tests/app/Census/CensusOfDenmark1930Test.php +++ b/tests/app/Census/CensusOfDenmark1930Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmark1940Test.php b/tests/app/Census/CensusOfDenmark1940Test.php index 3f88696923..d794323a6c 100644 --- a/tests/app/Census/CensusOfDenmark1940Test.php +++ b/tests/app/Census/CensusOfDenmark1940Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDenmarkTest.php b/tests/app/Census/CensusOfDenmarkTest.php index e5e25f10f7..e89ac6e483 100644 --- a/tests/app/Census/CensusOfDenmarkTest.php +++ b/tests/app/Census/CensusOfDenmarkTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDeutschland1819Test.php b/tests/app/Census/CensusOfDeutschland1819Test.php index 02c6fd0b48..d26d074351 100644 --- a/tests/app/Census/CensusOfDeutschland1819Test.php +++ b/tests/app/Census/CensusOfDeutschland1819Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDeutschland1867Test.php b/tests/app/Census/CensusOfDeutschland1867Test.php index 03f0d7681a..31e6710c0c 100644 --- a/tests/app/Census/CensusOfDeutschland1867Test.php +++ b/tests/app/Census/CensusOfDeutschland1867Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDeutschland1900Test.php b/tests/app/Census/CensusOfDeutschland1900Test.php index 7cb408da21..1dec2e9482 100644 --- a/tests/app/Census/CensusOfDeutschland1900Test.php +++ b/tests/app/Census/CensusOfDeutschland1900Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDeutschland1919Test.php b/tests/app/Census/CensusOfDeutschland1919Test.php index 8dd1243528..901203517f 100644 --- a/tests/app/Census/CensusOfDeutschland1919Test.php +++ b/tests/app/Census/CensusOfDeutschland1919Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDeutschlandNL1867Test.php b/tests/app/Census/CensusOfDeutschlandNL1867Test.php index 8ff195f847..3d8bfb7595 100644 --- a/tests/app/Census/CensusOfDeutschlandNL1867Test.php +++ b/tests/app/Census/CensusOfDeutschlandNL1867Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfDeutschlandTest.php b/tests/app/Census/CensusOfDeutschlandTest.php index 3f23d5f9d3..0d2ff6db2a 100644 --- a/tests/app/Census/CensusOfDeutschlandTest.php +++ b/tests/app/Census/CensusOfDeutschlandTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1841Test.php b/tests/app/Census/CensusOfEngland1841Test.php index 876d994a45..25ef2e904b 100644 --- a/tests/app/Census/CensusOfEngland1841Test.php +++ b/tests/app/Census/CensusOfEngland1841Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1851Test.php b/tests/app/Census/CensusOfEngland1851Test.php index badd339bd8..cf53d7e666 100644 --- a/tests/app/Census/CensusOfEngland1851Test.php +++ b/tests/app/Census/CensusOfEngland1851Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1861Test.php b/tests/app/Census/CensusOfEngland1861Test.php index 806773f7e7..67330e0b38 100644 --- a/tests/app/Census/CensusOfEngland1861Test.php +++ b/tests/app/Census/CensusOfEngland1861Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1871Test.php b/tests/app/Census/CensusOfEngland1871Test.php index 8b7f01000e..6b32674679 100644 --- a/tests/app/Census/CensusOfEngland1871Test.php +++ b/tests/app/Census/CensusOfEngland1871Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1881Test.php b/tests/app/Census/CensusOfEngland1881Test.php index e5bd1b7aee..5cf5aa821b 100644 --- a/tests/app/Census/CensusOfEngland1881Test.php +++ b/tests/app/Census/CensusOfEngland1881Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1891Test.php b/tests/app/Census/CensusOfEngland1891Test.php index 2c59848143..cdd1679a49 100644 --- a/tests/app/Census/CensusOfEngland1891Test.php +++ b/tests/app/Census/CensusOfEngland1891Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1901Test.php b/tests/app/Census/CensusOfEngland1901Test.php index 6904ff3478..ec7c8a362c 100644 --- a/tests/app/Census/CensusOfEngland1901Test.php +++ b/tests/app/Census/CensusOfEngland1901Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEngland1911Test.php b/tests/app/Census/CensusOfEngland1911Test.php index 27e8d79328..87123a0a6d 100644 --- a/tests/app/Census/CensusOfEngland1911Test.php +++ b/tests/app/Census/CensusOfEngland1911Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfEnglandTest.php b/tests/app/Census/CensusOfEnglandTest.php index 44b05ff1a1..6d06407076 100644 --- a/tests/app/Census/CensusOfEnglandTest.php +++ b/tests/app/Census/CensusOfEnglandTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1831Test.php b/tests/app/Census/CensusOfFrance1831Test.php index 5259572497..8937f9b043 100644 --- a/tests/app/Census/CensusOfFrance1831Test.php +++ b/tests/app/Census/CensusOfFrance1831Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1836Test.php b/tests/app/Census/CensusOfFrance1836Test.php index 83527eacfc..3377959f95 100644 --- a/tests/app/Census/CensusOfFrance1836Test.php +++ b/tests/app/Census/CensusOfFrance1836Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1841Test.php b/tests/app/Census/CensusOfFrance1841Test.php index 6b7db25573..5113271af7 100644 --- a/tests/app/Census/CensusOfFrance1841Test.php +++ b/tests/app/Census/CensusOfFrance1841Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1846Test.php b/tests/app/Census/CensusOfFrance1846Test.php index 6570cfebc3..6ab4315c16 100644 --- a/tests/app/Census/CensusOfFrance1846Test.php +++ b/tests/app/Census/CensusOfFrance1846Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1851Test.php b/tests/app/Census/CensusOfFrance1851Test.php index 023d781bbe..30acf1f034 100644 --- a/tests/app/Census/CensusOfFrance1851Test.php +++ b/tests/app/Census/CensusOfFrance1851Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1856Test.php b/tests/app/Census/CensusOfFrance1856Test.php index c08a485973..1c99ccceed 100644 --- a/tests/app/Census/CensusOfFrance1856Test.php +++ b/tests/app/Census/CensusOfFrance1856Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1861Test.php b/tests/app/Census/CensusOfFrance1861Test.php index e1903451a4..77037b1115 100644 --- a/tests/app/Census/CensusOfFrance1861Test.php +++ b/tests/app/Census/CensusOfFrance1861Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1866Test.php b/tests/app/Census/CensusOfFrance1866Test.php index 8b11ca2dbb..7e40e2973a 100644 --- a/tests/app/Census/CensusOfFrance1866Test.php +++ b/tests/app/Census/CensusOfFrance1866Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1872Test.php b/tests/app/Census/CensusOfFrance1872Test.php index 51eadf9f1b..7b33057042 100644 --- a/tests/app/Census/CensusOfFrance1872Test.php +++ b/tests/app/Census/CensusOfFrance1872Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1876Test.php b/tests/app/Census/CensusOfFrance1876Test.php index 16fa81bddd..b3d4fe4e1d 100644 --- a/tests/app/Census/CensusOfFrance1876Test.php +++ b/tests/app/Census/CensusOfFrance1876Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1881Test.php b/tests/app/Census/CensusOfFrance1881Test.php index 5fefaab627..70dbc72248 100644 --- a/tests/app/Census/CensusOfFrance1881Test.php +++ b/tests/app/Census/CensusOfFrance1881Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1886Test.php b/tests/app/Census/CensusOfFrance1886Test.php index ff2d4ae8f6..945a2e15ff 100644 --- a/tests/app/Census/CensusOfFrance1886Test.php +++ b/tests/app/Census/CensusOfFrance1886Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1891Test.php b/tests/app/Census/CensusOfFrance1891Test.php index f36b2f4573..76798049cc 100644 --- a/tests/app/Census/CensusOfFrance1891Test.php +++ b/tests/app/Census/CensusOfFrance1891Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1896Test.php b/tests/app/Census/CensusOfFrance1896Test.php index c03a84e3de..b64aa85c78 100644 --- a/tests/app/Census/CensusOfFrance1896Test.php +++ b/tests/app/Census/CensusOfFrance1896Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1901Test.php b/tests/app/Census/CensusOfFrance1901Test.php index 4b1e8a3e55..4c293450da 100644 --- a/tests/app/Census/CensusOfFrance1901Test.php +++ b/tests/app/Census/CensusOfFrance1901Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1906Test.php b/tests/app/Census/CensusOfFrance1906Test.php index 0344ac3c0c..ff53aeb4c5 100644 --- a/tests/app/Census/CensusOfFrance1906Test.php +++ b/tests/app/Census/CensusOfFrance1906Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1911Test.php b/tests/app/Census/CensusOfFrance1911Test.php index 06e8f37c2f..4d1a79bea6 100644 --- a/tests/app/Census/CensusOfFrance1911Test.php +++ b/tests/app/Census/CensusOfFrance1911Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1921Test.php b/tests/app/Census/CensusOfFrance1921Test.php index 79de3571b3..12a835ea2f 100644 --- a/tests/app/Census/CensusOfFrance1921Test.php +++ b/tests/app/Census/CensusOfFrance1921Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1926Test.php b/tests/app/Census/CensusOfFrance1926Test.php index f736d4f0da..ef98df1632 100644 --- a/tests/app/Census/CensusOfFrance1926Test.php +++ b/tests/app/Census/CensusOfFrance1926Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1931Test.php b/tests/app/Census/CensusOfFrance1931Test.php index 082cde908c..c303b0c64c 100644 --- a/tests/app/Census/CensusOfFrance1931Test.php +++ b/tests/app/Census/CensusOfFrance1931Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1936Test.php b/tests/app/Census/CensusOfFrance1936Test.php index 9b897c2fc9..41d9f3a9c3 100644 --- a/tests/app/Census/CensusOfFrance1936Test.php +++ b/tests/app/Census/CensusOfFrance1936Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFrance1946Test.php b/tests/app/Census/CensusOfFrance1946Test.php index a81851f0b0..9948006ecb 100644 --- a/tests/app/Census/CensusOfFrance1946Test.php +++ b/tests/app/Census/CensusOfFrance1946Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfFranceTest.php b/tests/app/Census/CensusOfFranceTest.php index b2e14f3684..113271bf3d 100644 --- a/tests/app/Census/CensusOfFranceTest.php +++ b/tests/app/Census/CensusOfFranceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfRhodeIsland1905Test.php b/tests/app/Census/CensusOfRhodeIsland1905Test.php index 59a9d75a4b..fce97bd496 100644 --- a/tests/app/Census/CensusOfRhodeIsland1905Test.php +++ b/tests/app/Census/CensusOfRhodeIsland1905Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfRhodeIsland1915Test.php b/tests/app/Census/CensusOfRhodeIsland1915Test.php index 322a77b345..a50cc02212 100644 --- a/tests/app/Census/CensusOfRhodeIsland1915Test.php +++ b/tests/app/Census/CensusOfRhodeIsland1915Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfRhodeIsland1925Test.php b/tests/app/Census/CensusOfRhodeIsland1925Test.php index 7421fabfed..17da59b4bf 100644 --- a/tests/app/Census/CensusOfRhodeIsland1925Test.php +++ b/tests/app/Census/CensusOfRhodeIsland1925Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfRhodeIslandTest.php b/tests/app/Census/CensusOfRhodeIslandTest.php index cc72ad2cc7..009edbbabd 100644 --- a/tests/app/Census/CensusOfRhodeIslandTest.php +++ b/tests/app/Census/CensusOfRhodeIslandTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1841Test.php b/tests/app/Census/CensusOfScotland1841Test.php index 222fe14207..a86a185711 100644 --- a/tests/app/Census/CensusOfScotland1841Test.php +++ b/tests/app/Census/CensusOfScotland1841Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1851Test.php b/tests/app/Census/CensusOfScotland1851Test.php index 0bf2366ac3..6cb55f4263 100644 --- a/tests/app/Census/CensusOfScotland1851Test.php +++ b/tests/app/Census/CensusOfScotland1851Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1861Test.php b/tests/app/Census/CensusOfScotland1861Test.php index 2c020b15a9..91aad15382 100644 --- a/tests/app/Census/CensusOfScotland1861Test.php +++ b/tests/app/Census/CensusOfScotland1861Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1871Test.php b/tests/app/Census/CensusOfScotland1871Test.php index ac8170f76f..76d14ae268 100644 --- a/tests/app/Census/CensusOfScotland1871Test.php +++ b/tests/app/Census/CensusOfScotland1871Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1881Test.php b/tests/app/Census/CensusOfScotland1881Test.php index bbd4e2f7ae..c598a56aae 100644 --- a/tests/app/Census/CensusOfScotland1881Test.php +++ b/tests/app/Census/CensusOfScotland1881Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1891Test.php b/tests/app/Census/CensusOfScotland1891Test.php index aab6f965bf..caaa09a7b2 100644 --- a/tests/app/Census/CensusOfScotland1891Test.php +++ b/tests/app/Census/CensusOfScotland1891Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1901Test.php b/tests/app/Census/CensusOfScotland1901Test.php index c33c60f958..d1bba77cdc 100644 --- a/tests/app/Census/CensusOfScotland1901Test.php +++ b/tests/app/Census/CensusOfScotland1901Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotland1911Test.php b/tests/app/Census/CensusOfScotland1911Test.php index c8af1fb398..8c666f3184 100644 --- a/tests/app/Census/CensusOfScotland1911Test.php +++ b/tests/app/Census/CensusOfScotland1911Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfScotlandTest.php b/tests/app/Census/CensusOfScotlandTest.php index 9d44ad6080..333deb0d76 100644 --- a/tests/app/Census/CensusOfScotlandTest.php +++ b/tests/app/Census/CensusOfScotlandTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfSlovakia1869Test.php b/tests/app/Census/CensusOfSlovakia1869Test.php index df5fbb500b..8de82d76a7 100644 --- a/tests/app/Census/CensusOfSlovakia1869Test.php +++ b/tests/app/Census/CensusOfSlovakia1869Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfSlovakia1930Test.php b/tests/app/Census/CensusOfSlovakia1930Test.php index 36f870551c..f0c158b530 100644 --- a/tests/app/Census/CensusOfSlovakia1930Test.php +++ b/tests/app/Census/CensusOfSlovakia1930Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfSlovakia1940Test.php b/tests/app/Census/CensusOfSlovakia1940Test.php index b09581c1a3..5bf24a0c2f 100644 --- a/tests/app/Census/CensusOfSlovakia1940Test.php +++ b/tests/app/Census/CensusOfSlovakia1940Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfSlovakiaTest.php b/tests/app/Census/CensusOfSlovakiaTest.php index 9d774eb4f7..4336aaddc2 100644 --- a/tests/app/Census/CensusOfSlovakiaTest.php +++ b/tests/app/Census/CensusOfSlovakiaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1790Test.php b/tests/app/Census/CensusOfUnitedStates1790Test.php index 4e7de6c896..4cb9962171 100644 --- a/tests/app/Census/CensusOfUnitedStates1790Test.php +++ b/tests/app/Census/CensusOfUnitedStates1790Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1800Test.php b/tests/app/Census/CensusOfUnitedStates1800Test.php index dc103dfa86..ae01efd064 100644 --- a/tests/app/Census/CensusOfUnitedStates1800Test.php +++ b/tests/app/Census/CensusOfUnitedStates1800Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1810Test.php b/tests/app/Census/CensusOfUnitedStates1810Test.php index 81ff2e68cd..817e7fe5d4 100644 --- a/tests/app/Census/CensusOfUnitedStates1810Test.php +++ b/tests/app/Census/CensusOfUnitedStates1810Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1820Test.php b/tests/app/Census/CensusOfUnitedStates1820Test.php index f0eb0980e9..342fb574c8 100644 --- a/tests/app/Census/CensusOfUnitedStates1820Test.php +++ b/tests/app/Census/CensusOfUnitedStates1820Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1830Test.php b/tests/app/Census/CensusOfUnitedStates1830Test.php index 3113e24a89..c37b23179e 100644 --- a/tests/app/Census/CensusOfUnitedStates1830Test.php +++ b/tests/app/Census/CensusOfUnitedStates1830Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1840Test.php b/tests/app/Census/CensusOfUnitedStates1840Test.php index fff7099383..909f1771b3 100644 --- a/tests/app/Census/CensusOfUnitedStates1840Test.php +++ b/tests/app/Census/CensusOfUnitedStates1840Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1850Test.php b/tests/app/Census/CensusOfUnitedStates1850Test.php index 886eaab88d..b27a12e99b 100644 --- a/tests/app/Census/CensusOfUnitedStates1850Test.php +++ b/tests/app/Census/CensusOfUnitedStates1850Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1860Test.php b/tests/app/Census/CensusOfUnitedStates1860Test.php index fde9898080..13bf776a52 100644 --- a/tests/app/Census/CensusOfUnitedStates1860Test.php +++ b/tests/app/Census/CensusOfUnitedStates1860Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1870Test.php b/tests/app/Census/CensusOfUnitedStates1870Test.php index 260cacdc14..fb437d3437 100644 --- a/tests/app/Census/CensusOfUnitedStates1870Test.php +++ b/tests/app/Census/CensusOfUnitedStates1870Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1880Test.php b/tests/app/Census/CensusOfUnitedStates1880Test.php index 6d8519d2fe..92d854d346 100644 --- a/tests/app/Census/CensusOfUnitedStates1880Test.php +++ b/tests/app/Census/CensusOfUnitedStates1880Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1890Test.php b/tests/app/Census/CensusOfUnitedStates1890Test.php index 758707a5d6..f43fbf7358 100644 --- a/tests/app/Census/CensusOfUnitedStates1890Test.php +++ b/tests/app/Census/CensusOfUnitedStates1890Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1900Test.php b/tests/app/Census/CensusOfUnitedStates1900Test.php index 53ff55f92e..bd127786b2 100644 --- a/tests/app/Census/CensusOfUnitedStates1900Test.php +++ b/tests/app/Census/CensusOfUnitedStates1900Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1910Test.php b/tests/app/Census/CensusOfUnitedStates1910Test.php index f51d0132bb..00dbc808ea 100644 --- a/tests/app/Census/CensusOfUnitedStates1910Test.php +++ b/tests/app/Census/CensusOfUnitedStates1910Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1920Test.php b/tests/app/Census/CensusOfUnitedStates1920Test.php index ad333d1726..d0cbdb561c 100644 --- a/tests/app/Census/CensusOfUnitedStates1920Test.php +++ b/tests/app/Census/CensusOfUnitedStates1920Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1930Test.php b/tests/app/Census/CensusOfUnitedStates1930Test.php index bc303c31bf..2e20101d92 100644 --- a/tests/app/Census/CensusOfUnitedStates1930Test.php +++ b/tests/app/Census/CensusOfUnitedStates1930Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1940Test.php b/tests/app/Census/CensusOfUnitedStates1940Test.php index 6ec684b2ad..912ec8b86a 100644 --- a/tests/app/Census/CensusOfUnitedStates1940Test.php +++ b/tests/app/Census/CensusOfUnitedStates1940Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStates1950Test.php b/tests/app/Census/CensusOfUnitedStates1950Test.php index 5bc46cd131..d3831b0861 100644 --- a/tests/app/Census/CensusOfUnitedStates1950Test.php +++ b/tests/app/Census/CensusOfUnitedStates1950Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfUnitedStatesTest.php b/tests/app/Census/CensusOfUnitedStatesTest.php index 56e00b7aed..55061ee5e7 100644 --- a/tests/app/Census/CensusOfUnitedStatesTest.php +++ b/tests/app/Census/CensusOfUnitedStatesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1841Test.php b/tests/app/Census/CensusOfWales1841Test.php index 28f90293fd..14eb47ed1a 100644 --- a/tests/app/Census/CensusOfWales1841Test.php +++ b/tests/app/Census/CensusOfWales1841Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1851Test.php b/tests/app/Census/CensusOfWales1851Test.php index bc518c6c99..5b5ee547c1 100644 --- a/tests/app/Census/CensusOfWales1851Test.php +++ b/tests/app/Census/CensusOfWales1851Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1861Test.php b/tests/app/Census/CensusOfWales1861Test.php index dd0584a1af..663765f806 100644 --- a/tests/app/Census/CensusOfWales1861Test.php +++ b/tests/app/Census/CensusOfWales1861Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1871Test.php b/tests/app/Census/CensusOfWales1871Test.php index c89db1dc22..b3a688cece 100644 --- a/tests/app/Census/CensusOfWales1871Test.php +++ b/tests/app/Census/CensusOfWales1871Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1881Test.php b/tests/app/Census/CensusOfWales1881Test.php index 718e858902..6c016e0846 100644 --- a/tests/app/Census/CensusOfWales1881Test.php +++ b/tests/app/Census/CensusOfWales1881Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1891Test.php b/tests/app/Census/CensusOfWales1891Test.php index ecf03901f1..21dadffe18 100644 --- a/tests/app/Census/CensusOfWales1891Test.php +++ b/tests/app/Census/CensusOfWales1891Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1901Test.php b/tests/app/Census/CensusOfWales1901Test.php index 3ebd2f1089..23c6a214af 100644 --- a/tests/app/Census/CensusOfWales1901Test.php +++ b/tests/app/Census/CensusOfWales1901Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWales1911Test.php b/tests/app/Census/CensusOfWales1911Test.php index d4e6c3f3c9..f7f748491b 100644 --- a/tests/app/Census/CensusOfWales1911Test.php +++ b/tests/app/Census/CensusOfWales1911Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusOfWalesTest.php b/tests/app/Census/CensusOfWalesTest.php index 3ece021d59..6e4508e3f9 100644 --- a/tests/app/Census/CensusOfWalesTest.php +++ b/tests/app/Census/CensusOfWalesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/CensusTest.php b/tests/app/Census/CensusTest.php index 5d2af47807..1d7fb127c7 100644 --- a/tests/app/Census/CensusTest.php +++ b/tests/app/Census/CensusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/RegisterOfEngland1939Test.php b/tests/app/Census/RegisterOfEngland1939Test.php index ee8edeec6b..1c51f87cf7 100644 --- a/tests/app/Census/RegisterOfEngland1939Test.php +++ b/tests/app/Census/RegisterOfEngland1939Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/RegisterOfScotland1939Test.php b/tests/app/Census/RegisterOfScotland1939Test.php index d3b3309060..ad1e5e71a3 100644 --- a/tests/app/Census/RegisterOfScotland1939Test.php +++ b/tests/app/Census/RegisterOfScotland1939Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Census/RegisterOfWales1939Test.php b/tests/app/Census/RegisterOfWales1939Test.php index 7df31c61d2..8f3fbae036 100644 --- a/tests/app/Census/RegisterOfWales1939Test.php +++ b/tests/app/Census/RegisterOfWales1939Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/ColorGeneratorTest.php b/tests/app/ColorGeneratorTest.php index dabc6b3fbf..fdfb5add93 100644 --- a/tests/app/ColorGeneratorTest.php +++ b/tests/app/ColorGeneratorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CommonMark/CensusTableContinueParserTest.php b/tests/app/CommonMark/CensusTableContinueParserTest.php index ff94ee6343..e05ee63f60 100644 --- a/tests/app/CommonMark/CensusTableContinueParserTest.php +++ b/tests/app/CommonMark/CensusTableContinueParserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CommonMark/CensusTableExtensionTest.php b/tests/app/CommonMark/CensusTableExtensionTest.php index 461d09bfd6..5f30e26363 100644 --- a/tests/app/CommonMark/CensusTableExtensionTest.php +++ b/tests/app/CommonMark/CensusTableExtensionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CommonMark/CensusTableStartParserTest.php b/tests/app/CommonMark/CensusTableStartParserTest.php index 37033bec02..7e59af514b 100644 --- a/tests/app/CommonMark/CensusTableStartParserTest.php +++ b/tests/app/CommonMark/CensusTableStartParserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CommonMark/XrefExtensionTest.php b/tests/app/CommonMark/XrefExtensionTest.php index 6f7febc977..5982727fa5 100644 --- a/tests/app/CommonMark/XrefExtensionTest.php +++ b/tests/app/CommonMark/XrefExtensionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CommonMark/XrefNodeTest.php b/tests/app/CommonMark/XrefNodeTest.php index cfb620a006..03771c9dfd 100644 --- a/tests/app/CommonMark/XrefNodeTest.php +++ b/tests/app/CommonMark/XrefNodeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CommonMark/XrefParserTest.php b/tests/app/CommonMark/XrefParserTest.php index 7c088df3f6..42f388f219 100644 --- a/tests/app/CommonMark/XrefParserTest.php +++ b/tests/app/CommonMark/XrefParserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CommonMark/XrefRendererTest.php b/tests/app/CommonMark/XrefRendererTest.php index 623748c65d..f5fde2b72a 100644 --- a/tests/app/CommonMark/XrefRendererTest.php +++ b/tests/app/CommonMark/XrefRendererTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/AldfaerTest.php b/tests/app/CustomTags/AldfaerTest.php index 82388d9ce1..0a148d8fe4 100644 --- a/tests/app/CustomTags/AldfaerTest.php +++ b/tests/app/CustomTags/AldfaerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/AncestryTest.php b/tests/app/CustomTags/AncestryTest.php index b45edc87ad..6b0bd6ee7e 100644 --- a/tests/app/CustomTags/AncestryTest.php +++ b/tests/app/CustomTags/AncestryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/BrothersKeeperTest.php b/tests/app/CustomTags/BrothersKeeperTest.php index 31050fda98..900289491e 100644 --- a/tests/app/CustomTags/BrothersKeeperTest.php +++ b/tests/app/CustomTags/BrothersKeeperTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/FamilySearchTest.php b/tests/app/CustomTags/FamilySearchTest.php index 77b7685f69..ae6bba332c 100644 --- a/tests/app/CustomTags/FamilySearchTest.php +++ b/tests/app/CustomTags/FamilySearchTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/FamilyTreeBuilderTest.php b/tests/app/CustomTags/FamilyTreeBuilderTest.php index 90d5a8ecaa..37e3ed1048 100644 --- a/tests/app/CustomTags/FamilyTreeBuilderTest.php +++ b/tests/app/CustomTags/FamilyTreeBuilderTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/FamilyTreeMakerTest.php b/tests/app/CustomTags/FamilyTreeMakerTest.php index 8c660a4cc6..2fb4456b6c 100644 --- a/tests/app/CustomTags/FamilyTreeMakerTest.php +++ b/tests/app/CustomTags/FamilyTreeMakerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/Gedcom7Test.php b/tests/app/CustomTags/Gedcom7Test.php index 5e14f3f5d1..15f80fae16 100644 --- a/tests/app/CustomTags/Gedcom7Test.php +++ b/tests/app/CustomTags/Gedcom7Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/GedcomLTest.php b/tests/app/CustomTags/GedcomLTest.php index 33448d225e..a2e42d4a7e 100644 --- a/tests/app/CustomTags/GedcomLTest.php +++ b/tests/app/CustomTags/GedcomLTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/GenPlusWinTest.php b/tests/app/CustomTags/GenPlusWinTest.php index 37f9519d51..f4adca2683 100644 --- a/tests/app/CustomTags/GenPlusWinTest.php +++ b/tests/app/CustomTags/GenPlusWinTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/GeneatiqueTest.php b/tests/app/CustomTags/GeneatiqueTest.php index 4c253beef5..cb88e4829a 100644 --- a/tests/app/CustomTags/GeneatiqueTest.php +++ b/tests/app/CustomTags/GeneatiqueTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/HeredisTest.php b/tests/app/CustomTags/HeredisTest.php index 3c8f96557d..3fcc57d761 100644 --- a/tests/app/CustomTags/HeredisTest.php +++ b/tests/app/CustomTags/HeredisTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/LegacyTest.php b/tests/app/CustomTags/LegacyTest.php index ab65b10352..6e06e22c4c 100644 --- a/tests/app/CustomTags/LegacyTest.php +++ b/tests/app/CustomTags/LegacyTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/MyHeritageTest.php b/tests/app/CustomTags/MyHeritageTest.php index 33b8236605..3771265baf 100644 --- a/tests/app/CustomTags/MyHeritageTest.php +++ b/tests/app/CustomTags/MyHeritageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/PersonalAncestralFileTest.php b/tests/app/CustomTags/PersonalAncestralFileTest.php index eb75251875..be5187fa1e 100644 --- a/tests/app/CustomTags/PersonalAncestralFileTest.php +++ b/tests/app/CustomTags/PersonalAncestralFileTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/PhpGedViewTest.php b/tests/app/CustomTags/PhpGedViewTest.php index 27aad7b6d1..07809dd665 100644 --- a/tests/app/CustomTags/PhpGedViewTest.php +++ b/tests/app/CustomTags/PhpGedViewTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/ProGenTest.php b/tests/app/CustomTags/ProGenTest.php index d6a3bcb55f..a1c2cb3ad1 100644 --- a/tests/app/CustomTags/ProGenTest.php +++ b/tests/app/CustomTags/ProGenTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/ReunionTest.php b/tests/app/CustomTags/ReunionTest.php index c18b99e954..b11b25b24e 100644 --- a/tests/app/CustomTags/ReunionTest.php +++ b/tests/app/CustomTags/ReunionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/RootsMagicTest.php b/tests/app/CustomTags/RootsMagicTest.php index 4a171aff7f..ba0c9dc377 100644 --- a/tests/app/CustomTags/RootsMagicTest.php +++ b/tests/app/CustomTags/RootsMagicTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/TheMasterGenealogistTest.php b/tests/app/CustomTags/TheMasterGenealogistTest.php index 979fc9183c..30bbc738a6 100644 --- a/tests/app/CustomTags/TheMasterGenealogistTest.php +++ b/tests/app/CustomTags/TheMasterGenealogistTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/CustomTags/TheNextGenerationTest.php b/tests/app/CustomTags/TheNextGenerationTest.php index 89e736a57f..068d14add9 100644 --- a/tests/app/CustomTags/TheNextGenerationTest.php +++ b/tests/app/CustomTags/TheNextGenerationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/AbstractCalendarDateTest.php b/tests/app/Date/AbstractCalendarDateTest.php index 149ddf2099..da69372d42 100644 --- a/tests/app/Date/AbstractCalendarDateTest.php +++ b/tests/app/Date/AbstractCalendarDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/FrenchDateTest.php b/tests/app/Date/FrenchDateTest.php index 91509b8418..4ba4466c7d 100644 --- a/tests/app/Date/FrenchDateTest.php +++ b/tests/app/Date/FrenchDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/GregorianDateTest.php b/tests/app/Date/GregorianDateTest.php index 9acea9249e..90745309b8 100644 --- a/tests/app/Date/GregorianDateTest.php +++ b/tests/app/Date/GregorianDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/HijriDateTest.php b/tests/app/Date/HijriDateTest.php index f08fbcbd21..bafd0ca8c6 100644 --- a/tests/app/Date/HijriDateTest.php +++ b/tests/app/Date/HijriDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/JalaliDateTest.php b/tests/app/Date/JalaliDateTest.php index ec734c4c78..53e19930f1 100644 --- a/tests/app/Date/JalaliDateTest.php +++ b/tests/app/Date/JalaliDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/JewishDateTest.php b/tests/app/Date/JewishDateTest.php index 38dfe32587..e93354d5ab 100644 --- a/tests/app/Date/JewishDateTest.php +++ b/tests/app/Date/JewishDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/JulianDateTest.php b/tests/app/Date/JulianDateTest.php index 975f777232..5f8d7015fc 100644 --- a/tests/app/Date/JulianDateTest.php +++ b/tests/app/Date/JulianDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Date/RomanDateTest.php b/tests/app/Date/RomanDateTest.php index 6255fe3c72..0fd301a906 100644 --- a/tests/app/Date/RomanDateTest.php +++ b/tests/app/Date/RomanDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/DateTest.php b/tests/app/DateTest.php index 24939ede2c..6c78e680a3 100644 --- a/tests/app/DateTest.php +++ b/tests/app/DateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/DefaultUserTest.php b/tests/app/DefaultUserTest.php index 1d14ab5747..2205bccf54 100644 --- a/tests/app/DefaultUserTest.php +++ b/tests/app/DefaultUserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AbstractElementTestCase.php b/tests/app/Elements/AbstractElementTestCase.php index 2cc04be9e8..3e68620187 100644 --- a/tests/app/Elements/AbstractElementTestCase.php +++ b/tests/app/Elements/AbstractElementTestCase.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AbstractEventElementTestCase.php b/tests/app/Elements/AbstractEventElementTestCase.php index 88ea49e3ce..11889ceff5 100644 --- a/tests/app/Elements/AbstractEventElementTestCase.php +++ b/tests/app/Elements/AbstractEventElementTestCase.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AbstractXrefElementTestCase.php b/tests/app/Elements/AbstractXrefElementTestCase.php index 68484c786c..d1a8d41d9b 100644 --- a/tests/app/Elements/AbstractXrefElementTestCase.php +++ b/tests/app/Elements/AbstractXrefElementTestCase.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressCityTest.php b/tests/app/Elements/AddressCityTest.php index 49f107921b..cd69c2e975 100644 --- a/tests/app/Elements/AddressCityTest.php +++ b/tests/app/Elements/AddressCityTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressCountryTest.php b/tests/app/Elements/AddressCountryTest.php index 7c591544b7..7dd089a17a 100644 --- a/tests/app/Elements/AddressCountryTest.php +++ b/tests/app/Elements/AddressCountryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressEmailTest.php b/tests/app/Elements/AddressEmailTest.php index 29a13be430..0107e868f8 100644 --- a/tests/app/Elements/AddressEmailTest.php +++ b/tests/app/Elements/AddressEmailTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressFaxTest.php b/tests/app/Elements/AddressFaxTest.php index 8b43800652..cb73e6d9e6 100644 --- a/tests/app/Elements/AddressFaxTest.php +++ b/tests/app/Elements/AddressFaxTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressLine1Test.php b/tests/app/Elements/AddressLine1Test.php index 2b54318e7b..0c726e3d2f 100644 --- a/tests/app/Elements/AddressLine1Test.php +++ b/tests/app/Elements/AddressLine1Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressLine2Test.php b/tests/app/Elements/AddressLine2Test.php index e173c549fa..568b7d9ab1 100644 --- a/tests/app/Elements/AddressLine2Test.php +++ b/tests/app/Elements/AddressLine2Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressLine3Test.php b/tests/app/Elements/AddressLine3Test.php index e38313b324..38fa26187f 100644 --- a/tests/app/Elements/AddressLine3Test.php +++ b/tests/app/Elements/AddressLine3Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressLineTest.php b/tests/app/Elements/AddressLineTest.php index e920f0f51a..479ed3ec46 100644 --- a/tests/app/Elements/AddressLineTest.php +++ b/tests/app/Elements/AddressLineTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressPostalCodeTest.php b/tests/app/Elements/AddressPostalCodeTest.php index f2b7b9cf99..890b3ebc54 100644 --- a/tests/app/Elements/AddressPostalCodeTest.php +++ b/tests/app/Elements/AddressPostalCodeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressStateTest.php b/tests/app/Elements/AddressStateTest.php index de79ff4a58..24871e12c2 100644 --- a/tests/app/Elements/AddressStateTest.php +++ b/tests/app/Elements/AddressStateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AddressWebPageTest.php b/tests/app/Elements/AddressWebPageTest.php index d4fca551ac..b9245180e3 100644 --- a/tests/app/Elements/AddressWebPageTest.php +++ b/tests/app/Elements/AddressWebPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AdoptedByWhichParentTest.php b/tests/app/Elements/AdoptedByWhichParentTest.php index b0c82f2691..f31be5d7f7 100644 --- a/tests/app/Elements/AdoptedByWhichParentTest.php +++ b/tests/app/Elements/AdoptedByWhichParentTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AdoptionTest.php b/tests/app/Elements/AdoptionTest.php index 3c95efaa85..7f26ac5565 100644 --- a/tests/app/Elements/AdoptionTest.php +++ b/tests/app/Elements/AdoptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AdultChristeningTest.php b/tests/app/Elements/AdultChristeningTest.php index 2e3d31839c..262f8aa08e 100644 --- a/tests/app/Elements/AdultChristeningTest.php +++ b/tests/app/Elements/AdultChristeningTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AgeAtEventTest.php b/tests/app/Elements/AgeAtEventTest.php index a4d4530583..f76984a54f 100644 --- a/tests/app/Elements/AgeAtEventTest.php +++ b/tests/app/Elements/AgeAtEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AncestralFileNumberTest.php b/tests/app/Elements/AncestralFileNumberTest.php index 51ab211be4..22ed7b7a18 100644 --- a/tests/app/Elements/AncestralFileNumberTest.php +++ b/tests/app/Elements/AncestralFileNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AnnulmentTest.php b/tests/app/Elements/AnnulmentTest.php index 154669adba..a3f365ab67 100644 --- a/tests/app/Elements/AnnulmentTest.php +++ b/tests/app/Elements/AnnulmentTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ApprovedSystemIdTest.php b/tests/app/Elements/ApprovedSystemIdTest.php index b7749d83fd..64f0c2d7b0 100644 --- a/tests/app/Elements/ApprovedSystemIdTest.php +++ b/tests/app/Elements/ApprovedSystemIdTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AttributeDescriptorTest.php b/tests/app/Elements/AttributeDescriptorTest.php index 235c58170b..6479ee3f94 100644 --- a/tests/app/Elements/AttributeDescriptorTest.php +++ b/tests/app/Elements/AttributeDescriptorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/AutomatedRecordIdTest.php b/tests/app/Elements/AutomatedRecordIdTest.php index 7f8e6aee9d..475a661cd6 100644 --- a/tests/app/Elements/AutomatedRecordIdTest.php +++ b/tests/app/Elements/AutomatedRecordIdTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/BaptismTest.php b/tests/app/Elements/BaptismTest.php index 8be32d301b..20c61e30c2 100644 --- a/tests/app/Elements/BaptismTest.php +++ b/tests/app/Elements/BaptismTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/BarMitzvahTest.php b/tests/app/Elements/BarMitzvahTest.php index 1e6f82b875..afa41a9e2e 100644 --- a/tests/app/Elements/BarMitzvahTest.php +++ b/tests/app/Elements/BarMitzvahTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/BasMitzvahTest.php b/tests/app/Elements/BasMitzvahTest.php index 4427fb062b..124400f159 100644 --- a/tests/app/Elements/BasMitzvahTest.php +++ b/tests/app/Elements/BasMitzvahTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/BirthTest.php b/tests/app/Elements/BirthTest.php index 951d9a57a5..d09620cbd6 100644 --- a/tests/app/Elements/BirthTest.php +++ b/tests/app/Elements/BirthTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/BlessingTest.php b/tests/app/Elements/BlessingTest.php index 677e1f8c3a..ba17b42e19 100644 --- a/tests/app/Elements/BlessingTest.php +++ b/tests/app/Elements/BlessingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/BurialTest.php b/tests/app/Elements/BurialTest.php index 1ea98e35c1..215810cdc1 100644 --- a/tests/app/Elements/BurialTest.php +++ b/tests/app/Elements/BurialTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CasteNameTest.php b/tests/app/Elements/CasteNameTest.php index a58114089e..7577fe8dcb 100644 --- a/tests/app/Elements/CasteNameTest.php +++ b/tests/app/Elements/CasteNameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CauseOfEventTest.php b/tests/app/Elements/CauseOfEventTest.php index 57d4e5e716..5ab3bb7095 100644 --- a/tests/app/Elements/CauseOfEventTest.php +++ b/tests/app/Elements/CauseOfEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CensusTest.php b/tests/app/Elements/CensusTest.php index 0981ee4edc..f7e1fa121a 100644 --- a/tests/app/Elements/CensusTest.php +++ b/tests/app/Elements/CensusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CertaintyAssessmentTest.php b/tests/app/Elements/CertaintyAssessmentTest.php index 1a901ebc23..4a777cb357 100644 --- a/tests/app/Elements/CertaintyAssessmentTest.php +++ b/tests/app/Elements/CertaintyAssessmentTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ChangeDateTest.php b/tests/app/Elements/ChangeDateTest.php index 6b459c47f9..1fb3e986b6 100644 --- a/tests/app/Elements/ChangeDateTest.php +++ b/tests/app/Elements/ChangeDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ChangeTest.php b/tests/app/Elements/ChangeTest.php index c0d72f18e6..0409827084 100644 --- a/tests/app/Elements/ChangeTest.php +++ b/tests/app/Elements/ChangeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CharacterSetTest.php b/tests/app/Elements/CharacterSetTest.php index 0904d8ba91..32159993fb 100644 --- a/tests/app/Elements/CharacterSetTest.php +++ b/tests/app/Elements/CharacterSetTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ChildLinkageStatusTest.php b/tests/app/Elements/ChildLinkageStatusTest.php index 9b4c406b05..aadcd73080 100644 --- a/tests/app/Elements/ChildLinkageStatusTest.php +++ b/tests/app/Elements/ChildLinkageStatusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ChristeningTest.php b/tests/app/Elements/ChristeningTest.php index 175e332e01..df18e45b30 100644 --- a/tests/app/Elements/ChristeningTest.php +++ b/tests/app/Elements/ChristeningTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ConfirmationTest.php b/tests/app/Elements/ConfirmationTest.php index 5714292d8a..616b88ddbe 100644 --- a/tests/app/Elements/ConfirmationTest.php +++ b/tests/app/Elements/ConfirmationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ContentDescriptionTest.php b/tests/app/Elements/ContentDescriptionTest.php index aab10ae408..ea4049770a 100644 --- a/tests/app/Elements/ContentDescriptionTest.php +++ b/tests/app/Elements/ContentDescriptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CoordinatesTest.php b/tests/app/Elements/CoordinatesTest.php index 019d8904c4..2165ce4b65 100644 --- a/tests/app/Elements/CoordinatesTest.php +++ b/tests/app/Elements/CoordinatesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CopyrightFileTest.php b/tests/app/Elements/CopyrightFileTest.php index bef36b5072..8d8ee52f65 100644 --- a/tests/app/Elements/CopyrightFileTest.php +++ b/tests/app/Elements/CopyrightFileTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CopyrightSourceDataTest.php b/tests/app/Elements/CopyrightSourceDataTest.php index 8c3caf2b45..63d69bd2e0 100644 --- a/tests/app/Elements/CopyrightSourceDataTest.php +++ b/tests/app/Elements/CopyrightSourceDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CountOfChildrenFamTest.php b/tests/app/Elements/CountOfChildrenFamTest.php index 563775362b..6db3ff8aa2 100644 --- a/tests/app/Elements/CountOfChildrenFamTest.php +++ b/tests/app/Elements/CountOfChildrenFamTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CountOfChildrenTest.php b/tests/app/Elements/CountOfChildrenTest.php index 54ec229ac8..15118cfc2e 100644 --- a/tests/app/Elements/CountOfChildrenTest.php +++ b/tests/app/Elements/CountOfChildrenTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CountOfMarriagesTest.php b/tests/app/Elements/CountOfMarriagesTest.php index efab31e123..78ee924d2e 100644 --- a/tests/app/Elements/CountOfMarriagesTest.php +++ b/tests/app/Elements/CountOfMarriagesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CreationTest.php b/tests/app/Elements/CreationTest.php index 3dabae2cac..52327d9a9d 100644 --- a/tests/app/Elements/CreationTest.php +++ b/tests/app/Elements/CreationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CremationTest.php b/tests/app/Elements/CremationTest.php index ea01906c69..0b5a672ae4 100644 --- a/tests/app/Elements/CremationTest.php +++ b/tests/app/Elements/CremationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CustomElementTest.php b/tests/app/Elements/CustomElementTest.php index 4367a7bf64..da7f7811b8 100644 --- a/tests/app/Elements/CustomElementTest.php +++ b/tests/app/Elements/CustomElementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CustomEventTest.php b/tests/app/Elements/CustomEventTest.php index ec35ca1476..63b0a62784 100644 --- a/tests/app/Elements/CustomEventTest.php +++ b/tests/app/Elements/CustomEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CustomFactTest.php b/tests/app/Elements/CustomFactTest.php index 0bfb9b81c0..f023dd9ecd 100644 --- a/tests/app/Elements/CustomFactTest.php +++ b/tests/app/Elements/CustomFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CustomFamilyEventTest.php b/tests/app/Elements/CustomFamilyEventTest.php index f85b250b89..5bab0b5f6a 100644 --- a/tests/app/Elements/CustomFamilyEventTest.php +++ b/tests/app/Elements/CustomFamilyEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/CustomIndividualEventTest.php b/tests/app/Elements/CustomIndividualEventTest.php index 9c9ae79c6f..fe7176063b 100644 --- a/tests/app/Elements/CustomIndividualEventTest.php +++ b/tests/app/Elements/CustomIndividualEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DateLdsOrdTest.php b/tests/app/Elements/DateLdsOrdTest.php index 89d4648478..453e83229e 100644 --- a/tests/app/Elements/DateLdsOrdTest.php +++ b/tests/app/Elements/DateLdsOrdTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DateValueExactTest.php b/tests/app/Elements/DateValueExactTest.php index 59200d8d9d..97f74e27cc 100644 --- a/tests/app/Elements/DateValueExactTest.php +++ b/tests/app/Elements/DateValueExactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DateValueTest.php b/tests/app/Elements/DateValueTest.php index 8d9f067478..40e95ebe56 100644 --- a/tests/app/Elements/DateValueTest.php +++ b/tests/app/Elements/DateValueTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DateValueTodayTest.php b/tests/app/Elements/DateValueTodayTest.php index 2fdf96d5e4..bad9c2ad9c 100644 --- a/tests/app/Elements/DateValueTodayTest.php +++ b/tests/app/Elements/DateValueTodayTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DeathTest.php b/tests/app/Elements/DeathTest.php index 277c5b266c..85806b9a4d 100644 --- a/tests/app/Elements/DeathTest.php +++ b/tests/app/Elements/DeathTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DemographicDataTypeTest.php b/tests/app/Elements/DemographicDataTypeTest.php index 63d4e5e93f..1047b3cbc5 100644 --- a/tests/app/Elements/DemographicDataTypeTest.php +++ b/tests/app/Elements/DemographicDataTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DescriptiveTitleTest.php b/tests/app/Elements/DescriptiveTitleTest.php index df60c3c9e2..ac9d859749 100644 --- a/tests/app/Elements/DescriptiveTitleTest.php +++ b/tests/app/Elements/DescriptiveTitleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DivorceFiledTest.php b/tests/app/Elements/DivorceFiledTest.php index 9416576ac7..b4baecbbb8 100644 --- a/tests/app/Elements/DivorceFiledTest.php +++ b/tests/app/Elements/DivorceFiledTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/DivorceTest.php b/tests/app/Elements/DivorceTest.php index bb896c135a..3c2b6ee323 100644 --- a/tests/app/Elements/DivorceTest.php +++ b/tests/app/Elements/DivorceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/EmigrationTest.php b/tests/app/Elements/EmigrationTest.php index ddb9c11c19..99e70fa595 100644 --- a/tests/app/Elements/EmigrationTest.php +++ b/tests/app/Elements/EmigrationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/EmptyElementTest.php b/tests/app/Elements/EmptyElementTest.php index f7d370feee..0208b0271a 100644 --- a/tests/app/Elements/EmptyElementTest.php +++ b/tests/app/Elements/EmptyElementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/EngagementTest.php b/tests/app/Elements/EngagementTest.php index e2a1102836..dc6cfd9c05 100644 --- a/tests/app/Elements/EngagementTest.php +++ b/tests/app/Elements/EngagementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/EventAttributeTypeTest.php b/tests/app/Elements/EventAttributeTypeTest.php index a579d0fb21..4b32442b7f 100644 --- a/tests/app/Elements/EventAttributeTypeTest.php +++ b/tests/app/Elements/EventAttributeTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/EventOrFactClassificationTest.php b/tests/app/Elements/EventOrFactClassificationTest.php index 6d7b86dade..1dbb270073 100644 --- a/tests/app/Elements/EventOrFactClassificationTest.php +++ b/tests/app/Elements/EventOrFactClassificationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/EventTypeCitedFromTest.php b/tests/app/Elements/EventTypeCitedFromTest.php index 7ad0555ab0..656548a5b6 100644 --- a/tests/app/Elements/EventTypeCitedFromTest.php +++ b/tests/app/Elements/EventTypeCitedFromTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/EventsRecordedTest.php b/tests/app/Elements/EventsRecordedTest.php index 43c6082894..7291252f99 100644 --- a/tests/app/Elements/EventsRecordedTest.php +++ b/tests/app/Elements/EventsRecordedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ExternalIdentifierTest.php b/tests/app/Elements/ExternalIdentifierTest.php index da5b9f2f60..102ab1a83f 100644 --- a/tests/app/Elements/ExternalIdentifierTest.php +++ b/tests/app/Elements/ExternalIdentifierTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ExternalIdentifierTypeTest.php b/tests/app/Elements/ExternalIdentifierTypeTest.php index d196fdb250..a424a21a1f 100644 --- a/tests/app/Elements/ExternalIdentifierTypeTest.php +++ b/tests/app/Elements/ExternalIdentifierTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FamilyCensusTest.php b/tests/app/Elements/FamilyCensusTest.php index e21ecaf768..b33ea6da2c 100644 --- a/tests/app/Elements/FamilyCensusTest.php +++ b/tests/app/Elements/FamilyCensusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FamilyEventTest.php b/tests/app/Elements/FamilyEventTest.php index c1ae270bd1..fb4e4e241e 100644 --- a/tests/app/Elements/FamilyEventTest.php +++ b/tests/app/Elements/FamilyEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FamilyFactTest.php b/tests/app/Elements/FamilyFactTest.php index 5b8680c4f4..4e579c41f0 100644 --- a/tests/app/Elements/FamilyFactTest.php +++ b/tests/app/Elements/FamilyFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FamilyNonEventTest.php b/tests/app/Elements/FamilyNonEventTest.php index 4844697a01..c71616a00e 100644 --- a/tests/app/Elements/FamilyNonEventTest.php +++ b/tests/app/Elements/FamilyNonEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FamilyRecordTest.php b/tests/app/Elements/FamilyRecordTest.php index 5fa3dc209a..91ff289ab2 100644 --- a/tests/app/Elements/FamilyRecordTest.php +++ b/tests/app/Elements/FamilyRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FamilySearchFamilyTreeIdTest.php b/tests/app/Elements/FamilySearchFamilyTreeIdTest.php index 7b00bad796..895edc5bdb 100644 --- a/tests/app/Elements/FamilySearchFamilyTreeIdTest.php +++ b/tests/app/Elements/FamilySearchFamilyTreeIdTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FamilyStatusTextTest.php b/tests/app/Elements/FamilyStatusTextTest.php index 734e59f1dd..f12181b46b 100644 --- a/tests/app/Elements/FamilyStatusTextTest.php +++ b/tests/app/Elements/FamilyStatusTextTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FileNameTest.php b/tests/app/Elements/FileNameTest.php index ffda5ef7e6..67deac32a8 100644 --- a/tests/app/Elements/FileNameTest.php +++ b/tests/app/Elements/FileNameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FirstCommunionTest.php b/tests/app/Elements/FirstCommunionTest.php index 34b6538af3..be6ed69f95 100644 --- a/tests/app/Elements/FirstCommunionTest.php +++ b/tests/app/Elements/FirstCommunionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/FormTest.php b/tests/app/Elements/FormTest.php index a129c1138e..095c3a601a 100644 --- a/tests/app/Elements/FormTest.php +++ b/tests/app/Elements/FormTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/GedcomElementTest.php b/tests/app/Elements/GedcomElementTest.php index b4c4441f29..11b98a7664 100644 --- a/tests/app/Elements/GedcomElementTest.php +++ b/tests/app/Elements/GedcomElementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/GenerationsOfAncestorsTest.php b/tests/app/Elements/GenerationsOfAncestorsTest.php index 7b53b4008c..ed58e27e44 100644 --- a/tests/app/Elements/GenerationsOfAncestorsTest.php +++ b/tests/app/Elements/GenerationsOfAncestorsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/GenerationsOfDescendantsTest.php b/tests/app/Elements/GenerationsOfDescendantsTest.php index e893755400..045e1e92f8 100644 --- a/tests/app/Elements/GenerationsOfDescendantsTest.php +++ b/tests/app/Elements/GenerationsOfDescendantsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/GovIdTypeTest.php b/tests/app/Elements/GovIdTypeTest.php index 557a4a7477..7c5a08c3ec 100644 --- a/tests/app/Elements/GovIdTypeTest.php +++ b/tests/app/Elements/GovIdTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/GovIdentifierTest.php b/tests/app/Elements/GovIdentifierTest.php index 85cce6e0d2..56d87ac589 100644 --- a/tests/app/Elements/GovIdentifierTest.php +++ b/tests/app/Elements/GovIdentifierTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/GraduationTest.php b/tests/app/Elements/GraduationTest.php index bd034f21ac..41d6270f5c 100644 --- a/tests/app/Elements/GraduationTest.php +++ b/tests/app/Elements/GraduationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/HeaderRecordTest.php b/tests/app/Elements/HeaderRecordTest.php index 13a22b3fd5..de6deda277 100644 --- a/tests/app/Elements/HeaderRecordTest.php +++ b/tests/app/Elements/HeaderRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/HierarchicalRelationshipTest.php b/tests/app/Elements/HierarchicalRelationshipTest.php index 42f2669e5b..a9955df77d 100644 --- a/tests/app/Elements/HierarchicalRelationshipTest.php +++ b/tests/app/Elements/HierarchicalRelationshipTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ImmigrationTest.php b/tests/app/Elements/ImmigrationTest.php index c36f0edfde..a86c82efef 100644 --- a/tests/app/Elements/ImmigrationTest.php +++ b/tests/app/Elements/ImmigrationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/IndividualEventTest.php b/tests/app/Elements/IndividualEventTest.php index 3823a26e0c..818d2067f8 100644 --- a/tests/app/Elements/IndividualEventTest.php +++ b/tests/app/Elements/IndividualEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/IndividualFactTest.php b/tests/app/Elements/IndividualFactTest.php index 22ec1c1329..3eba0614b5 100644 --- a/tests/app/Elements/IndividualFactTest.php +++ b/tests/app/Elements/IndividualFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/IndividualNonEventTest.php b/tests/app/Elements/IndividualNonEventTest.php index 48d170b8fa..cba21cee5e 100644 --- a/tests/app/Elements/IndividualNonEventTest.php +++ b/tests/app/Elements/IndividualNonEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/IndividualRecordTest.php b/tests/app/Elements/IndividualRecordTest.php index 2f7b9ea372..a7a9b81e42 100644 --- a/tests/app/Elements/IndividualRecordTest.php +++ b/tests/app/Elements/IndividualRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LanguageIdTest.php b/tests/app/Elements/LanguageIdTest.php index 54409cf962..e209075cc9 100644 --- a/tests/app/Elements/LanguageIdTest.php +++ b/tests/app/Elements/LanguageIdTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsBaptismDateStatusTest.php b/tests/app/Elements/LdsBaptismDateStatusTest.php index d24f987ae3..3d96648a2c 100644 --- a/tests/app/Elements/LdsBaptismDateStatusTest.php +++ b/tests/app/Elements/LdsBaptismDateStatusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsBaptismTest.php b/tests/app/Elements/LdsBaptismTest.php index 20e1682b97..7642701410 100644 --- a/tests/app/Elements/LdsBaptismTest.php +++ b/tests/app/Elements/LdsBaptismTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsChildSealingDateStatusTest.php b/tests/app/Elements/LdsChildSealingDateStatusTest.php index 8badba4bf8..695e0c7d9c 100644 --- a/tests/app/Elements/LdsChildSealingDateStatusTest.php +++ b/tests/app/Elements/LdsChildSealingDateStatusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsChildSealingTest.php b/tests/app/Elements/LdsChildSealingTest.php index 72158c1121..75467d968f 100644 --- a/tests/app/Elements/LdsChildSealingTest.php +++ b/tests/app/Elements/LdsChildSealingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsConfirmationTest.php b/tests/app/Elements/LdsConfirmationTest.php index eab7dd093a..7865e465f1 100644 --- a/tests/app/Elements/LdsConfirmationTest.php +++ b/tests/app/Elements/LdsConfirmationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsEndowmentDateStatusTest.php b/tests/app/Elements/LdsEndowmentDateStatusTest.php index b1abc8d942..922c4920e9 100644 --- a/tests/app/Elements/LdsEndowmentDateStatusTest.php +++ b/tests/app/Elements/LdsEndowmentDateStatusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsEndowmentTest.php b/tests/app/Elements/LdsEndowmentTest.php index 0d27790c02..e886807044 100644 --- a/tests/app/Elements/LdsEndowmentTest.php +++ b/tests/app/Elements/LdsEndowmentTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsInitiatoryTest.php b/tests/app/Elements/LdsInitiatoryTest.php index c5a1175041..d37589f855 100644 --- a/tests/app/Elements/LdsInitiatoryTest.php +++ b/tests/app/Elements/LdsInitiatoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsOrdinanceStatusTest.php b/tests/app/Elements/LdsOrdinanceStatusTest.php index 5d4c0443b5..5ea966d40b 100644 --- a/tests/app/Elements/LdsOrdinanceStatusTest.php +++ b/tests/app/Elements/LdsOrdinanceStatusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsSpouseSealingDateStatusTest.php b/tests/app/Elements/LdsSpouseSealingDateStatusTest.php index 13d27cd81e..2dfa47e4da 100644 --- a/tests/app/Elements/LdsSpouseSealingDateStatusTest.php +++ b/tests/app/Elements/LdsSpouseSealingDateStatusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LdsSpouseSealingTest.php b/tests/app/Elements/LdsSpouseSealingTest.php index 57eac0b87c..d6cc766633 100644 --- a/tests/app/Elements/LdsSpouseSealingTest.php +++ b/tests/app/Elements/LdsSpouseSealingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/LocationRecordTest.php b/tests/app/Elements/LocationRecordTest.php index c867680425..760a5828fe 100644 --- a/tests/app/Elements/LocationRecordTest.php +++ b/tests/app/Elements/LocationRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MaidenheadLocatorTest.php b/tests/app/Elements/MaidenheadLocatorTest.php index ce57ae37ce..21e32e2e01 100644 --- a/tests/app/Elements/MaidenheadLocatorTest.php +++ b/tests/app/Elements/MaidenheadLocatorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MarriageBannsTest.php b/tests/app/Elements/MarriageBannsTest.php index 0b41ea53b4..b8018c6a46 100644 --- a/tests/app/Elements/MarriageBannsTest.php +++ b/tests/app/Elements/MarriageBannsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MarriageContractTest.php b/tests/app/Elements/MarriageContractTest.php index 0115916ce0..64769cccfd 100644 --- a/tests/app/Elements/MarriageContractTest.php +++ b/tests/app/Elements/MarriageContractTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MarriageLicenceTest.php b/tests/app/Elements/MarriageLicenceTest.php index acfe4f902c..383cf33b4c 100644 --- a/tests/app/Elements/MarriageLicenceTest.php +++ b/tests/app/Elements/MarriageLicenceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MarriageSettlementTest.php b/tests/app/Elements/MarriageSettlementTest.php index 1205b745f0..f1777d80dd 100644 --- a/tests/app/Elements/MarriageSettlementTest.php +++ b/tests/app/Elements/MarriageSettlementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MarriageTest.php b/tests/app/Elements/MarriageTest.php index 868ef446df..6aeaac6d6c 100644 --- a/tests/app/Elements/MarriageTest.php +++ b/tests/app/Elements/MarriageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MarriageTypeTest.php b/tests/app/Elements/MarriageTypeTest.php index 701996aa3c..6286dd9713 100644 --- a/tests/app/Elements/MarriageTypeTest.php +++ b/tests/app/Elements/MarriageTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MediaRecordTest.php b/tests/app/Elements/MediaRecordTest.php index 68b6e97cff..6161bb3552 100644 --- a/tests/app/Elements/MediaRecordTest.php +++ b/tests/app/Elements/MediaRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MultimediaFileReferenceTest.php b/tests/app/Elements/MultimediaFileReferenceTest.php index f360d95876..10ee65f49e 100644 --- a/tests/app/Elements/MultimediaFileReferenceTest.php +++ b/tests/app/Elements/MultimediaFileReferenceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/MultimediaFormatTest.php b/tests/app/Elements/MultimediaFormatTest.php index 8ab00a6b53..cb4a43418e 100644 --- a/tests/app/Elements/MultimediaFormatTest.php +++ b/tests/app/Elements/MultimediaFormatTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NameOfBusinessTest.php b/tests/app/Elements/NameOfBusinessTest.php index 4e0ed327fd..fb6fe396fc 100644 --- a/tests/app/Elements/NameOfBusinessTest.php +++ b/tests/app/Elements/NameOfBusinessTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NameOfFamilyFileTest.php b/tests/app/Elements/NameOfFamilyFileTest.php index 35e07b2748..f34a1a7931 100644 --- a/tests/app/Elements/NameOfFamilyFileTest.php +++ b/tests/app/Elements/NameOfFamilyFileTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NameOfProductTest.php b/tests/app/Elements/NameOfProductTest.php index e3411e67e0..626012b681 100644 --- a/tests/app/Elements/NameOfProductTest.php +++ b/tests/app/Elements/NameOfProductTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NameOfRepositoryTest.php b/tests/app/Elements/NameOfRepositoryTest.php index 527713a46a..bf334d4582 100644 --- a/tests/app/Elements/NameOfRepositoryTest.php +++ b/tests/app/Elements/NameOfRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NameOfSourceDataTest.php b/tests/app/Elements/NameOfSourceDataTest.php index d4819335d5..9069e74964 100644 --- a/tests/app/Elements/NameOfSourceDataTest.php +++ b/tests/app/Elements/NameOfSourceDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePersonalTest.php b/tests/app/Elements/NamePersonalTest.php index 38874dc16c..a2b7139ac0 100644 --- a/tests/app/Elements/NamePersonalTest.php +++ b/tests/app/Elements/NamePersonalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePhoneticVariationTest.php b/tests/app/Elements/NamePhoneticVariationTest.php index a3156bbf00..094f07476a 100644 --- a/tests/app/Elements/NamePhoneticVariationTest.php +++ b/tests/app/Elements/NamePhoneticVariationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePieceGivenTest.php b/tests/app/Elements/NamePieceGivenTest.php index 41df140199..ce563c29bd 100644 --- a/tests/app/Elements/NamePieceGivenTest.php +++ b/tests/app/Elements/NamePieceGivenTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePieceNicknameTest.php b/tests/app/Elements/NamePieceNicknameTest.php index 3d02f945d0..9b9643c7c4 100644 --- a/tests/app/Elements/NamePieceNicknameTest.php +++ b/tests/app/Elements/NamePieceNicknameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePiecePrefixTest.php b/tests/app/Elements/NamePiecePrefixTest.php index 37c1f41378..8e17c9dc61 100644 --- a/tests/app/Elements/NamePiecePrefixTest.php +++ b/tests/app/Elements/NamePiecePrefixTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePieceSuffixTest.php b/tests/app/Elements/NamePieceSuffixTest.php index f0096f9b77..1f4cc6b5ee 100644 --- a/tests/app/Elements/NamePieceSuffixTest.php +++ b/tests/app/Elements/NamePieceSuffixTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePieceSurnamePrefixTest.php b/tests/app/Elements/NamePieceSurnamePrefixTest.php index d28330638b..dc7820a562 100644 --- a/tests/app/Elements/NamePieceSurnamePrefixTest.php +++ b/tests/app/Elements/NamePieceSurnamePrefixTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NamePieceSurnameTest.php b/tests/app/Elements/NamePieceSurnameTest.php index e08a8f4667..18a6668ab5 100644 --- a/tests/app/Elements/NamePieceSurnameTest.php +++ b/tests/app/Elements/NamePieceSurnameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NameRomanizedVariationTest.php b/tests/app/Elements/NameRomanizedVariationTest.php index 09b3f31bdf..36a708d106 100644 --- a/tests/app/Elements/NameRomanizedVariationTest.php +++ b/tests/app/Elements/NameRomanizedVariationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NameTypeTest.php b/tests/app/Elements/NameTypeTest.php index 203b4b3d9d..8d52855412 100644 --- a/tests/app/Elements/NameTypeTest.php +++ b/tests/app/Elements/NameTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NationalIdNumberTest.php b/tests/app/Elements/NationalIdNumberTest.php index c4749b1751..46366c36e8 100644 --- a/tests/app/Elements/NationalIdNumberTest.php +++ b/tests/app/Elements/NationalIdNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NationalOrTribalOriginTest.php b/tests/app/Elements/NationalOrTribalOriginTest.php index 278f2a69c2..05e3671d23 100644 --- a/tests/app/Elements/NationalOrTribalOriginTest.php +++ b/tests/app/Elements/NationalOrTribalOriginTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NaturalizationTest.php b/tests/app/Elements/NaturalizationTest.php index 81cd849e10..55434257ac 100644 --- a/tests/app/Elements/NaturalizationTest.php +++ b/tests/app/Elements/NaturalizationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NobilityTypeTitleTest.php b/tests/app/Elements/NobilityTypeTitleTest.php index 30f301ab39..025899f2dc 100644 --- a/tests/app/Elements/NobilityTypeTitleTest.php +++ b/tests/app/Elements/NobilityTypeTitleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NoteRecordTest.php b/tests/app/Elements/NoteRecordTest.php index edd7981022..f9d0e0f387 100644 --- a/tests/app/Elements/NoteRecordTest.php +++ b/tests/app/Elements/NoteRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/NoteStructureTest.php b/tests/app/Elements/NoteStructureTest.php index cd9370f9ca..dcc1a29312 100644 --- a/tests/app/Elements/NoteStructureTest.php +++ b/tests/app/Elements/NoteStructureTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/OccupationTest.php b/tests/app/Elements/OccupationTest.php index ca3c86193b..0587ef35ff 100644 --- a/tests/app/Elements/OccupationTest.php +++ b/tests/app/Elements/OccupationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/OrdinanceProcessFlagTest.php b/tests/app/Elements/OrdinanceProcessFlagTest.php index add572b906..28353734b8 100644 --- a/tests/app/Elements/OrdinanceProcessFlagTest.php +++ b/tests/app/Elements/OrdinanceProcessFlagTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/OrdinationTest.php b/tests/app/Elements/OrdinationTest.php index 5ae39cc3d3..9d79ea1bd1 100644 --- a/tests/app/Elements/OrdinationTest.php +++ b/tests/app/Elements/OrdinationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PafUidTest.php b/tests/app/Elements/PafUidTest.php index 070e3f3681..22a5dad47c 100644 --- a/tests/app/Elements/PafUidTest.php +++ b/tests/app/Elements/PafUidTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PedigreeLinkageTypeTest.php b/tests/app/Elements/PedigreeLinkageTypeTest.php index 5c20773fca..5bffed2293 100644 --- a/tests/app/Elements/PedigreeLinkageTypeTest.php +++ b/tests/app/Elements/PedigreeLinkageTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PermanentRecordFileNumberTest.php b/tests/app/Elements/PermanentRecordFileNumberTest.php index 065dcaa39e..46fd4d73eb 100644 --- a/tests/app/Elements/PermanentRecordFileNumberTest.php +++ b/tests/app/Elements/PermanentRecordFileNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PhoneNumberTest.php b/tests/app/Elements/PhoneNumberTest.php index 5ec31a2d85..714573d073 100644 --- a/tests/app/Elements/PhoneNumberTest.php +++ b/tests/app/Elements/PhoneNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PhoneticTypeTest.php b/tests/app/Elements/PhoneticTypeTest.php index 37ac1e84db..ba2a7d4048 100644 --- a/tests/app/Elements/PhoneticTypeTest.php +++ b/tests/app/Elements/PhoneticTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PhysicalDescriptionTest.php b/tests/app/Elements/PhysicalDescriptionTest.php index fbd80ebc16..63861fc67b 100644 --- a/tests/app/Elements/PhysicalDescriptionTest.php +++ b/tests/app/Elements/PhysicalDescriptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PlaceHierarchyTest.php b/tests/app/Elements/PlaceHierarchyTest.php index 095cfee017..266451f632 100644 --- a/tests/app/Elements/PlaceHierarchyTest.php +++ b/tests/app/Elements/PlaceHierarchyTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PlaceLatitudeTest.php b/tests/app/Elements/PlaceLatitudeTest.php index bcf28fe6d3..6c5e173083 100644 --- a/tests/app/Elements/PlaceLatitudeTest.php +++ b/tests/app/Elements/PlaceLatitudeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PlaceLivingOrdinanceTest.php b/tests/app/Elements/PlaceLivingOrdinanceTest.php index cd72a0897f..af2de78528 100644 --- a/tests/app/Elements/PlaceLivingOrdinanceTest.php +++ b/tests/app/Elements/PlaceLivingOrdinanceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PlaceLongtitudeTest.php b/tests/app/Elements/PlaceLongtitudeTest.php index d7db876c6c..78853a2e46 100644 --- a/tests/app/Elements/PlaceLongtitudeTest.php +++ b/tests/app/Elements/PlaceLongtitudeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PlaceNameTest.php b/tests/app/Elements/PlaceNameTest.php index 7cd4f3ef7f..1dbbb06c6f 100644 --- a/tests/app/Elements/PlaceNameTest.php +++ b/tests/app/Elements/PlaceNameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PlacePhoneticVariationTest.php b/tests/app/Elements/PlacePhoneticVariationTest.php index 7b28097b2a..16a8e8e46f 100644 --- a/tests/app/Elements/PlacePhoneticVariationTest.php +++ b/tests/app/Elements/PlacePhoneticVariationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PlaceRomanizedVariationTest.php b/tests/app/Elements/PlaceRomanizedVariationTest.php index 392220a1a5..e4ceaccd0f 100644 --- a/tests/app/Elements/PlaceRomanizedVariationTest.php +++ b/tests/app/Elements/PlaceRomanizedVariationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PossessionsTest.php b/tests/app/Elements/PossessionsTest.php index 700c1177aa..04ea6b3044 100644 --- a/tests/app/Elements/PossessionsTest.php +++ b/tests/app/Elements/PossessionsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ProbateTest.php b/tests/app/Elements/ProbateTest.php index 40c3b63c08..a2ea7ac8d8 100644 --- a/tests/app/Elements/ProbateTest.php +++ b/tests/app/Elements/ProbateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/PublicationDateTest.php b/tests/app/Elements/PublicationDateTest.php index 5df408d8ee..fca8955382 100644 --- a/tests/app/Elements/PublicationDateTest.php +++ b/tests/app/Elements/PublicationDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ReceivingSystemNameTest.php b/tests/app/Elements/ReceivingSystemNameTest.php index 4ef39a6af6..78b9ac64cc 100644 --- a/tests/app/Elements/ReceivingSystemNameTest.php +++ b/tests/app/Elements/ReceivingSystemNameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/RelationIsDescriptorTest.php b/tests/app/Elements/RelationIsDescriptorTest.php index bf2d63176a..2e53d2b145 100644 --- a/tests/app/Elements/RelationIsDescriptorTest.php +++ b/tests/app/Elements/RelationIsDescriptorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ReligiousAffiliationTest.php b/tests/app/Elements/ReligiousAffiliationTest.php index 2ef40ad2cb..90078a558b 100644 --- a/tests/app/Elements/ReligiousAffiliationTest.php +++ b/tests/app/Elements/ReligiousAffiliationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/RepositoryRecordTest.php b/tests/app/Elements/RepositoryRecordTest.php index 03852f3438..0979f1f6ce 100644 --- a/tests/app/Elements/RepositoryRecordTest.php +++ b/tests/app/Elements/RepositoryRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ResearchTaskPriorityTest.php b/tests/app/Elements/ResearchTaskPriorityTest.php index 73159474c6..e5c275caad 100644 --- a/tests/app/Elements/ResearchTaskPriorityTest.php +++ b/tests/app/Elements/ResearchTaskPriorityTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ResearchTaskStatusTest.php b/tests/app/Elements/ResearchTaskStatusTest.php index 510b589fdc..3ca3e7e4b0 100644 --- a/tests/app/Elements/ResearchTaskStatusTest.php +++ b/tests/app/Elements/ResearchTaskStatusTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ResearchTaskTest.php b/tests/app/Elements/ResearchTaskTest.php index ed6e9117ce..8968391570 100644 --- a/tests/app/Elements/ResearchTaskTest.php +++ b/tests/app/Elements/ResearchTaskTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ResearchTaskTypeTest.php b/tests/app/Elements/ResearchTaskTypeTest.php index 7fbc4e9bc1..b9f674c12c 100644 --- a/tests/app/Elements/ResearchTaskTypeTest.php +++ b/tests/app/Elements/ResearchTaskTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ResidenceTest.php b/tests/app/Elements/ResidenceTest.php index 4a26ca3ab9..bc97018a65 100644 --- a/tests/app/Elements/ResidenceTest.php +++ b/tests/app/Elements/ResidenceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ResidenceWithValueTest.php b/tests/app/Elements/ResidenceWithValueTest.php index 9b106d5dc4..7175257efe 100644 --- a/tests/app/Elements/ResidenceWithValueTest.php +++ b/tests/app/Elements/ResidenceWithValueTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ResponsibleAgencyTest.php b/tests/app/Elements/ResponsibleAgencyTest.php index f030d7c188..126e16f712 100644 --- a/tests/app/Elements/ResponsibleAgencyTest.php +++ b/tests/app/Elements/ResponsibleAgencyTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/RestrictionNoticeTest.php b/tests/app/Elements/RestrictionNoticeTest.php index a5ecdf066f..bcbc32efca 100644 --- a/tests/app/Elements/RestrictionNoticeTest.php +++ b/tests/app/Elements/RestrictionNoticeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/RetirementTest.php b/tests/app/Elements/RetirementTest.php index 1c8396c710..1f93cc5954 100644 --- a/tests/app/Elements/RetirementTest.php +++ b/tests/app/Elements/RetirementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/RoleInEventTest.php b/tests/app/Elements/RoleInEventTest.php index d78baab285..51f2c7016d 100644 --- a/tests/app/Elements/RoleInEventTest.php +++ b/tests/app/Elements/RoleInEventTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/RomanizedTypeTest.php b/tests/app/Elements/RomanizedTypeTest.php index 3e99f9ae28..f4a572876c 100644 --- a/tests/app/Elements/RomanizedTypeTest.php +++ b/tests/app/Elements/RomanizedTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/ScholasticAchievementTest.php b/tests/app/Elements/ScholasticAchievementTest.php index a5fa1b5600..cf0c9acc87 100644 --- a/tests/app/Elements/ScholasticAchievementTest.php +++ b/tests/app/Elements/ScholasticAchievementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SexValueTest.php b/tests/app/Elements/SexValueTest.php index 938071c760..c44cbd52d9 100644 --- a/tests/app/Elements/SexValueTest.php +++ b/tests/app/Elements/SexValueTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SexXValueTest.php b/tests/app/Elements/SexXValueTest.php index ede38ed5ed..2227389e1e 100644 --- a/tests/app/Elements/SexXValueTest.php +++ b/tests/app/Elements/SexXValueTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SocialSecurityNumberTest.php b/tests/app/Elements/SocialSecurityNumberTest.php index 92d2408235..e04343d95b 100644 --- a/tests/app/Elements/SocialSecurityNumberTest.php +++ b/tests/app/Elements/SocialSecurityNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceCallNumberTest.php b/tests/app/Elements/SourceCallNumberTest.php index 5aadc44e4d..a65ab15431 100644 --- a/tests/app/Elements/SourceCallNumberTest.php +++ b/tests/app/Elements/SourceCallNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceDataTest.php b/tests/app/Elements/SourceDataTest.php index e20ff5da83..acbc384510 100644 --- a/tests/app/Elements/SourceDataTest.php +++ b/tests/app/Elements/SourceDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceDescriptiveTitleTest.php b/tests/app/Elements/SourceDescriptiveTitleTest.php index 4ce456f127..10659cb612 100644 --- a/tests/app/Elements/SourceDescriptiveTitleTest.php +++ b/tests/app/Elements/SourceDescriptiveTitleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceFiledByEntryTest.php b/tests/app/Elements/SourceFiledByEntryTest.php index 7a64c28d59..641d73f638 100644 --- a/tests/app/Elements/SourceFiledByEntryTest.php +++ b/tests/app/Elements/SourceFiledByEntryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceJurisdictionPlaceTest.php b/tests/app/Elements/SourceJurisdictionPlaceTest.php index 99a3262d25..29faa4bb63 100644 --- a/tests/app/Elements/SourceJurisdictionPlaceTest.php +++ b/tests/app/Elements/SourceJurisdictionPlaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceMediaTypeTest.php b/tests/app/Elements/SourceMediaTypeTest.php index 8bd713a908..7851436240 100644 --- a/tests/app/Elements/SourceMediaTypeTest.php +++ b/tests/app/Elements/SourceMediaTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceOriginatorTest.php b/tests/app/Elements/SourceOriginatorTest.php index 5da82561f0..6cb7647431 100644 --- a/tests/app/Elements/SourceOriginatorTest.php +++ b/tests/app/Elements/SourceOriginatorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourcePublicationFactsTest.php b/tests/app/Elements/SourcePublicationFactsTest.php index a6759a3840..a281f2140f 100644 --- a/tests/app/Elements/SourcePublicationFactsTest.php +++ b/tests/app/Elements/SourcePublicationFactsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SourceRecordTest.php b/tests/app/Elements/SourceRecordTest.php index 6f3bf88088..dad043dde4 100644 --- a/tests/app/Elements/SourceRecordTest.php +++ b/tests/app/Elements/SourceRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SubmissionRecordTest.php b/tests/app/Elements/SubmissionRecordTest.php index 8afa246b7c..dff1037bfa 100644 --- a/tests/app/Elements/SubmissionRecordTest.php +++ b/tests/app/Elements/SubmissionRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SubmitterNameTest.php b/tests/app/Elements/SubmitterNameTest.php index a9d0dff73b..cc6c32d512 100644 --- a/tests/app/Elements/SubmitterNameTest.php +++ b/tests/app/Elements/SubmitterNameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SubmitterRecordTest.php b/tests/app/Elements/SubmitterRecordTest.php index 24c2d99499..034b9399e0 100644 --- a/tests/app/Elements/SubmitterRecordTest.php +++ b/tests/app/Elements/SubmitterRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SubmitterRegisteredRfnTest.php b/tests/app/Elements/SubmitterRegisteredRfnTest.php index a5293c172c..3a6015cf05 100644 --- a/tests/app/Elements/SubmitterRegisteredRfnTest.php +++ b/tests/app/Elements/SubmitterRegisteredRfnTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/SubmitterTextTest.php b/tests/app/Elements/SubmitterTextTest.php index 85d4a00bf5..07de5811cf 100644 --- a/tests/app/Elements/SubmitterTextTest.php +++ b/tests/app/Elements/SubmitterTextTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/TempleCodeTest.php b/tests/app/Elements/TempleCodeTest.php index 57f67671f2..e546b7dfc6 100644 --- a/tests/app/Elements/TempleCodeTest.php +++ b/tests/app/Elements/TempleCodeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/TextFromSourceTest.php b/tests/app/Elements/TextFromSourceTest.php index 07624d12d7..5c46a3d6ff 100644 --- a/tests/app/Elements/TextFromSourceTest.php +++ b/tests/app/Elements/TextFromSourceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/TimeValueNowTest.php b/tests/app/Elements/TimeValueNowTest.php index ae1ae2900f..0d540f331a 100644 --- a/tests/app/Elements/TimeValueNowTest.php +++ b/tests/app/Elements/TimeValueNowTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/TimeValueTest.php b/tests/app/Elements/TimeValueTest.php index a3fd83b218..ef58b6c47d 100644 --- a/tests/app/Elements/TimeValueTest.php +++ b/tests/app/Elements/TimeValueTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/TransmissionDateTest.php b/tests/app/Elements/TransmissionDateTest.php index 6310e241ff..985fce966c 100644 --- a/tests/app/Elements/TransmissionDateTest.php +++ b/tests/app/Elements/TransmissionDateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/UidTest.php b/tests/app/Elements/UidTest.php index 50db4765c4..f4ea28f61c 100644 --- a/tests/app/Elements/UidTest.php +++ b/tests/app/Elements/UidTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/UnknownElementTest.php b/tests/app/Elements/UnknownElementTest.php index 0c1b84f3a9..9917b99ecd 100644 --- a/tests/app/Elements/UnknownElementTest.php +++ b/tests/app/Elements/UnknownElementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/UserReferenceNumberTest.php b/tests/app/Elements/UserReferenceNumberTest.php index d91cf05d34..f652b25a5e 100644 --- a/tests/app/Elements/UserReferenceNumberTest.php +++ b/tests/app/Elements/UserReferenceNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/UserReferenceTypeTest.php b/tests/app/Elements/UserReferenceTypeTest.php index 8ff869cb86..6c47443ec6 100644 --- a/tests/app/Elements/UserReferenceTypeTest.php +++ b/tests/app/Elements/UserReferenceTypeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/VersionNumberTest.php b/tests/app/Elements/VersionNumberTest.php index 64723d9d76..7139495b23 100644 --- a/tests/app/Elements/VersionNumberTest.php +++ b/tests/app/Elements/VersionNumberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/WebtreesUserTest.php b/tests/app/Elements/WebtreesUserTest.php index 804786eaa8..b71bd037f1 100644 --- a/tests/app/Elements/WebtreesUserTest.php +++ b/tests/app/Elements/WebtreesUserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/WhereWithinSourceTest.php b/tests/app/Elements/WhereWithinSourceTest.php index 3bf07b4b1a..54e01e4cb5 100644 --- a/tests/app/Elements/WhereWithinSourceTest.php +++ b/tests/app/Elements/WhereWithinSourceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/WillTest.php b/tests/app/Elements/WillTest.php index 9ba780a6fa..0502a06e9c 100644 --- a/tests/app/Elements/WillTest.php +++ b/tests/app/Elements/WillTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefAssociateTest.php b/tests/app/Elements/XrefAssociateTest.php index 5008d8ca8a..5d3e1b8ee8 100644 --- a/tests/app/Elements/XrefAssociateTest.php +++ b/tests/app/Elements/XrefAssociateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefFamilyTest.php b/tests/app/Elements/XrefFamilyTest.php index dd2866def2..6f70f8eb1c 100644 --- a/tests/app/Elements/XrefFamilyTest.php +++ b/tests/app/Elements/XrefFamilyTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefIndividualTest.php b/tests/app/Elements/XrefIndividualTest.php index 8fb1bde548..324ee83c3c 100644 --- a/tests/app/Elements/XrefIndividualTest.php +++ b/tests/app/Elements/XrefIndividualTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefLocationTest.php b/tests/app/Elements/XrefLocationTest.php index 4d520dd22c..56d76f39b1 100644 --- a/tests/app/Elements/XrefLocationTest.php +++ b/tests/app/Elements/XrefLocationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefMediaTest.php b/tests/app/Elements/XrefMediaTest.php index 2b821a1420..cda2fc6314 100644 --- a/tests/app/Elements/XrefMediaTest.php +++ b/tests/app/Elements/XrefMediaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefNoteTest.php b/tests/app/Elements/XrefNoteTest.php index d0b976e68b..63f49c162d 100644 --- a/tests/app/Elements/XrefNoteTest.php +++ b/tests/app/Elements/XrefNoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefRepositoryTest.php b/tests/app/Elements/XrefRepositoryTest.php index 48af4607be..54d49aa639 100644 --- a/tests/app/Elements/XrefRepositoryTest.php +++ b/tests/app/Elements/XrefRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefSharedNoteTest.php b/tests/app/Elements/XrefSharedNoteTest.php index 1aaec4ccc5..50ab6200a0 100644 --- a/tests/app/Elements/XrefSharedNoteTest.php +++ b/tests/app/Elements/XrefSharedNoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefSourceTest.php b/tests/app/Elements/XrefSourceTest.php index 8bad1a7a04..f9aa38dee6 100644 --- a/tests/app/Elements/XrefSourceTest.php +++ b/tests/app/Elements/XrefSourceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefSubmissionTest.php b/tests/app/Elements/XrefSubmissionTest.php index 7419c5dfb6..9486b5aae6 100644 --- a/tests/app/Elements/XrefSubmissionTest.php +++ b/tests/app/Elements/XrefSubmissionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Elements/XrefSubmitterTest.php b/tests/app/Elements/XrefSubmitterTest.php index b165d19d28..0540c01e01 100644 --- a/tests/app/Elements/XrefSubmitterTest.php +++ b/tests/app/Elements/XrefSubmitterTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/ASCIITest.php b/tests/app/Encodings/ASCIITest.php index af62f324c5..2bf89b900a 100644 --- a/tests/app/Encodings/ASCIITest.php +++ b/tests/app/Encodings/ASCIITest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/AnselTest.php b/tests/app/Encodings/AnselTest.php index e4b4dc707e..6e2d079a6f 100644 --- a/tests/app/Encodings/AnselTest.php +++ b/tests/app/Encodings/AnselTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/CP437Test.php b/tests/app/Encodings/CP437Test.php index 34fd8cc42f..31f38cc1e5 100644 --- a/tests/app/Encodings/CP437Test.php +++ b/tests/app/Encodings/CP437Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/CP850Test.php b/tests/app/Encodings/CP850Test.php index f6b5a52531..c6b0fbe127 100644 --- a/tests/app/Encodings/CP850Test.php +++ b/tests/app/Encodings/CP850Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/ISO88591Test.php b/tests/app/Encodings/ISO88591Test.php index b3ea2596f3..a05d390f14 100644 --- a/tests/app/Encodings/ISO88591Test.php +++ b/tests/app/Encodings/ISO88591Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/ISO88592Test.php b/tests/app/Encodings/ISO88592Test.php index 548c6f035c..1f6d223ed6 100644 --- a/tests/app/Encodings/ISO88592Test.php +++ b/tests/app/Encodings/ISO88592Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/MacRomanTest.php b/tests/app/Encodings/MacRomanTest.php index e5957b0f74..3b452fe205 100644 --- a/tests/app/Encodings/MacRomanTest.php +++ b/tests/app/Encodings/MacRomanTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/UTF16BETest.php b/tests/app/Encodings/UTF16BETest.php index c636db15f3..4960432f97 100644 --- a/tests/app/Encodings/UTF16BETest.php +++ b/tests/app/Encodings/UTF16BETest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/UTF16LETest.php b/tests/app/Encodings/UTF16LETest.php index 815b4f6678..2ca22fb04f 100644 --- a/tests/app/Encodings/UTF16LETest.php +++ b/tests/app/Encodings/UTF16LETest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/UTF8Test.php b/tests/app/Encodings/UTF8Test.php index bfb2f6d9f0..c6dffea7fb 100644 --- a/tests/app/Encodings/UTF8Test.php +++ b/tests/app/Encodings/UTF8Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/Windows1250Test.php b/tests/app/Encodings/Windows1250Test.php index 6a9a117c83..904a109104 100644 --- a/tests/app/Encodings/Windows1250Test.php +++ b/tests/app/Encodings/Windows1250Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/Windows1251Test.php b/tests/app/Encodings/Windows1251Test.php index 443f563fe9..6f2679aa2a 100644 --- a/tests/app/Encodings/Windows1251Test.php +++ b/tests/app/Encodings/Windows1251Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Encodings/Windows1252Test.php b/tests/app/Encodings/Windows1252Test.php index bca462bda8..1ede598969 100644 --- a/tests/app/Encodings/Windows1252Test.php +++ b/tests/app/Encodings/Windows1252Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Exceptions/FileUploadExceptionTest.php b/tests/app/Exceptions/FileUploadExceptionTest.php index a28a49286f..0be80f2173 100644 --- a/tests/app/Exceptions/FileUploadExceptionTest.php +++ b/tests/app/Exceptions/FileUploadExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Exceptions/GedcomErrorExceptionTest.php b/tests/app/Exceptions/GedcomErrorExceptionTest.php index 58c878d181..8aa68a4462 100644 --- a/tests/app/Exceptions/GedcomErrorExceptionTest.php +++ b/tests/app/Exceptions/GedcomErrorExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php b/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php index 66a65931f5..8dcdf05a61 100644 --- a/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php +++ b/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/FactTest.php b/tests/app/FactTest.php index 799a9e5f98..7855e239ac 100644 --- a/tests/app/FactTest.php +++ b/tests/app/FactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/CacheFactoryTest.php b/tests/app/Factories/CacheFactoryTest.php index 1acf1ea9ca..a1d36bb2bb 100644 --- a/tests/app/Factories/CacheFactoryTest.php +++ b/tests/app/Factories/CacheFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/CalendarDateFactoryTest.php b/tests/app/Factories/CalendarDateFactoryTest.php index 212dbfc4fe..b9e090a5b4 100644 --- a/tests/app/Factories/CalendarDateFactoryTest.php +++ b/tests/app/Factories/CalendarDateFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/ElementFactoryTest.php b/tests/app/Factories/ElementFactoryTest.php index a65c8d521d..b349256527 100644 --- a/tests/app/Factories/ElementFactoryTest.php +++ b/tests/app/Factories/ElementFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/EncodingFactoryTest.php b/tests/app/Factories/EncodingFactoryTest.php index e487706282..99ef8acf49 100644 --- a/tests/app/Factories/EncodingFactoryTest.php +++ b/tests/app/Factories/EncodingFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/FamilyFactoryTest.php b/tests/app/Factories/FamilyFactoryTest.php index c6044c066a..6ca82e127e 100644 --- a/tests/app/Factories/FamilyFactoryTest.php +++ b/tests/app/Factories/FamilyFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/FilesystemFactoryTest.php b/tests/app/Factories/FilesystemFactoryTest.php index d354922bb8..1f29e97806 100644 --- a/tests/app/Factories/FilesystemFactoryTest.php +++ b/tests/app/Factories/FilesystemFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/GedcomRecordFactoryTest.php b/tests/app/Factories/GedcomRecordFactoryTest.php index e8d0e0a912..5b95136791 100644 --- a/tests/app/Factories/GedcomRecordFactoryTest.php +++ b/tests/app/Factories/GedcomRecordFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/HeaderFactoryTest.php b/tests/app/Factories/HeaderFactoryTest.php index e7f5b6edd8..b816132441 100644 --- a/tests/app/Factories/HeaderFactoryTest.php +++ b/tests/app/Factories/HeaderFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/IdFactoryTest.php b/tests/app/Factories/IdFactoryTest.php index d8a92c96fb..c6cf3cc96d 100644 --- a/tests/app/Factories/IdFactoryTest.php +++ b/tests/app/Factories/IdFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/ImageFactoryTest.php b/tests/app/Factories/ImageFactoryTest.php index 4ffabd487e..7ad0b51689 100644 --- a/tests/app/Factories/ImageFactoryTest.php +++ b/tests/app/Factories/ImageFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/IndividualFactoryTest.php b/tests/app/Factories/IndividualFactoryTest.php index 45cbd399d5..37190ac233 100644 --- a/tests/app/Factories/IndividualFactoryTest.php +++ b/tests/app/Factories/IndividualFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/LocationFactoryTest.php b/tests/app/Factories/LocationFactoryTest.php index 0cd8f6e147..45677625fa 100644 --- a/tests/app/Factories/LocationFactoryTest.php +++ b/tests/app/Factories/LocationFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/MarkdownFactoryTest.php b/tests/app/Factories/MarkdownFactoryTest.php index 0ada6652f0..b35a350724 100644 --- a/tests/app/Factories/MarkdownFactoryTest.php +++ b/tests/app/Factories/MarkdownFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/MediaFactoryTest.php b/tests/app/Factories/MediaFactoryTest.php index f20cd3fefc..9f0651456c 100644 --- a/tests/app/Factories/MediaFactoryTest.php +++ b/tests/app/Factories/MediaFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/NoteFactoryTest.php b/tests/app/Factories/NoteFactoryTest.php index fe6b7ea3a7..3bbe54ad10 100644 --- a/tests/app/Factories/NoteFactoryTest.php +++ b/tests/app/Factories/NoteFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/RepositoryFactoryTest.php b/tests/app/Factories/RepositoryFactoryTest.php index 8c0e277a23..8d47173391 100644 --- a/tests/app/Factories/RepositoryFactoryTest.php +++ b/tests/app/Factories/RepositoryFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/ResponseFactoryTest.php b/tests/app/Factories/ResponseFactoryTest.php index 1546bb706a..c0966feec6 100644 --- a/tests/app/Factories/ResponseFactoryTest.php +++ b/tests/app/Factories/ResponseFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/RouteFactoryTest.php b/tests/app/Factories/RouteFactoryTest.php index 3bbe618375..0eae5539da 100644 --- a/tests/app/Factories/RouteFactoryTest.php +++ b/tests/app/Factories/RouteFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/SharedNoteFactoryTest.php b/tests/app/Factories/SharedNoteFactoryTest.php index c42af8a799..1bf052b868 100644 --- a/tests/app/Factories/SharedNoteFactoryTest.php +++ b/tests/app/Factories/SharedNoteFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/SlugFactoryTest.php b/tests/app/Factories/SlugFactoryTest.php index dfc4cff335..7339e162b8 100644 --- a/tests/app/Factories/SlugFactoryTest.php +++ b/tests/app/Factories/SlugFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/SourceFactoryTest.php b/tests/app/Factories/SourceFactoryTest.php index 40d0dc2661..eae2744c7c 100644 --- a/tests/app/Factories/SourceFactoryTest.php +++ b/tests/app/Factories/SourceFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/SubmissionFactoryTest.php b/tests/app/Factories/SubmissionFactoryTest.php index c93667eb79..1ba7729cfb 100644 --- a/tests/app/Factories/SubmissionFactoryTest.php +++ b/tests/app/Factories/SubmissionFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/SubmitterFactoryTest.php b/tests/app/Factories/SubmitterFactoryTest.php index 138fa5b823..73f6e36d1c 100644 --- a/tests/app/Factories/SubmitterFactoryTest.php +++ b/tests/app/Factories/SubmitterFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/SurnameTraditionFactoryTest.php b/tests/app/Factories/SurnameTraditionFactoryTest.php index 238d3002d6..0122dfc6ab 100644 --- a/tests/app/Factories/SurnameTraditionFactoryTest.php +++ b/tests/app/Factories/SurnameTraditionFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/TimeFactoryTest.php b/tests/app/Factories/TimeFactoryTest.php index 8759d4ee9a..72042326ff 100644 --- a/tests/app/Factories/TimeFactoryTest.php +++ b/tests/app/Factories/TimeFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/TimestampFactoryTest.php b/tests/app/Factories/TimestampFactoryTest.php index 5da81a1ae0..2f192afb58 100644 --- a/tests/app/Factories/TimestampFactoryTest.php +++ b/tests/app/Factories/TimestampFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Factories/XrefFactoryTest.php b/tests/app/Factories/XrefFactoryTest.php index 6d515e9f90..1950a44666 100644 --- a/tests/app/Factories/XrefFactoryTest.php +++ b/tests/app/Factories/XrefFactoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/FamilyTest.php b/tests/app/FamilyTest.php index a4b16f164d..2bbd81e265 100644 --- a/tests/app/FamilyTest.php +++ b/tests/app/FamilyTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/FlashMessagesTest.php b/tests/app/FlashMessagesTest.php index ba7d43d3f4..56b4b3b93b 100644 --- a/tests/app/FlashMessagesTest.php +++ b/tests/app/FlashMessagesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/GedcomFilters/GedcomEncodingFilterTest.php b/tests/app/GedcomFilters/GedcomEncodingFilterTest.php index 1fbe2f3324..fcb67a0683 100644 --- a/tests/app/GedcomFilters/GedcomEncodingFilterTest.php +++ b/tests/app/GedcomFilters/GedcomEncodingFilterTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/GedcomRecordTest.php b/tests/app/GedcomRecordTest.php index 0ebc1a6fbc..b737a8a3fd 100644 --- a/tests/app/GedcomRecordTest.php +++ b/tests/app/GedcomRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/GedcomTest.php b/tests/app/GedcomTest.php index c8ee281b18..81b8de294c 100644 --- a/tests/app/GedcomTest.php +++ b/tests/app/GedcomTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/GuestUserTest.php b/tests/app/GuestUserTest.php index 7f1076546e..beb7214b45 100644 --- a/tests/app/GuestUserTest.php +++ b/tests/app/GuestUserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/HeaderTest.php b/tests/app/HeaderTest.php index e65dbcc8a8..0fa3789dfb 100644 --- a/tests/app/HeaderTest.php +++ b/tests/app/HeaderTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/HtmlTest.php b/tests/app/HtmlTest.php index 657d3c7914..cf45d1738f 100644 --- a/tests/app/HtmlTest.php +++ b/tests/app/HtmlTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php b/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php index 9f32c06ff9..1266f0978a 100644 --- a/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php b/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php index c54198b082..64b1b8c4a6 100644 --- a/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Exceptions/HttpExceptionTest.php b/tests/app/Http/Exceptions/HttpExceptionTest.php index 63c27a701d..a40d95f859 100644 --- a/tests/app/Http/Exceptions/HttpExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php b/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php index 2e1bb48af0..d7f0614112 100644 --- a/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php b/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php index 0748b8edd1..3ec7b18281 100644 --- a/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php b/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php index 3b6431fed3..3667deb864 100644 --- a/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php b/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php index 74b2a84791..af435f632a 100644 --- a/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthAdministratorTest.php b/tests/app/Http/Middleware/AuthAdministratorTest.php index fa9eeba932..a26469a37b 100644 --- a/tests/app/Http/Middleware/AuthAdministratorTest.php +++ b/tests/app/Http/Middleware/AuthAdministratorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthEditorTest.php b/tests/app/Http/Middleware/AuthEditorTest.php index e6fdf6c869..821ee3bc75 100644 --- a/tests/app/Http/Middleware/AuthEditorTest.php +++ b/tests/app/Http/Middleware/AuthEditorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthLoggedInTest.php b/tests/app/Http/Middleware/AuthLoggedInTest.php index a3280c16b0..72fb260f89 100644 --- a/tests/app/Http/Middleware/AuthLoggedInTest.php +++ b/tests/app/Http/Middleware/AuthLoggedInTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthManagerTest.php b/tests/app/Http/Middleware/AuthManagerTest.php index 737a9e1ce9..61a6e44826 100644 --- a/tests/app/Http/Middleware/AuthManagerTest.php +++ b/tests/app/Http/Middleware/AuthManagerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthMemberTest.php b/tests/app/Http/Middleware/AuthMemberTest.php index 2e22783f9c..39ff769587 100644 --- a/tests/app/Http/Middleware/AuthMemberTest.php +++ b/tests/app/Http/Middleware/AuthMemberTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/AuthModeratorTest.php b/tests/app/Http/Middleware/AuthModeratorTest.php index d541744439..8b388463b7 100644 --- a/tests/app/Http/Middleware/AuthModeratorTest.php +++ b/tests/app/Http/Middleware/AuthModeratorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/BadBotBlockerTest.php b/tests/app/Http/Middleware/BadBotBlockerTest.php index d087ce7bbd..67f2578891 100644 --- a/tests/app/Http/Middleware/BadBotBlockerTest.php +++ b/tests/app/Http/Middleware/BadBotBlockerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/BaseUrlTest.php b/tests/app/Http/Middleware/BaseUrlTest.php index f571d2642c..3477c9d5b7 100644 --- a/tests/app/Http/Middleware/BaseUrlTest.php +++ b/tests/app/Http/Middleware/BaseUrlTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/BootModulesTest.php b/tests/app/Http/Middleware/BootModulesTest.php index 89b4d55b87..23acf48173 100644 --- a/tests/app/Http/Middleware/BootModulesTest.php +++ b/tests/app/Http/Middleware/BootModulesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CheckCsrfTest.php b/tests/app/Http/Middleware/CheckCsrfTest.php index 429dd47249..4a4b4da3ca 100644 --- a/tests/app/Http/Middleware/CheckCsrfTest.php +++ b/tests/app/Http/Middleware/CheckCsrfTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php b/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php index 8a14111243..c2d45d7c56 100644 --- a/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php +++ b/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CheckForNewVersionTest.php b/tests/app/Http/Middleware/CheckForNewVersionTest.php index eb7d766da9..32bf76bb45 100644 --- a/tests/app/Http/Middleware/CheckForNewVersionTest.php +++ b/tests/app/Http/Middleware/CheckForNewVersionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/ClientIpTest.php b/tests/app/Http/Middleware/ClientIpTest.php index df3bad012f..975d544577 100644 --- a/tests/app/Http/Middleware/ClientIpTest.php +++ b/tests/app/Http/Middleware/ClientIpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/CompressResponseTest.php b/tests/app/Http/Middleware/CompressResponseTest.php index 6aac8249f8..500d294bd2 100644 --- a/tests/app/Http/Middleware/CompressResponseTest.php +++ b/tests/app/Http/Middleware/CompressResponseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/ContentLengthTest.php b/tests/app/Http/Middleware/ContentLengthTest.php index 537db69167..ba33cb437a 100644 --- a/tests/app/Http/Middleware/ContentLengthTest.php +++ b/tests/app/Http/Middleware/ContentLengthTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/DoHousekeepingTest.php b/tests/app/Http/Middleware/DoHousekeepingTest.php index c98dac9d8b..308a4049d2 100644 --- a/tests/app/Http/Middleware/DoHousekeepingTest.php +++ b/tests/app/Http/Middleware/DoHousekeepingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/EmitResponseTest.php b/tests/app/Http/Middleware/EmitResponseTest.php index c6c8b9c781..34ee6b6aa5 100644 --- a/tests/app/Http/Middleware/EmitResponseTest.php +++ b/tests/app/Http/Middleware/EmitResponseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/HandleExceptionsTest.php b/tests/app/Http/Middleware/HandleExceptionsTest.php index 1e4c775413..de543c8037 100644 --- a/tests/app/Http/Middleware/HandleExceptionsTest.php +++ b/tests/app/Http/Middleware/HandleExceptionsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/LoadRoutesTest.php b/tests/app/Http/Middleware/LoadRoutesTest.php index 2b4055f0e3..84af14bab8 100644 --- a/tests/app/Http/Middleware/LoadRoutesTest.php +++ b/tests/app/Http/Middleware/LoadRoutesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/PublicFilesTest.php b/tests/app/Http/Middleware/PublicFilesTest.php index 3903ed7648..b5558765c2 100644 --- a/tests/app/Http/Middleware/PublicFilesTest.php +++ b/tests/app/Http/Middleware/PublicFilesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/ReadConfigIniTest.php b/tests/app/Http/Middleware/ReadConfigIniTest.php index 9851245c72..f8ed48a5fb 100644 --- a/tests/app/Http/Middleware/ReadConfigIniTest.php +++ b/tests/app/Http/Middleware/ReadConfigIniTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/RegisterGedcomTagsTest.php b/tests/app/Http/Middleware/RegisterGedcomTagsTest.php index 5ecf582c91..0e6ce0ddda 100644 --- a/tests/app/Http/Middleware/RegisterGedcomTagsTest.php +++ b/tests/app/Http/Middleware/RegisterGedcomTagsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/RequestHandlerTest.php b/tests/app/Http/Middleware/RequestHandlerTest.php index 77fed704d2..d98b9c91b2 100644 --- a/tests/app/Http/Middleware/RequestHandlerTest.php +++ b/tests/app/Http/Middleware/RequestHandlerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/RouterTest.php b/tests/app/Http/Middleware/RouterTest.php index de112c1082..4946bd41ed 100644 --- a/tests/app/Http/Middleware/RouterTest.php +++ b/tests/app/Http/Middleware/RouterTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/SecurityHeadersTest.php b/tests/app/Http/Middleware/SecurityHeadersTest.php index 90938d2410..394e44e8dc 100644 --- a/tests/app/Http/Middleware/SecurityHeadersTest.php +++ b/tests/app/Http/Middleware/SecurityHeadersTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php b/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php index aff8c8eff5..6fd9d8f3d3 100644 --- a/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php +++ b/tests/app/Http/Middleware/UpdateDatabaseSchemaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseDatabaseTest.php b/tests/app/Http/Middleware/UseDatabaseTest.php index e056051d0b..f37255609a 100644 --- a/tests/app/Http/Middleware/UseDatabaseTest.php +++ b/tests/app/Http/Middleware/UseDatabaseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseLanguageTest.php b/tests/app/Http/Middleware/UseLanguageTest.php index 593fbfe537..fa5e5481f9 100644 --- a/tests/app/Http/Middleware/UseLanguageTest.php +++ b/tests/app/Http/Middleware/UseLanguageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseSessionTest.php b/tests/app/Http/Middleware/UseSessionTest.php index c80baa4d91..939285f8f3 100644 --- a/tests/app/Http/Middleware/UseSessionTest.php +++ b/tests/app/Http/Middleware/UseSessionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseThemeTest.php b/tests/app/Http/Middleware/UseThemeTest.php index 8dfe82a179..495b7bda83 100644 --- a/tests/app/Http/Middleware/UseThemeTest.php +++ b/tests/app/Http/Middleware/UseThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Middleware/UseTransactionTest.php b/tests/app/Http/Middleware/UseTransactionTest.php index ba2953346a..5d9d896430 100644 --- a/tests/app/Http/Middleware/UseTransactionTest.php +++ b/tests/app/Http/Middleware/UseTransactionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AccountDeleteTest.php b/tests/app/Http/RequestHandlers/AccountDeleteTest.php index 56157fc960..8cc0e00d9d 100644 --- a/tests/app/Http/RequestHandlers/AccountDeleteTest.php +++ b/tests/app/Http/RequestHandlers/AccountDeleteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AccountEditTest.php b/tests/app/Http/RequestHandlers/AccountEditTest.php index c25404d373..b4942e0913 100644 --- a/tests/app/Http/RequestHandlers/AccountEditTest.php +++ b/tests/app/Http/RequestHandlers/AccountEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AccountUpdateTest.php b/tests/app/Http/RequestHandlers/AccountUpdateTest.php index dc5d65b21c..81e30bf8c9 100644 --- a/tests/app/Http/RequestHandlers/AccountUpdateTest.php +++ b/tests/app/Http/RequestHandlers/AccountUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddChildToFamilyActionTest.php b/tests/app/Http/RequestHandlers/AddChildToFamilyActionTest.php index 793278422d..02effc1fcf 100644 --- a/tests/app/Http/RequestHandlers/AddChildToFamilyActionTest.php +++ b/tests/app/Http/RequestHandlers/AddChildToFamilyActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddChildToFamilyPageTest.php b/tests/app/Http/RequestHandlers/AddChildToFamilyPageTest.php index 9ab13ac5fa..3a6e0e1968 100644 --- a/tests/app/Http/RequestHandlers/AddChildToFamilyPageTest.php +++ b/tests/app/Http/RequestHandlers/AddChildToFamilyPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddChildToIndividualActionTest.php b/tests/app/Http/RequestHandlers/AddChildToIndividualActionTest.php index a6c1afb1bf..be6244cec3 100644 --- a/tests/app/Http/RequestHandlers/AddChildToIndividualActionTest.php +++ b/tests/app/Http/RequestHandlers/AddChildToIndividualActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddChildToIndividualPageTest.php b/tests/app/Http/RequestHandlers/AddChildToIndividualPageTest.php index 74c16ed8f3..12a9e20c8c 100644 --- a/tests/app/Http/RequestHandlers/AddChildToIndividualPageTest.php +++ b/tests/app/Http/RequestHandlers/AddChildToIndividualPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddMediaFileActionTest.php b/tests/app/Http/RequestHandlers/AddMediaFileActionTest.php index 2f3e67a960..4ba94048e2 100644 --- a/tests/app/Http/RequestHandlers/AddMediaFileActionTest.php +++ b/tests/app/Http/RequestHandlers/AddMediaFileActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddMediaFileModalTest.php b/tests/app/Http/RequestHandlers/AddMediaFileModalTest.php index e0d516f236..4587f2c47b 100644 --- a/tests/app/Http/RequestHandlers/AddMediaFileModalTest.php +++ b/tests/app/Http/RequestHandlers/AddMediaFileModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddNewFactTest.php b/tests/app/Http/RequestHandlers/AddNewFactTest.php index 4bcfe40994..280e519108 100644 --- a/tests/app/Http/RequestHandlers/AddNewFactTest.php +++ b/tests/app/Http/RequestHandlers/AddNewFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddParentToIndividualActionTest.php b/tests/app/Http/RequestHandlers/AddParentToIndividualActionTest.php index 09367201ff..167df29d8e 100644 --- a/tests/app/Http/RequestHandlers/AddParentToIndividualActionTest.php +++ b/tests/app/Http/RequestHandlers/AddParentToIndividualActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddParentToIndividualPageTest.php b/tests/app/Http/RequestHandlers/AddParentToIndividualPageTest.php index b08258984c..b8c768d678 100644 --- a/tests/app/Http/RequestHandlers/AddParentToIndividualPageTest.php +++ b/tests/app/Http/RequestHandlers/AddParentToIndividualPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddSpouseToFamilyActionTest.php b/tests/app/Http/RequestHandlers/AddSpouseToFamilyActionTest.php index 26155f626d..c2acf3458c 100644 --- a/tests/app/Http/RequestHandlers/AddSpouseToFamilyActionTest.php +++ b/tests/app/Http/RequestHandlers/AddSpouseToFamilyActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddSpouseToFamilyPageTest.php b/tests/app/Http/RequestHandlers/AddSpouseToFamilyPageTest.php index b57cb7547d..a926460d2a 100644 --- a/tests/app/Http/RequestHandlers/AddSpouseToFamilyPageTest.php +++ b/tests/app/Http/RequestHandlers/AddSpouseToFamilyPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddSpouseToIndividualActionTest.php b/tests/app/Http/RequestHandlers/AddSpouseToIndividualActionTest.php index 9985ea6504..c8a59b418b 100644 --- a/tests/app/Http/RequestHandlers/AddSpouseToIndividualActionTest.php +++ b/tests/app/Http/RequestHandlers/AddSpouseToIndividualActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddSpouseToIndividualPageTest.php b/tests/app/Http/RequestHandlers/AddSpouseToIndividualPageTest.php index c34d79a30e..8338f3987b 100644 --- a/tests/app/Http/RequestHandlers/AddSpouseToIndividualPageTest.php +++ b/tests/app/Http/RequestHandlers/AddSpouseToIndividualPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddUnlinkedActionTest.php b/tests/app/Http/RequestHandlers/AddUnlinkedActionTest.php index 6edd5a7bcf..496816a5b6 100644 --- a/tests/app/Http/RequestHandlers/AddUnlinkedActionTest.php +++ b/tests/app/Http/RequestHandlers/AddUnlinkedActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AddUnlinkedPageTest.php b/tests/app/Http/RequestHandlers/AddUnlinkedPageTest.php index f507192be9..20ae5c22ac 100644 --- a/tests/app/Http/RequestHandlers/AddUnlinkedPageTest.php +++ b/tests/app/Http/RequestHandlers/AddUnlinkedPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AdminMediaFileDownloadTest.php b/tests/app/Http/RequestHandlers/AdminMediaFileDownloadTest.php index 4601f7e186..9d724de700 100644 --- a/tests/app/Http/RequestHandlers/AdminMediaFileDownloadTest.php +++ b/tests/app/Http/RequestHandlers/AdminMediaFileDownloadTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AdminMediaFileThumbnailTest.php b/tests/app/Http/RequestHandlers/AdminMediaFileThumbnailTest.php index 43bd6c275e..61342e77d5 100644 --- a/tests/app/Http/RequestHandlers/AdminMediaFileThumbnailTest.php +++ b/tests/app/Http/RequestHandlers/AdminMediaFileThumbnailTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AdsTxtTest.php b/tests/app/Http/RequestHandlers/AdsTxtTest.php index eba54387be..822a2a3b4c 100644 --- a/tests/app/Http/RequestHandlers/AdsTxtTest.php +++ b/tests/app/Http/RequestHandlers/AdsTxtTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AppAdsTxtTest.php b/tests/app/Http/RequestHandlers/AppAdsTxtTest.php index 06a1bd2ca7..d47087585c 100644 --- a/tests/app/Http/RequestHandlers/AppAdsTxtTest.php +++ b/tests/app/Http/RequestHandlers/AppAdsTxtTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AppleTouchIconPngTest.php b/tests/app/Http/RequestHandlers/AppleTouchIconPngTest.php index 04d80960c3..2c5f2a5502 100644 --- a/tests/app/Http/RequestHandlers/AppleTouchIconPngTest.php +++ b/tests/app/Http/RequestHandlers/AppleTouchIconPngTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AutoCompleteCitationTest.php b/tests/app/Http/RequestHandlers/AutoCompleteCitationTest.php index 687ef61ae7..f05069ee0c 100644 --- a/tests/app/Http/RequestHandlers/AutoCompleteCitationTest.php +++ b/tests/app/Http/RequestHandlers/AutoCompleteCitationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AutoCompleteFolderTest.php b/tests/app/Http/RequestHandlers/AutoCompleteFolderTest.php index c371c4c08f..6e67102d3e 100644 --- a/tests/app/Http/RequestHandlers/AutoCompleteFolderTest.php +++ b/tests/app/Http/RequestHandlers/AutoCompleteFolderTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AutoCompletePlaceTest.php b/tests/app/Http/RequestHandlers/AutoCompletePlaceTest.php index 68e8a28fc2..a68b10c320 100644 --- a/tests/app/Http/RequestHandlers/AutoCompletePlaceTest.php +++ b/tests/app/Http/RequestHandlers/AutoCompletePlaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/AutoCompleteSurnameTest.php b/tests/app/Http/RequestHandlers/AutoCompleteSurnameTest.php index b012621909..e811c5178d 100644 --- a/tests/app/Http/RequestHandlers/AutoCompleteSurnameTest.php +++ b/tests/app/Http/RequestHandlers/AutoCompleteSurnameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/BroadcastActionTest.php b/tests/app/Http/RequestHandlers/BroadcastActionTest.php index b91584ce24..fccf9ef8d9 100644 --- a/tests/app/Http/RequestHandlers/BroadcastActionTest.php +++ b/tests/app/Http/RequestHandlers/BroadcastActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/BroadcastPageTest.php b/tests/app/Http/RequestHandlers/BroadcastPageTest.php index 651e164176..ad4c5b29bb 100644 --- a/tests/app/Http/RequestHandlers/BroadcastPageTest.php +++ b/tests/app/Http/RequestHandlers/BroadcastPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/BrowserconfigXmlTest.php b/tests/app/Http/RequestHandlers/BrowserconfigXmlTest.php index 9b324c2268..d43cdeb62b 100644 --- a/tests/app/Http/RequestHandlers/BrowserconfigXmlTest.php +++ b/tests/app/Http/RequestHandlers/BrowserconfigXmlTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CalendarActionTest.php b/tests/app/Http/RequestHandlers/CalendarActionTest.php index c2257fab76..62642ef381 100644 --- a/tests/app/Http/RequestHandlers/CalendarActionTest.php +++ b/tests/app/Http/RequestHandlers/CalendarActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CalendarEventsTest.php b/tests/app/Http/RequestHandlers/CalendarEventsTest.php index ff11194a35..e114bd792e 100644 --- a/tests/app/Http/RequestHandlers/CalendarEventsTest.php +++ b/tests/app/Http/RequestHandlers/CalendarEventsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CalendarPageTest.php b/tests/app/Http/RequestHandlers/CalendarPageTest.php index 62382c3560..8d68abc620 100644 --- a/tests/app/Http/RequestHandlers/CalendarPageTest.php +++ b/tests/app/Http/RequestHandlers/CalendarPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ChangeFamilyMembersActionTest.php b/tests/app/Http/RequestHandlers/ChangeFamilyMembersActionTest.php index d772c8f6ce..4f963c35ab 100644 --- a/tests/app/Http/RequestHandlers/ChangeFamilyMembersActionTest.php +++ b/tests/app/Http/RequestHandlers/ChangeFamilyMembersActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ChangeFamilyMembersPageTest.php b/tests/app/Http/RequestHandlers/ChangeFamilyMembersPageTest.php index 048f78edb5..efa485cbe4 100644 --- a/tests/app/Http/RequestHandlers/ChangeFamilyMembersPageTest.php +++ b/tests/app/Http/RequestHandlers/ChangeFamilyMembersPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CheckForNewVersionNowTest.php b/tests/app/Http/RequestHandlers/CheckForNewVersionNowTest.php index c3f7ae2945..1a34a7ecb8 100644 --- a/tests/app/Http/RequestHandlers/CheckForNewVersionNowTest.php +++ b/tests/app/Http/RequestHandlers/CheckForNewVersionNowTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CheckTreeTest.php b/tests/app/Http/RequestHandlers/CheckTreeTest.php index 8ebd5ffc1f..aa984ca216 100644 --- a/tests/app/Http/RequestHandlers/CheckTreeTest.php +++ b/tests/app/Http/RequestHandlers/CheckTreeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CleanDataFolderTest.php b/tests/app/Http/RequestHandlers/CleanDataFolderTest.php index addf203e73..0a4c793068 100644 --- a/tests/app/Http/RequestHandlers/CleanDataFolderTest.php +++ b/tests/app/Http/RequestHandlers/CleanDataFolderTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ContactActionTest.php b/tests/app/Http/RequestHandlers/ContactActionTest.php index b1c1281960..b841a2f5dc 100644 --- a/tests/app/Http/RequestHandlers/ContactActionTest.php +++ b/tests/app/Http/RequestHandlers/ContactActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ContactPageTest.php b/tests/app/Http/RequestHandlers/ContactPageTest.php index 91b5859a41..64e5e542c1 100644 --- a/tests/app/Http/RequestHandlers/ContactPageTest.php +++ b/tests/app/Http/RequestHandlers/ContactPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ControlPanelControllerTest.php b/tests/app/Http/RequestHandlers/ControlPanelControllerTest.php index 27fb5a5d42..e43b0371af 100644 --- a/tests/app/Http/RequestHandlers/ControlPanelControllerTest.php +++ b/tests/app/Http/RequestHandlers/ControlPanelControllerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ControlPanelTest.php b/tests/app/Http/RequestHandlers/ControlPanelTest.php index 1085ff0d96..3a7a4c183a 100644 --- a/tests/app/Http/RequestHandlers/ControlPanelTest.php +++ b/tests/app/Http/RequestHandlers/ControlPanelTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CopyFactTest.php b/tests/app/Http/RequestHandlers/CopyFactTest.php index ab8977ca60..830c18ba68 100644 --- a/tests/app/Http/RequestHandlers/CopyFactTest.php +++ b/tests/app/Http/RequestHandlers/CopyFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateLocationActionTest.php b/tests/app/Http/RequestHandlers/CreateLocationActionTest.php index 2dc2e634f8..ec737cd0cc 100644 --- a/tests/app/Http/RequestHandlers/CreateLocationActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateLocationActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateLocationModalTest.php b/tests/app/Http/RequestHandlers/CreateLocationModalTest.php index ef228cfb0b..0268d4ee86 100644 --- a/tests/app/Http/RequestHandlers/CreateLocationModalTest.php +++ b/tests/app/Http/RequestHandlers/CreateLocationModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateMediaObjectActionTest.php b/tests/app/Http/RequestHandlers/CreateMediaObjectActionTest.php index 1b8d3b5c81..5eafaa0fc4 100644 --- a/tests/app/Http/RequestHandlers/CreateMediaObjectActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateMediaObjectActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateMediaObjectFromFileTest.php b/tests/app/Http/RequestHandlers/CreateMediaObjectFromFileTest.php index 23acd007ed..becab4526f 100644 --- a/tests/app/Http/RequestHandlers/CreateMediaObjectFromFileTest.php +++ b/tests/app/Http/RequestHandlers/CreateMediaObjectFromFileTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateMediaObjectModalTest.php b/tests/app/Http/RequestHandlers/CreateMediaObjectModalTest.php index 30ec723d8d..a48d5e23bd 100644 --- a/tests/app/Http/RequestHandlers/CreateMediaObjectModalTest.php +++ b/tests/app/Http/RequestHandlers/CreateMediaObjectModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateNoteActionTest.php b/tests/app/Http/RequestHandlers/CreateNoteActionTest.php index 7d252d270a..359f11620f 100644 --- a/tests/app/Http/RequestHandlers/CreateNoteActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateNoteActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateNoteModalTest.php b/tests/app/Http/RequestHandlers/CreateNoteModalTest.php index 1b94cc25aa..3121afb1bd 100644 --- a/tests/app/Http/RequestHandlers/CreateNoteModalTest.php +++ b/tests/app/Http/RequestHandlers/CreateNoteModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php b/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php index 063e40387d..873f5a9a82 100644 --- a/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateRepositoryModalTest.php b/tests/app/Http/RequestHandlers/CreateRepositoryModalTest.php index a904e9f9ff..d100e2de13 100644 --- a/tests/app/Http/RequestHandlers/CreateRepositoryModalTest.php +++ b/tests/app/Http/RequestHandlers/CreateRepositoryModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateSourceActionTest.php b/tests/app/Http/RequestHandlers/CreateSourceActionTest.php index 20a0bb9e16..10b50400af 100644 --- a/tests/app/Http/RequestHandlers/CreateSourceActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateSourceActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateSourceModalTest.php b/tests/app/Http/RequestHandlers/CreateSourceModalTest.php index dda6765b37..f67bc01062 100644 --- a/tests/app/Http/RequestHandlers/CreateSourceModalTest.php +++ b/tests/app/Http/RequestHandlers/CreateSourceModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateSubmissionActionTest.php b/tests/app/Http/RequestHandlers/CreateSubmissionActionTest.php index 16804e5982..e29a9a2e82 100644 --- a/tests/app/Http/RequestHandlers/CreateSubmissionActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateSubmissionActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateSubmissionModalTest.php b/tests/app/Http/RequestHandlers/CreateSubmissionModalTest.php index 87b25e2ebb..595a549a2b 100644 --- a/tests/app/Http/RequestHandlers/CreateSubmissionModalTest.php +++ b/tests/app/Http/RequestHandlers/CreateSubmissionModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateSubmitterActionTest.php b/tests/app/Http/RequestHandlers/CreateSubmitterActionTest.php index 418d40f04d..57db71fd82 100644 --- a/tests/app/Http/RequestHandlers/CreateSubmitterActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateSubmitterActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateSubmitterModalTest.php b/tests/app/Http/RequestHandlers/CreateSubmitterModalTest.php index 08eb6ae22f..7b38ec2374 100644 --- a/tests/app/Http/RequestHandlers/CreateSubmitterModalTest.php +++ b/tests/app/Http/RequestHandlers/CreateSubmitterModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateTreeActionTest.php b/tests/app/Http/RequestHandlers/CreateTreeActionTest.php index cda5b59fa2..924a1e8c00 100644 --- a/tests/app/Http/RequestHandlers/CreateTreeActionTest.php +++ b/tests/app/Http/RequestHandlers/CreateTreeActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/CreateTreePageTest.php b/tests/app/Http/RequestHandlers/CreateTreePageTest.php index 894fab3d9b..ce731e48c9 100644 --- a/tests/app/Http/RequestHandlers/CreateTreePageTest.php +++ b/tests/app/Http/RequestHandlers/CreateTreePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DataFixChooseTest.php b/tests/app/Http/RequestHandlers/DataFixChooseTest.php index aa420931d3..0bcfeaaecb 100644 --- a/tests/app/Http/RequestHandlers/DataFixChooseTest.php +++ b/tests/app/Http/RequestHandlers/DataFixChooseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DataFixDataTest.php b/tests/app/Http/RequestHandlers/DataFixDataTest.php index d73862dce5..f78eef7aee 100644 --- a/tests/app/Http/RequestHandlers/DataFixDataTest.php +++ b/tests/app/Http/RequestHandlers/DataFixDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DataFixPageTest.php b/tests/app/Http/RequestHandlers/DataFixPageTest.php index 1446de9350..a9c5ed7dde 100644 --- a/tests/app/Http/RequestHandlers/DataFixPageTest.php +++ b/tests/app/Http/RequestHandlers/DataFixPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DataFixPreviewTest.php b/tests/app/Http/RequestHandlers/DataFixPreviewTest.php index 8e95a72276..0d600af274 100644 --- a/tests/app/Http/RequestHandlers/DataFixPreviewTest.php +++ b/tests/app/Http/RequestHandlers/DataFixPreviewTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DataFixSelectTest.php b/tests/app/Http/RequestHandlers/DataFixSelectTest.php index 084d922b17..a5cb3cb3f6 100644 --- a/tests/app/Http/RequestHandlers/DataFixSelectTest.php +++ b/tests/app/Http/RequestHandlers/DataFixSelectTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DataFixUpdateAllTest.php b/tests/app/Http/RequestHandlers/DataFixUpdateAllTest.php index f8525377b2..f329d17938 100644 --- a/tests/app/Http/RequestHandlers/DataFixUpdateAllTest.php +++ b/tests/app/Http/RequestHandlers/DataFixUpdateAllTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DataFixUpdateTest.php b/tests/app/Http/RequestHandlers/DataFixUpdateTest.php index e609534ccd..412725ec73 100644 --- a/tests/app/Http/RequestHandlers/DataFixUpdateTest.php +++ b/tests/app/Http/RequestHandlers/DataFixUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DeleteFactTest.php b/tests/app/Http/RequestHandlers/DeleteFactTest.php index eb5dc8ccfd..1cdb9fdf9a 100644 --- a/tests/app/Http/RequestHandlers/DeleteFactTest.php +++ b/tests/app/Http/RequestHandlers/DeleteFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DeletePathTest.php b/tests/app/Http/RequestHandlers/DeletePathTest.php index 86addfce3e..93ce5c2ae1 100644 --- a/tests/app/Http/RequestHandlers/DeletePathTest.php +++ b/tests/app/Http/RequestHandlers/DeletePathTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DeleteRecordTest.php b/tests/app/Http/RequestHandlers/DeleteRecordTest.php index 8bf343eb03..1ceeb6dd21 100644 --- a/tests/app/Http/RequestHandlers/DeleteRecordTest.php +++ b/tests/app/Http/RequestHandlers/DeleteRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DeleteTreeActionTest.php b/tests/app/Http/RequestHandlers/DeleteTreeActionTest.php index 9b55d4bbb6..f9ad5f66f6 100644 --- a/tests/app/Http/RequestHandlers/DeleteTreeActionTest.php +++ b/tests/app/Http/RequestHandlers/DeleteTreeActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/DeleteUserTest.php b/tests/app/Http/RequestHandlers/DeleteUserTest.php index a1f9d1ce95..d1e3b077e9 100644 --- a/tests/app/Http/RequestHandlers/DeleteUserTest.php +++ b/tests/app/Http/RequestHandlers/DeleteUserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditFactActionTest.php b/tests/app/Http/RequestHandlers/EditFactActionTest.php index cce6430222..b73118fa30 100644 --- a/tests/app/Http/RequestHandlers/EditFactActionTest.php +++ b/tests/app/Http/RequestHandlers/EditFactActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditFactPageTest.php b/tests/app/Http/RequestHandlers/EditFactPageTest.php index 8ddd5d80d0..1f07e7fdc3 100644 --- a/tests/app/Http/RequestHandlers/EditFactPageTest.php +++ b/tests/app/Http/RequestHandlers/EditFactPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditMediaFileActionTest.php b/tests/app/Http/RequestHandlers/EditMediaFileActionTest.php index 1aa25f226d..b08cbff928 100644 --- a/tests/app/Http/RequestHandlers/EditMediaFileActionTest.php +++ b/tests/app/Http/RequestHandlers/EditMediaFileActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditMediaFileModalTest.php b/tests/app/Http/RequestHandlers/EditMediaFileModalTest.php index 385a05c073..38de91bdfc 100644 --- a/tests/app/Http/RequestHandlers/EditMediaFileModalTest.php +++ b/tests/app/Http/RequestHandlers/EditMediaFileModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditNoteActionTest.php b/tests/app/Http/RequestHandlers/EditNoteActionTest.php index 10d89e3406..b9ebf66376 100644 --- a/tests/app/Http/RequestHandlers/EditNoteActionTest.php +++ b/tests/app/Http/RequestHandlers/EditNoteActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditNotePageTest.php b/tests/app/Http/RequestHandlers/EditNotePageTest.php index 373b391929..f62f8634bf 100644 --- a/tests/app/Http/RequestHandlers/EditNotePageTest.php +++ b/tests/app/Http/RequestHandlers/EditNotePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditRawFactActionTest.php b/tests/app/Http/RequestHandlers/EditRawFactActionTest.php index 52c3b06160..c1c3957c97 100644 --- a/tests/app/Http/RequestHandlers/EditRawFactActionTest.php +++ b/tests/app/Http/RequestHandlers/EditRawFactActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditRawFactPageTest.php b/tests/app/Http/RequestHandlers/EditRawFactPageTest.php index c61ca883da..9713a5da08 100644 --- a/tests/app/Http/RequestHandlers/EditRawFactPageTest.php +++ b/tests/app/Http/RequestHandlers/EditRawFactPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditRawRecordActionTest.php b/tests/app/Http/RequestHandlers/EditRawRecordActionTest.php index 1b00d52d3d..7433c5d81d 100644 --- a/tests/app/Http/RequestHandlers/EditRawRecordActionTest.php +++ b/tests/app/Http/RequestHandlers/EditRawRecordActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditRawRecordPageTest.php b/tests/app/Http/RequestHandlers/EditRawRecordPageTest.php index 2f6ab49816..18229e9f35 100644 --- a/tests/app/Http/RequestHandlers/EditRawRecordPageTest.php +++ b/tests/app/Http/RequestHandlers/EditRawRecordPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditRecordActionTest.php b/tests/app/Http/RequestHandlers/EditRecordActionTest.php index eaf4cd0dde..610d74866d 100644 --- a/tests/app/Http/RequestHandlers/EditRecordActionTest.php +++ b/tests/app/Http/RequestHandlers/EditRecordActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EditRecordPageTest.php b/tests/app/Http/RequestHandlers/EditRecordPageTest.php index 0109d66dff..0f75213855 100644 --- a/tests/app/Http/RequestHandlers/EditRecordPageTest.php +++ b/tests/app/Http/RequestHandlers/EditRecordPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EmailPreferencesActionTest.php b/tests/app/Http/RequestHandlers/EmailPreferencesActionTest.php index 3e98816fe0..a93be0839a 100644 --- a/tests/app/Http/RequestHandlers/EmailPreferencesActionTest.php +++ b/tests/app/Http/RequestHandlers/EmailPreferencesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EmailPreferencesPageTest.php b/tests/app/Http/RequestHandlers/EmailPreferencesPageTest.php index 94fee31dd2..e265444309 100644 --- a/tests/app/Http/RequestHandlers/EmailPreferencesPageTest.php +++ b/tests/app/Http/RequestHandlers/EmailPreferencesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/EmptyClipboardTest.php b/tests/app/Http/RequestHandlers/EmptyClipboardTest.php index 86894610f2..295c411a37 100644 --- a/tests/app/Http/RequestHandlers/EmptyClipboardTest.php +++ b/tests/app/Http/RequestHandlers/EmptyClipboardTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ExportGedcomClientTest.php b/tests/app/Http/RequestHandlers/ExportGedcomClientTest.php index 017121af05..97c57e6a47 100644 --- a/tests/app/Http/RequestHandlers/ExportGedcomClientTest.php +++ b/tests/app/Http/RequestHandlers/ExportGedcomClientTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ExportGedcomPageTest.php b/tests/app/Http/RequestHandlers/ExportGedcomPageTest.php index 7a6ed13d1a..7be14cc6f0 100644 --- a/tests/app/Http/RequestHandlers/ExportGedcomPageTest.php +++ b/tests/app/Http/RequestHandlers/ExportGedcomPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php b/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php index 1e0f31b4fc..aab098b6a8 100644 --- a/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php +++ b/tests/app/Http/RequestHandlers/ExportGedcomServerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/FamilyPageTest.php b/tests/app/Http/RequestHandlers/FamilyPageTest.php index 1257b9d893..ac658c4bcd 100644 --- a/tests/app/Http/RequestHandlers/FamilyPageTest.php +++ b/tests/app/Http/RequestHandlers/FamilyPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/FaviconIcoTest.php b/tests/app/Http/RequestHandlers/FaviconIcoTest.php index 37fd873a04..4af0577afd 100644 --- a/tests/app/Http/RequestHandlers/FaviconIcoTest.php +++ b/tests/app/Http/RequestHandlers/FaviconIcoTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/FindDuplicateRecordsTest.php b/tests/app/Http/RequestHandlers/FindDuplicateRecordsTest.php index d727facfd1..d6cc474201 100644 --- a/tests/app/Http/RequestHandlers/FindDuplicateRecordsTest.php +++ b/tests/app/Http/RequestHandlers/FindDuplicateRecordsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/FixLevel0MediaActionTest.php b/tests/app/Http/RequestHandlers/FixLevel0MediaActionTest.php index 120df9fda6..73141d4cc1 100644 --- a/tests/app/Http/RequestHandlers/FixLevel0MediaActionTest.php +++ b/tests/app/Http/RequestHandlers/FixLevel0MediaActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/FixLevel0MediaDataTest.php b/tests/app/Http/RequestHandlers/FixLevel0MediaDataTest.php index 75025ee9d1..12b6c09b95 100644 --- a/tests/app/Http/RequestHandlers/FixLevel0MediaDataTest.php +++ b/tests/app/Http/RequestHandlers/FixLevel0MediaDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/FixLevel0MediaPageTest.php b/tests/app/Http/RequestHandlers/FixLevel0MediaPageTest.php index e645ef1fcf..237f5e6ac8 100644 --- a/tests/app/Http/RequestHandlers/FixLevel0MediaPageTest.php +++ b/tests/app/Http/RequestHandlers/FixLevel0MediaPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/GedcomLoadTest.php b/tests/app/Http/RequestHandlers/GedcomLoadTest.php index 79e4c2c817..3a15efc1bc 100644 --- a/tests/app/Http/RequestHandlers/GedcomLoadTest.php +++ b/tests/app/Http/RequestHandlers/GedcomLoadTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/GedcomRecordPageTest.php b/tests/app/Http/RequestHandlers/GedcomRecordPageTest.php index b6da5560fa..ddb9aa87bf 100644 --- a/tests/app/Http/RequestHandlers/GedcomRecordPageTest.php +++ b/tests/app/Http/RequestHandlers/GedcomRecordPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/HeaderPageTest.php b/tests/app/Http/RequestHandlers/HeaderPageTest.php index 3419e8ffd3..5d982b6f78 100644 --- a/tests/app/Http/RequestHandlers/HeaderPageTest.php +++ b/tests/app/Http/RequestHandlers/HeaderPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/HelpTextTest.php b/tests/app/Http/RequestHandlers/HelpTextTest.php index 928bc69be8..30ab75dcd4 100644 --- a/tests/app/Http/RequestHandlers/HelpTextTest.php +++ b/tests/app/Http/RequestHandlers/HelpTextTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/HomePageTest.php b/tests/app/Http/RequestHandlers/HomePageTest.php index 19f3311f87..c671aa6f7f 100644 --- a/tests/app/Http/RequestHandlers/HomePageTest.php +++ b/tests/app/Http/RequestHandlers/HomePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ImportGedcomActionTest.php b/tests/app/Http/RequestHandlers/ImportGedcomActionTest.php index c7ef32de05..4342f2519c 100644 --- a/tests/app/Http/RequestHandlers/ImportGedcomActionTest.php +++ b/tests/app/Http/RequestHandlers/ImportGedcomActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ImportGedcomPageTest.php b/tests/app/Http/RequestHandlers/ImportGedcomPageTest.php index 5a863870b5..d15baa4d5e 100644 --- a/tests/app/Http/RequestHandlers/ImportGedcomPageTest.php +++ b/tests/app/Http/RequestHandlers/ImportGedcomPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/IndividualPageTest.php b/tests/app/Http/RequestHandlers/IndividualPageTest.php index fe4ae852c3..0d7bafaa4f 100644 --- a/tests/app/Http/RequestHandlers/IndividualPageTest.php +++ b/tests/app/Http/RequestHandlers/IndividualPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkChildToFamilyActionTest.php b/tests/app/Http/RequestHandlers/LinkChildToFamilyActionTest.php index 23cf4305b5..1116bafa20 100644 --- a/tests/app/Http/RequestHandlers/LinkChildToFamilyActionTest.php +++ b/tests/app/Http/RequestHandlers/LinkChildToFamilyActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkChildToFamilyPageTest.php b/tests/app/Http/RequestHandlers/LinkChildToFamilyPageTest.php index 43c0b2cd53..dae2bfa084 100644 --- a/tests/app/Http/RequestHandlers/LinkChildToFamilyPageTest.php +++ b/tests/app/Http/RequestHandlers/LinkChildToFamilyPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkMediaToFamilyModalTest.php b/tests/app/Http/RequestHandlers/LinkMediaToFamilyModalTest.php index 92fd3924d6..ae9a42a277 100644 --- a/tests/app/Http/RequestHandlers/LinkMediaToFamilyModalTest.php +++ b/tests/app/Http/RequestHandlers/LinkMediaToFamilyModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkMediaToIndividualModalTest.php b/tests/app/Http/RequestHandlers/LinkMediaToIndividualModalTest.php index 4eae974879..f448525aea 100644 --- a/tests/app/Http/RequestHandlers/LinkMediaToIndividualModalTest.php +++ b/tests/app/Http/RequestHandlers/LinkMediaToIndividualModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkMediaToRecordActionTest.php b/tests/app/Http/RequestHandlers/LinkMediaToRecordActionTest.php index ec446fb5a5..d45e4b5250 100644 --- a/tests/app/Http/RequestHandlers/LinkMediaToRecordActionTest.php +++ b/tests/app/Http/RequestHandlers/LinkMediaToRecordActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkMediaToSourceModalTest.php b/tests/app/Http/RequestHandlers/LinkMediaToSourceModalTest.php index 4bc1a770ea..2fcb522830 100644 --- a/tests/app/Http/RequestHandlers/LinkMediaToSourceModalTest.php +++ b/tests/app/Http/RequestHandlers/LinkMediaToSourceModalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkSpouseToIndividualActionTest.php b/tests/app/Http/RequestHandlers/LinkSpouseToIndividualActionTest.php index 1c1ffec3fd..14e06f53be 100644 --- a/tests/app/Http/RequestHandlers/LinkSpouseToIndividualActionTest.php +++ b/tests/app/Http/RequestHandlers/LinkSpouseToIndividualActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LinkSpouseToIndividualPageTest.php b/tests/app/Http/RequestHandlers/LinkSpouseToIndividualPageTest.php index 19d87be7a8..57a90c0b27 100644 --- a/tests/app/Http/RequestHandlers/LinkSpouseToIndividualPageTest.php +++ b/tests/app/Http/RequestHandlers/LinkSpouseToIndividualPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LocationPageTest.php b/tests/app/Http/RequestHandlers/LocationPageTest.php index 5ce535db6d..246ced6511 100644 --- a/tests/app/Http/RequestHandlers/LocationPageTest.php +++ b/tests/app/Http/RequestHandlers/LocationPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LoginActionTest.php b/tests/app/Http/RequestHandlers/LoginActionTest.php index 7ac433127c..0217da957d 100644 --- a/tests/app/Http/RequestHandlers/LoginActionTest.php +++ b/tests/app/Http/RequestHandlers/LoginActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LoginPageTest.php b/tests/app/Http/RequestHandlers/LoginPageTest.php index 9d1c8bdef2..a119a61027 100644 --- a/tests/app/Http/RequestHandlers/LoginPageTest.php +++ b/tests/app/Http/RequestHandlers/LoginPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/LogoutTest.php b/tests/app/Http/RequestHandlers/LogoutTest.php index 454dc01377..b3fa3cc077 100644 --- a/tests/app/Http/RequestHandlers/LogoutTest.php +++ b/tests/app/Http/RequestHandlers/LogoutTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ManageMediaActionTest.php b/tests/app/Http/RequestHandlers/ManageMediaActionTest.php index 9efd098c27..b6b72b2386 100644 --- a/tests/app/Http/RequestHandlers/ManageMediaActionTest.php +++ b/tests/app/Http/RequestHandlers/ManageMediaActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ManageMediaDataTest.php b/tests/app/Http/RequestHandlers/ManageMediaDataTest.php index a0b62c2a6d..8fe03c4230 100644 --- a/tests/app/Http/RequestHandlers/ManageMediaDataTest.php +++ b/tests/app/Http/RequestHandlers/ManageMediaDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ManageMediaPageTest.php b/tests/app/Http/RequestHandlers/ManageMediaPageTest.php index c33a7579ad..6f3417dde5 100644 --- a/tests/app/Http/RequestHandlers/ManageMediaPageTest.php +++ b/tests/app/Http/RequestHandlers/ManageMediaPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ManageTreesTest.php b/tests/app/Http/RequestHandlers/ManageTreesTest.php index 2ca97c6c3b..40dba3e97d 100644 --- a/tests/app/Http/RequestHandlers/ManageTreesTest.php +++ b/tests/app/Http/RequestHandlers/ManageTreesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataAddTest.php b/tests/app/Http/RequestHandlers/MapDataAddTest.php index f5ea289597..b6a7074931 100644 --- a/tests/app/Http/RequestHandlers/MapDataAddTest.php +++ b/tests/app/Http/RequestHandlers/MapDataAddTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataDeleteTest.php b/tests/app/Http/RequestHandlers/MapDataDeleteTest.php index 17492479e7..4a1b01fe82 100644 --- a/tests/app/Http/RequestHandlers/MapDataDeleteTest.php +++ b/tests/app/Http/RequestHandlers/MapDataDeleteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataDeleteUnusedTest.php b/tests/app/Http/RequestHandlers/MapDataDeleteUnusedTest.php index 35e117a6fc..ddb5c3df1b 100644 --- a/tests/app/Http/RequestHandlers/MapDataDeleteUnusedTest.php +++ b/tests/app/Http/RequestHandlers/MapDataDeleteUnusedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataEditTest.php b/tests/app/Http/RequestHandlers/MapDataEditTest.php index f933d6ea73..faafb83210 100644 --- a/tests/app/Http/RequestHandlers/MapDataEditTest.php +++ b/tests/app/Http/RequestHandlers/MapDataEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataExportCSVTest.php b/tests/app/Http/RequestHandlers/MapDataExportCSVTest.php index 6d7f0169c6..3acbabaa34 100644 --- a/tests/app/Http/RequestHandlers/MapDataExportCSVTest.php +++ b/tests/app/Http/RequestHandlers/MapDataExportCSVTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataExportGeoJsonTest.php b/tests/app/Http/RequestHandlers/MapDataExportGeoJsonTest.php index d26ebcfa57..c44ee4c870 100644 --- a/tests/app/Http/RequestHandlers/MapDataExportGeoJsonTest.php +++ b/tests/app/Http/RequestHandlers/MapDataExportGeoJsonTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataImportActionTest.php b/tests/app/Http/RequestHandlers/MapDataImportActionTest.php index 38f0d91151..9322e924d9 100644 --- a/tests/app/Http/RequestHandlers/MapDataImportActionTest.php +++ b/tests/app/Http/RequestHandlers/MapDataImportActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataImportPageTest.php b/tests/app/Http/RequestHandlers/MapDataImportPageTest.php index eae9819cd4..736165a2b7 100644 --- a/tests/app/Http/RequestHandlers/MapDataImportPageTest.php +++ b/tests/app/Http/RequestHandlers/MapDataImportPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataListTest.php b/tests/app/Http/RequestHandlers/MapDataListTest.php index 091379978c..6472146a4e 100644 --- a/tests/app/Http/RequestHandlers/MapDataListTest.php +++ b/tests/app/Http/RequestHandlers/MapDataListTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MapDataSaveTest.php b/tests/app/Http/RequestHandlers/MapDataSaveTest.php index 265a44eb42..49a10dab94 100644 --- a/tests/app/Http/RequestHandlers/MapDataSaveTest.php +++ b/tests/app/Http/RequestHandlers/MapDataSaveTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MasqueradeTest.php b/tests/app/Http/RequestHandlers/MasqueradeTest.php index 5ee0ac8960..9d7b72e37b 100644 --- a/tests/app/Http/RequestHandlers/MasqueradeTest.php +++ b/tests/app/Http/RequestHandlers/MasqueradeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MediaFileDownloadTest.php b/tests/app/Http/RequestHandlers/MediaFileDownloadTest.php index 4fb20a09b8..e187a3c500 100644 --- a/tests/app/Http/RequestHandlers/MediaFileDownloadTest.php +++ b/tests/app/Http/RequestHandlers/MediaFileDownloadTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MediaFileThumbnailTest.php b/tests/app/Http/RequestHandlers/MediaFileThumbnailTest.php index 59af32d140..dd56ed99dd 100644 --- a/tests/app/Http/RequestHandlers/MediaFileThumbnailTest.php +++ b/tests/app/Http/RequestHandlers/MediaFileThumbnailTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MediaPageTest.php b/tests/app/Http/RequestHandlers/MediaPageTest.php index d689c84849..45021cc2c9 100644 --- a/tests/app/Http/RequestHandlers/MediaPageTest.php +++ b/tests/app/Http/RequestHandlers/MediaPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MergeFactsActionTest.php b/tests/app/Http/RequestHandlers/MergeFactsActionTest.php index d86fc11090..f88ec1a3f5 100644 --- a/tests/app/Http/RequestHandlers/MergeFactsActionTest.php +++ b/tests/app/Http/RequestHandlers/MergeFactsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MergeFactsPageTest.php b/tests/app/Http/RequestHandlers/MergeFactsPageTest.php index 43873e8264..f24d919e03 100644 --- a/tests/app/Http/RequestHandlers/MergeFactsPageTest.php +++ b/tests/app/Http/RequestHandlers/MergeFactsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MergeRecordsActionTest.php b/tests/app/Http/RequestHandlers/MergeRecordsActionTest.php index 2db1f67e75..1041469d88 100644 --- a/tests/app/Http/RequestHandlers/MergeRecordsActionTest.php +++ b/tests/app/Http/RequestHandlers/MergeRecordsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MergeRecordsPageTest.php b/tests/app/Http/RequestHandlers/MergeRecordsPageTest.php index 183b12af36..91e73c603f 100644 --- a/tests/app/Http/RequestHandlers/MergeRecordsPageTest.php +++ b/tests/app/Http/RequestHandlers/MergeRecordsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MergeTreesActionTest.php b/tests/app/Http/RequestHandlers/MergeTreesActionTest.php index ab1f3acbec..957da5745a 100644 --- a/tests/app/Http/RequestHandlers/MergeTreesActionTest.php +++ b/tests/app/Http/RequestHandlers/MergeTreesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MergeTreesPageTest.php b/tests/app/Http/RequestHandlers/MergeTreesPageTest.php index 95d51b39be..bf0b6a91ee 100644 --- a/tests/app/Http/RequestHandlers/MergeTreesPageTest.php +++ b/tests/app/Http/RequestHandlers/MergeTreesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MessageActionTest.php b/tests/app/Http/RequestHandlers/MessageActionTest.php index 363ec99a25..ebab691d94 100644 --- a/tests/app/Http/RequestHandlers/MessageActionTest.php +++ b/tests/app/Http/RequestHandlers/MessageActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MessagePageTest.php b/tests/app/Http/RequestHandlers/MessagePageTest.php index af622f2471..b5c9637ae4 100644 --- a/tests/app/Http/RequestHandlers/MessagePageTest.php +++ b/tests/app/Http/RequestHandlers/MessagePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/MessageSelectTest.php b/tests/app/Http/RequestHandlers/MessageSelectTest.php index 801a1b6436..f281773e2d 100644 --- a/tests/app/Http/RequestHandlers/MessageSelectTest.php +++ b/tests/app/Http/RequestHandlers/MessageSelectTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModuleActionTest.php b/tests/app/Http/RequestHandlers/ModuleActionTest.php index 9b4502373f..5df6acdf95 100644 --- a/tests/app/Http/RequestHandlers/ModuleActionTest.php +++ b/tests/app/Http/RequestHandlers/ModuleActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModuleDeleteSettingsTest.php b/tests/app/Http/RequestHandlers/ModuleDeleteSettingsTest.php index e0afabbddb..9431e586c3 100644 --- a/tests/app/Http/RequestHandlers/ModuleDeleteSettingsTest.php +++ b/tests/app/Http/RequestHandlers/ModuleDeleteSettingsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesAllActionTest.php b/tests/app/Http/RequestHandlers/ModulesAllActionTest.php index 1f09f00690..32be91c89a 100644 --- a/tests/app/Http/RequestHandlers/ModulesAllActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesAllActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesAllPageTest.php b/tests/app/Http/RequestHandlers/ModulesAllPageTest.php index 6f457d4473..61a18bf4ef 100644 --- a/tests/app/Http/RequestHandlers/ModulesAllPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesAllPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesAnalyticsActionTest.php b/tests/app/Http/RequestHandlers/ModulesAnalyticsActionTest.php index e0bead03cc..6c11fd9f34 100644 --- a/tests/app/Http/RequestHandlers/ModulesAnalyticsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesAnalyticsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesAnalyticsPageTest.php b/tests/app/Http/RequestHandlers/ModulesAnalyticsPageTest.php index e81124ee19..34f902d362 100644 --- a/tests/app/Http/RequestHandlers/ModulesAnalyticsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesAnalyticsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesBlocksActionTest.php b/tests/app/Http/RequestHandlers/ModulesBlocksActionTest.php index 1189e3df27..29cbcbd478 100644 --- a/tests/app/Http/RequestHandlers/ModulesBlocksActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesBlocksActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesBlocksPageTest.php b/tests/app/Http/RequestHandlers/ModulesBlocksPageTest.php index a71febd251..205a450a94 100644 --- a/tests/app/Http/RequestHandlers/ModulesBlocksPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesBlocksPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesChartsActionTest.php b/tests/app/Http/RequestHandlers/ModulesChartsActionTest.php index ec66fd121c..0f225e8f79 100644 --- a/tests/app/Http/RequestHandlers/ModulesChartsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesChartsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesChartsPageTest.php b/tests/app/Http/RequestHandlers/ModulesChartsPageTest.php index d7e1aa588f..427fb20c95 100644 --- a/tests/app/Http/RequestHandlers/ModulesChartsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesChartsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesDataFixesActionTest.php b/tests/app/Http/RequestHandlers/ModulesDataFixesActionTest.php index 130d9828fb..ea58a1d34d 100644 --- a/tests/app/Http/RequestHandlers/ModulesDataFixesActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesDataFixesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesDataFixesPageTest.php b/tests/app/Http/RequestHandlers/ModulesDataFixesPageTest.php index e565a77d30..7fe9d3aeda 100644 --- a/tests/app/Http/RequestHandlers/ModulesDataFixesPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesDataFixesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesFootersActionTest.php b/tests/app/Http/RequestHandlers/ModulesFootersActionTest.php index 9d56e9b212..95aa4d2ccb 100644 --- a/tests/app/Http/RequestHandlers/ModulesFootersActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesFootersActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesFootersPageTest.php b/tests/app/Http/RequestHandlers/ModulesFootersPageTest.php index 3eff95d1f6..509ebe7736 100644 --- a/tests/app/Http/RequestHandlers/ModulesFootersPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesFootersPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesHistoricEventsActionTest.php b/tests/app/Http/RequestHandlers/ModulesHistoricEventsActionTest.php index 8acf9e10ca..e6136a8ffb 100644 --- a/tests/app/Http/RequestHandlers/ModulesHistoricEventsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesHistoricEventsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesHistoricEventsPageTest.php b/tests/app/Http/RequestHandlers/ModulesHistoricEventsPageTest.php index e85411d3a7..4c44e3eb12 100644 --- a/tests/app/Http/RequestHandlers/ModulesHistoricEventsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesHistoricEventsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesLanguagesActionTest.php b/tests/app/Http/RequestHandlers/ModulesLanguagesActionTest.php index 3b3eb129ef..c5f6b23be1 100644 --- a/tests/app/Http/RequestHandlers/ModulesLanguagesActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesLanguagesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesLanguagesPageTest.php b/tests/app/Http/RequestHandlers/ModulesLanguagesPageTest.php index 5397c279d4..5bb2de92f1 100644 --- a/tests/app/Http/RequestHandlers/ModulesLanguagesPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesLanguagesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesListsActionTest.php b/tests/app/Http/RequestHandlers/ModulesListsActionTest.php index 407d9a85b3..0ddf3e22ed 100644 --- a/tests/app/Http/RequestHandlers/ModulesListsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesListsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesListsPageTest.php b/tests/app/Http/RequestHandlers/ModulesListsPageTest.php index 76edc3d464..3077ac07b5 100644 --- a/tests/app/Http/RequestHandlers/ModulesListsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesListsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapAutocompleteActionTest.php b/tests/app/Http/RequestHandlers/ModulesMapAutocompleteActionTest.php index 77c9a5f628..d217d15951 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapAutocompleteActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapAutocompleteActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapAutocompletePageTest.php b/tests/app/Http/RequestHandlers/ModulesMapAutocompletePageTest.php index cdbee5d4b4..17b1c60508 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapAutocompletePageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapAutocompletePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsActionTest.php b/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsActionTest.php index eb109e61ee..ae1af3fca2 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsPageTest.php b/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsPageTest.php index b890a2a450..4f3ed8f5d4 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapGeoLocationsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapLinksActionTest.php b/tests/app/Http/RequestHandlers/ModulesMapLinksActionTest.php index 1145dfd503..45bafa1004 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapLinksActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapLinksActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapLinksPageTest.php b/tests/app/Http/RequestHandlers/ModulesMapLinksPageTest.php index 7a303d7e3a..2617e1bddf 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapLinksPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapLinksPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapProvidersActionTest.php b/tests/app/Http/RequestHandlers/ModulesMapProvidersActionTest.php index 8209c04b9f..a05cd64654 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapProvidersActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapProvidersActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMapProvidersPageTest.php b/tests/app/Http/RequestHandlers/ModulesMapProvidersPageTest.php index a09217182a..f1d3e627af 100644 --- a/tests/app/Http/RequestHandlers/ModulesMapProvidersPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMapProvidersPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMenusActionTest.php b/tests/app/Http/RequestHandlers/ModulesMenusActionTest.php index 54be9c54c0..38c3167a18 100644 --- a/tests/app/Http/RequestHandlers/ModulesMenusActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMenusActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesMenusPageTest.php b/tests/app/Http/RequestHandlers/ModulesMenusPageTest.php index 9577021baa..bfa83b5e70 100644 --- a/tests/app/Http/RequestHandlers/ModulesMenusPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesMenusPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesReportsActionTest.php b/tests/app/Http/RequestHandlers/ModulesReportsActionTest.php index 8e63c09f52..404e314086 100644 --- a/tests/app/Http/RequestHandlers/ModulesReportsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesReportsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesReportsPageTest.php b/tests/app/Http/RequestHandlers/ModulesReportsPageTest.php index 155245a9d8..2b11fcc0ba 100644 --- a/tests/app/Http/RequestHandlers/ModulesReportsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesReportsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesSharesActionTest.php b/tests/app/Http/RequestHandlers/ModulesSharesActionTest.php index 094b1d6727..625936b6d1 100644 --- a/tests/app/Http/RequestHandlers/ModulesSharesActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesSharesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesSharesPageTest.php b/tests/app/Http/RequestHandlers/ModulesSharesPageTest.php index c13fee7ab9..b1b3cb9ec5 100644 --- a/tests/app/Http/RequestHandlers/ModulesSharesPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesSharesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesSidebarsActionTest.php b/tests/app/Http/RequestHandlers/ModulesSidebarsActionTest.php index c06782bdfe..10cfd98522 100644 --- a/tests/app/Http/RequestHandlers/ModulesSidebarsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesSidebarsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesSidebarsPageTest.php b/tests/app/Http/RequestHandlers/ModulesSidebarsPageTest.php index 08cccab002..8605a666b4 100644 --- a/tests/app/Http/RequestHandlers/ModulesSidebarsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesSidebarsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesTabsActionTest.php b/tests/app/Http/RequestHandlers/ModulesTabsActionTest.php index bd4d0d7743..3988aa2b36 100644 --- a/tests/app/Http/RequestHandlers/ModulesTabsActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesTabsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesTabsPageTest.php b/tests/app/Http/RequestHandlers/ModulesTabsPageTest.php index 1484ada624..f38f5db54e 100644 --- a/tests/app/Http/RequestHandlers/ModulesTabsPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesTabsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesThemesActionTest.php b/tests/app/Http/RequestHandlers/ModulesThemesActionTest.php index a4d3b102d4..4366ec070a 100644 --- a/tests/app/Http/RequestHandlers/ModulesThemesActionTest.php +++ b/tests/app/Http/RequestHandlers/ModulesThemesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ModulesThemesPageTest.php b/tests/app/Http/RequestHandlers/ModulesThemesPageTest.php index 3b694e5141..5386d4d3fa 100644 --- a/tests/app/Http/RequestHandlers/ModulesThemesPageTest.php +++ b/tests/app/Http/RequestHandlers/ModulesThemesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/NotFoundTest.php b/tests/app/Http/RequestHandlers/NotFoundTest.php index e90b4f0437..a819a4bdf3 100644 --- a/tests/app/Http/RequestHandlers/NotFoundTest.php +++ b/tests/app/Http/RequestHandlers/NotFoundTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/NotePageTest.php b/tests/app/Http/RequestHandlers/NotePageTest.php index 8ba7dcdd43..6b248b10d3 100644 --- a/tests/app/Http/RequestHandlers/NotePageTest.php +++ b/tests/app/Http/RequestHandlers/NotePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PasswordRequestActionTest.php b/tests/app/Http/RequestHandlers/PasswordRequestActionTest.php index 0e7195d7b6..8aeca3e252 100644 --- a/tests/app/Http/RequestHandlers/PasswordRequestActionTest.php +++ b/tests/app/Http/RequestHandlers/PasswordRequestActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PasswordRequestPageTest.php b/tests/app/Http/RequestHandlers/PasswordRequestPageTest.php index e7e51b1eb4..15c30b6610 100644 --- a/tests/app/Http/RequestHandlers/PasswordRequestPageTest.php +++ b/tests/app/Http/RequestHandlers/PasswordRequestPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PasswordResetActionTest.php b/tests/app/Http/RequestHandlers/PasswordResetActionTest.php index 0f57cd1b7e..8dc817754c 100644 --- a/tests/app/Http/RequestHandlers/PasswordResetActionTest.php +++ b/tests/app/Http/RequestHandlers/PasswordResetActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PasswordResetPageTest.php b/tests/app/Http/RequestHandlers/PasswordResetPageTest.php index 73898b5997..2536f1cb0e 100644 --- a/tests/app/Http/RequestHandlers/PasswordResetPageTest.php +++ b/tests/app/Http/RequestHandlers/PasswordResetPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PasteFactTest.php b/tests/app/Http/RequestHandlers/PasteFactTest.php index 6460fb972a..dbe30b21a6 100644 --- a/tests/app/Http/RequestHandlers/PasteFactTest.php +++ b/tests/app/Http/RequestHandlers/PasteFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesAcceptChangeTest.php b/tests/app/Http/RequestHandlers/PendingChangesAcceptChangeTest.php index 68a585788f..be98bd197e 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesAcceptChangeTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesAcceptChangeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesAcceptRecordTest.php b/tests/app/Http/RequestHandlers/PendingChangesAcceptRecordTest.php index e899425648..5a195973c0 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesAcceptRecordTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesAcceptRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesAcceptTreeTest.php b/tests/app/Http/RequestHandlers/PendingChangesAcceptTreeTest.php index 38c817cc10..2d64082d58 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesAcceptTreeTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesAcceptTreeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesLogActionTest.php b/tests/app/Http/RequestHandlers/PendingChangesLogActionTest.php index 22a949ebf5..be54c60153 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesLogActionTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesLogActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesLogDataTest.php b/tests/app/Http/RequestHandlers/PendingChangesLogDataTest.php index cec3018061..0f13859afa 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesLogDataTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesLogDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesLogDeleteTest.php b/tests/app/Http/RequestHandlers/PendingChangesLogDeleteTest.php index 951bcda4a2..8da6e9d055 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesLogDeleteTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesLogDeleteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesLogDownloadTest.php b/tests/app/Http/RequestHandlers/PendingChangesLogDownloadTest.php index 8eb4a216a6..f1f1c02628 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesLogDownloadTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesLogDownloadTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesLogPageTest.php b/tests/app/Http/RequestHandlers/PendingChangesLogPageTest.php index 0c22b593b5..8d908afe10 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesLogPageTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesLogPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesRejectChangeTest.php b/tests/app/Http/RequestHandlers/PendingChangesRejectChangeTest.php index 5d34649b89..26ff99c9fc 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesRejectChangeTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesRejectChangeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesRejectRecordTest.php b/tests/app/Http/RequestHandlers/PendingChangesRejectRecordTest.php index f465838770..cef585bbf9 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesRejectRecordTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesRejectRecordTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesRejectTreeTest.php b/tests/app/Http/RequestHandlers/PendingChangesRejectTreeTest.php index b4de845402..8926c6a2ff 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesRejectTreeTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesRejectTreeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PendingChangesTest.php b/tests/app/Http/RequestHandlers/PendingChangesTest.php index 995474cfae..c8342f9d56 100644 --- a/tests/app/Http/RequestHandlers/PendingChangesTest.php +++ b/tests/app/Http/RequestHandlers/PendingChangesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PhpInformationTest.php b/tests/app/Http/RequestHandlers/PhpInformationTest.php index 608d36a7d1..cdf34252f8 100644 --- a/tests/app/Http/RequestHandlers/PhpInformationTest.php +++ b/tests/app/Http/RequestHandlers/PhpInformationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/PingTest.php b/tests/app/Http/RequestHandlers/PingTest.php index a1c916e863..77ec067797 100644 --- a/tests/app/Http/RequestHandlers/PingTest.php +++ b/tests/app/Http/RequestHandlers/PingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectAncestryPhpTest.php b/tests/app/Http/RequestHandlers/RedirectAncestryPhpTest.php index 1f4a531a6b..5aa04326a7 100644 --- a/tests/app/Http/RequestHandlers/RedirectAncestryPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectAncestryPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectBranchesPhpTest.php b/tests/app/Http/RequestHandlers/RedirectBranchesPhpTest.php index 31fbb32e1b..65fd8b1032 100644 --- a/tests/app/Http/RequestHandlers/RedirectBranchesPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectBranchesPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectCalendarPhpTest.php b/tests/app/Http/RequestHandlers/RedirectCalendarPhpTest.php index 9995b9c8d0..43a96f2674 100644 --- a/tests/app/Http/RequestHandlers/RedirectCalendarPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectCalendarPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectCompactPhpTest.php b/tests/app/Http/RequestHandlers/RedirectCompactPhpTest.php index 2ad875c10e..b0e3470d1e 100644 --- a/tests/app/Http/RequestHandlers/RedirectCompactPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectCompactPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectDescendancyPhpTest.php b/tests/app/Http/RequestHandlers/RedirectDescendancyPhpTest.php index da10c84f5a..809f123415 100644 --- a/tests/app/Http/RequestHandlers/RedirectDescendancyPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectDescendancyPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectFamListPhpTest.php b/tests/app/Http/RequestHandlers/RedirectFamListPhpTest.php index dd13e2080f..dfca51fac2 100644 --- a/tests/app/Http/RequestHandlers/RedirectFamListPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectFamListPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectFamilyBookPhpTest.php b/tests/app/Http/RequestHandlers/RedirectFamilyBookPhpTest.php index 0ba77e5f2e..af6e1d0baa 100644 --- a/tests/app/Http/RequestHandlers/RedirectFamilyBookPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectFamilyBookPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectFamilyPhpTest.php b/tests/app/Http/RequestHandlers/RedirectFamilyPhpTest.php index e84d51ffd2..fd0ba4739d 100644 --- a/tests/app/Http/RequestHandlers/RedirectFamilyPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectFamilyPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectFanChartPhpTest.php b/tests/app/Http/RequestHandlers/RedirectFanChartPhpTest.php index d9f3984f86..d5bcc3d8e4 100644 --- a/tests/app/Http/RequestHandlers/RedirectFanChartPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectFanChartPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectGedRecordPhpTest.php b/tests/app/Http/RequestHandlers/RedirectGedRecordPhpTest.php index e99d793f64..a2e49bb323 100644 --- a/tests/app/Http/RequestHandlers/RedirectGedRecordPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectGedRecordPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectHourGlassPhpTest.php b/tests/app/Http/RequestHandlers/RedirectHourGlassPhpTest.php index 216846d153..b75656f567 100644 --- a/tests/app/Http/RequestHandlers/RedirectHourGlassPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectHourGlassPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectIndiListPhpTest.php b/tests/app/Http/RequestHandlers/RedirectIndiListPhpTest.php index c1b09d1d59..303b30e743 100644 --- a/tests/app/Http/RequestHandlers/RedirectIndiListPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectIndiListPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectIndividualPhpTest.php b/tests/app/Http/RequestHandlers/RedirectIndividualPhpTest.php index 1128850edc..a70ce08e0b 100644 --- a/tests/app/Http/RequestHandlers/RedirectIndividualPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectIndividualPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectLifeSpanPhpTest.php b/tests/app/Http/RequestHandlers/RedirectLifeSpanPhpTest.php index 9d7b506c43..1e63664503 100644 --- a/tests/app/Http/RequestHandlers/RedirectLifeSpanPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectLifeSpanPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectMediaListPhpTest.php b/tests/app/Http/RequestHandlers/RedirectMediaListPhpTest.php index bc4e4a1efe..85365630f0 100644 --- a/tests/app/Http/RequestHandlers/RedirectMediaListPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectMediaListPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectMediaViewerPhpTest.php b/tests/app/Http/RequestHandlers/RedirectMediaViewerPhpTest.php index 6f9d79dafa..796ebff3e6 100644 --- a/tests/app/Http/RequestHandlers/RedirectMediaViewerPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectMediaViewerPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectModulePhpTest.php b/tests/app/Http/RequestHandlers/RedirectModulePhpTest.php index 6b20c2abf7..b369749007 100644 --- a/tests/app/Http/RequestHandlers/RedirectModulePhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectModulePhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectNoteListPhpTest.php b/tests/app/Http/RequestHandlers/RedirectNoteListPhpTest.php index 1ed405d25b..c923506827 100644 --- a/tests/app/Http/RequestHandlers/RedirectNoteListPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectNoteListPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectNotePhpTest.php b/tests/app/Http/RequestHandlers/RedirectNotePhpTest.php index fbf637e521..d2028170cf 100644 --- a/tests/app/Http/RequestHandlers/RedirectNotePhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectNotePhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectPedigreePhpTest.php b/tests/app/Http/RequestHandlers/RedirectPedigreePhpTest.php index bca8b0268f..8e9e87833a 100644 --- a/tests/app/Http/RequestHandlers/RedirectPedigreePhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectPedigreePhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectPlaceListPhpTest.php b/tests/app/Http/RequestHandlers/RedirectPlaceListPhpTest.php index 4c0c3a15fa..a962e36bbc 100644 --- a/tests/app/Http/RequestHandlers/RedirectPlaceListPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectPlaceListPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectRelationshipPhpTest.php b/tests/app/Http/RequestHandlers/RedirectRelationshipPhpTest.php index 9d58322eb7..92d0475c8b 100644 --- a/tests/app/Http/RequestHandlers/RedirectRelationshipPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectRelationshipPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectRepoListPhpTest.php b/tests/app/Http/RequestHandlers/RedirectRepoListPhpTest.php index 4831af8782..d9fadc881a 100644 --- a/tests/app/Http/RequestHandlers/RedirectRepoListPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectRepoListPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectReportEnginePhpTest.php b/tests/app/Http/RequestHandlers/RedirectReportEnginePhpTest.php index 30ef502ed0..de7ced17e4 100644 --- a/tests/app/Http/RequestHandlers/RedirectReportEnginePhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectReportEnginePhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectRepositoryPhpTest.php b/tests/app/Http/RequestHandlers/RedirectRepositoryPhpTest.php index f1aebd2e3e..309adcff82 100644 --- a/tests/app/Http/RequestHandlers/RedirectRepositoryPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectRepositoryPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectSourceListPhpTest.php b/tests/app/Http/RequestHandlers/RedirectSourceListPhpTest.php index dd4b5011a2..49c193886a 100644 --- a/tests/app/Http/RequestHandlers/RedirectSourceListPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectSourceListPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectSourcePhpTest.php b/tests/app/Http/RequestHandlers/RedirectSourcePhpTest.php index 9f565c3f02..2e755b897d 100644 --- a/tests/app/Http/RequestHandlers/RedirectSourcePhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectSourcePhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectStatisticsPhpTest.php b/tests/app/Http/RequestHandlers/RedirectStatisticsPhpTest.php index 305cbe8144..17a68e94df 100644 --- a/tests/app/Http/RequestHandlers/RedirectStatisticsPhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectStatisticsPhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RedirectTimeLinePhpTest.php b/tests/app/Http/RequestHandlers/RedirectTimeLinePhpTest.php index e8fef96218..177ffdd93f 100644 --- a/tests/app/Http/RequestHandlers/RedirectTimeLinePhpTest.php +++ b/tests/app/Http/RequestHandlers/RedirectTimeLinePhpTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RegisterActionTest.php b/tests/app/Http/RequestHandlers/RegisterActionTest.php index e7050fc960..aea6f0309b 100644 --- a/tests/app/Http/RequestHandlers/RegisterActionTest.php +++ b/tests/app/Http/RequestHandlers/RegisterActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RegisterPageTest.php b/tests/app/Http/RequestHandlers/RegisterPageTest.php index f47f252cf5..6092fd622f 100644 --- a/tests/app/Http/RequestHandlers/RegisterPageTest.php +++ b/tests/app/Http/RequestHandlers/RegisterPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RenumberTreeActionTest.php b/tests/app/Http/RequestHandlers/RenumberTreeActionTest.php index af2ea945b1..bd4d6aa5aa 100644 --- a/tests/app/Http/RequestHandlers/RenumberTreeActionTest.php +++ b/tests/app/Http/RequestHandlers/RenumberTreeActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RenumberTreePageTest.php b/tests/app/Http/RequestHandlers/RenumberTreePageTest.php index f789105467..d88641bdc5 100644 --- a/tests/app/Http/RequestHandlers/RenumberTreePageTest.php +++ b/tests/app/Http/RequestHandlers/RenumberTreePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderChildrenActionTest.php b/tests/app/Http/RequestHandlers/ReorderChildrenActionTest.php index 7eb19bf6e0..660edf29a0 100644 --- a/tests/app/Http/RequestHandlers/ReorderChildrenActionTest.php +++ b/tests/app/Http/RequestHandlers/ReorderChildrenActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderChildrenPageTest.php b/tests/app/Http/RequestHandlers/ReorderChildrenPageTest.php index 31012ebd82..46762a9d0f 100644 --- a/tests/app/Http/RequestHandlers/ReorderChildrenPageTest.php +++ b/tests/app/Http/RequestHandlers/ReorderChildrenPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderFamiliesActionTest.php b/tests/app/Http/RequestHandlers/ReorderFamiliesActionTest.php index da133db98b..40e930edaa 100644 --- a/tests/app/Http/RequestHandlers/ReorderFamiliesActionTest.php +++ b/tests/app/Http/RequestHandlers/ReorderFamiliesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderFamiliesPageTest.php b/tests/app/Http/RequestHandlers/ReorderFamiliesPageTest.php index ebcc990613..1fb76a0c58 100644 --- a/tests/app/Http/RequestHandlers/ReorderFamiliesPageTest.php +++ b/tests/app/Http/RequestHandlers/ReorderFamiliesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderMediaActionTest.php b/tests/app/Http/RequestHandlers/ReorderMediaActionTest.php index 3ece8cb4dd..5ce590ab86 100644 --- a/tests/app/Http/RequestHandlers/ReorderMediaActionTest.php +++ b/tests/app/Http/RequestHandlers/ReorderMediaActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderMediaFilesActionTest.php b/tests/app/Http/RequestHandlers/ReorderMediaFilesActionTest.php index a171f22de0..112a3ed46f 100644 --- a/tests/app/Http/RequestHandlers/ReorderMediaFilesActionTest.php +++ b/tests/app/Http/RequestHandlers/ReorderMediaFilesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderMediaFilesPageTest.php b/tests/app/Http/RequestHandlers/ReorderMediaFilesPageTest.php index 2010a42f8b..589484e6b3 100644 --- a/tests/app/Http/RequestHandlers/ReorderMediaFilesPageTest.php +++ b/tests/app/Http/RequestHandlers/ReorderMediaFilesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderMediaPageTest.php b/tests/app/Http/RequestHandlers/ReorderMediaPageTest.php index 0868cf2585..820b24eaec 100644 --- a/tests/app/Http/RequestHandlers/ReorderMediaPageTest.php +++ b/tests/app/Http/RequestHandlers/ReorderMediaPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderNamesActionTest.php b/tests/app/Http/RequestHandlers/ReorderNamesActionTest.php index 62a7fd7a4c..bd4a0fca6c 100644 --- a/tests/app/Http/RequestHandlers/ReorderNamesActionTest.php +++ b/tests/app/Http/RequestHandlers/ReorderNamesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReorderNamesPageTest.php b/tests/app/Http/RequestHandlers/ReorderNamesPageTest.php index 53b98cff90..d7da53ca99 100644 --- a/tests/app/Http/RequestHandlers/ReorderNamesPageTest.php +++ b/tests/app/Http/RequestHandlers/ReorderNamesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReportGenerateTest.php b/tests/app/Http/RequestHandlers/ReportGenerateTest.php index 44b795a10d..7c84a6b9f5 100644 --- a/tests/app/Http/RequestHandlers/ReportGenerateTest.php +++ b/tests/app/Http/RequestHandlers/ReportGenerateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReportListActionTest.php b/tests/app/Http/RequestHandlers/ReportListActionTest.php index 8d8818e0c9..b1bdc73fdc 100644 --- a/tests/app/Http/RequestHandlers/ReportListActionTest.php +++ b/tests/app/Http/RequestHandlers/ReportListActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReportListPageTest.php b/tests/app/Http/RequestHandlers/ReportListPageTest.php index 76f2e08018..82f86b035e 100644 --- a/tests/app/Http/RequestHandlers/ReportListPageTest.php +++ b/tests/app/Http/RequestHandlers/ReportListPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReportSetupActionTest.php b/tests/app/Http/RequestHandlers/ReportSetupActionTest.php index d8fc392b51..ce8802de4d 100644 --- a/tests/app/Http/RequestHandlers/ReportSetupActionTest.php +++ b/tests/app/Http/RequestHandlers/ReportSetupActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/ReportSetupPageTest.php b/tests/app/Http/RequestHandlers/ReportSetupPageTest.php index 57fbe1a373..7753fdc86f 100644 --- a/tests/app/Http/RequestHandlers/ReportSetupPageTest.php +++ b/tests/app/Http/RequestHandlers/ReportSetupPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RepositoryPageTest.php b/tests/app/Http/RequestHandlers/RepositoryPageTest.php index 7578276866..903ea6c87e 100644 --- a/tests/app/Http/RequestHandlers/RepositoryPageTest.php +++ b/tests/app/Http/RequestHandlers/RepositoryPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/RobotsTxtTest.php b/tests/app/Http/RequestHandlers/RobotsTxtTest.php index 2f467995d8..877a7b7714 100644 --- a/tests/app/Http/RequestHandlers/RobotsTxtTest.php +++ b/tests/app/Http/RequestHandlers/RobotsTxtTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchAdvancedActionTest.php b/tests/app/Http/RequestHandlers/SearchAdvancedActionTest.php index 63e4d61936..b51bc5c0f1 100644 --- a/tests/app/Http/RequestHandlers/SearchAdvancedActionTest.php +++ b/tests/app/Http/RequestHandlers/SearchAdvancedActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchAdvancedPageTest.php b/tests/app/Http/RequestHandlers/SearchAdvancedPageTest.php index 66a4da58a6..f48baab127 100644 --- a/tests/app/Http/RequestHandlers/SearchAdvancedPageTest.php +++ b/tests/app/Http/RequestHandlers/SearchAdvancedPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchGeneralActionTest.php b/tests/app/Http/RequestHandlers/SearchGeneralActionTest.php index 0dd32114e4..3f48595317 100644 --- a/tests/app/Http/RequestHandlers/SearchGeneralActionTest.php +++ b/tests/app/Http/RequestHandlers/SearchGeneralActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchGeneralPageTest.php b/tests/app/Http/RequestHandlers/SearchGeneralPageTest.php index 7d73d1fa00..b9c9447c59 100644 --- a/tests/app/Http/RequestHandlers/SearchGeneralPageTest.php +++ b/tests/app/Http/RequestHandlers/SearchGeneralPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchPhoneticActionTest.php b/tests/app/Http/RequestHandlers/SearchPhoneticActionTest.php index 8eca90dade..6ef7f44e41 100644 --- a/tests/app/Http/RequestHandlers/SearchPhoneticActionTest.php +++ b/tests/app/Http/RequestHandlers/SearchPhoneticActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchPhoneticPageTest.php b/tests/app/Http/RequestHandlers/SearchPhoneticPageTest.php index 28791c2131..cb846dec7c 100644 --- a/tests/app/Http/RequestHandlers/SearchPhoneticPageTest.php +++ b/tests/app/Http/RequestHandlers/SearchPhoneticPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchQuickActionTest.php b/tests/app/Http/RequestHandlers/SearchQuickActionTest.php index 91863d68cd..270e0468e3 100644 --- a/tests/app/Http/RequestHandlers/SearchQuickActionTest.php +++ b/tests/app/Http/RequestHandlers/SearchQuickActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchReplaceActionTest.php b/tests/app/Http/RequestHandlers/SearchReplaceActionTest.php index 65ec505262..a9b2552e9d 100644 --- a/tests/app/Http/RequestHandlers/SearchReplaceActionTest.php +++ b/tests/app/Http/RequestHandlers/SearchReplaceActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SearchReplacePageTest.php b/tests/app/Http/RequestHandlers/SearchReplacePageTest.php index 239914798a..cf147aec37 100644 --- a/tests/app/Http/RequestHandlers/SearchReplacePageTest.php +++ b/tests/app/Http/RequestHandlers/SearchReplacePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SelectDefaultTreeTest.php b/tests/app/Http/RequestHandlers/SelectDefaultTreeTest.php index 74b6ed0563..8dbeca8476 100644 --- a/tests/app/Http/RequestHandlers/SelectDefaultTreeTest.php +++ b/tests/app/Http/RequestHandlers/SelectDefaultTreeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SelectLanguageTest.php b/tests/app/Http/RequestHandlers/SelectLanguageTest.php index 86239d8767..e4b842b141 100644 --- a/tests/app/Http/RequestHandlers/SelectLanguageTest.php +++ b/tests/app/Http/RequestHandlers/SelectLanguageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SelectNewFactTest.php b/tests/app/Http/RequestHandlers/SelectNewFactTest.php index 53f0fad18e..76640b4adb 100644 --- a/tests/app/Http/RequestHandlers/SelectNewFactTest.php +++ b/tests/app/Http/RequestHandlers/SelectNewFactTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SelectThemeTest.php b/tests/app/Http/RequestHandlers/SelectThemeTest.php index d96ee3bf07..4329cae257 100644 --- a/tests/app/Http/RequestHandlers/SelectThemeTest.php +++ b/tests/app/Http/RequestHandlers/SelectThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SetupWizardTest.php b/tests/app/Http/RequestHandlers/SetupWizardTest.php index c7be24215f..40e6aac54e 100644 --- a/tests/app/Http/RequestHandlers/SetupWizardTest.php +++ b/tests/app/Http/RequestHandlers/SetupWizardTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SharedNotePageTest.php b/tests/app/Http/RequestHandlers/SharedNotePageTest.php index 495bb5b7a8..a7b1e13a25 100644 --- a/tests/app/Http/RequestHandlers/SharedNotePageTest.php +++ b/tests/app/Http/RequestHandlers/SharedNotePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteLogsActionTest.php b/tests/app/Http/RequestHandlers/SiteLogsActionTest.php index ae7137d624..697afbe9c3 100644 --- a/tests/app/Http/RequestHandlers/SiteLogsActionTest.php +++ b/tests/app/Http/RequestHandlers/SiteLogsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteLogsDataTest.php b/tests/app/Http/RequestHandlers/SiteLogsDataTest.php index dae01c17f5..86c9bf5efe 100644 --- a/tests/app/Http/RequestHandlers/SiteLogsDataTest.php +++ b/tests/app/Http/RequestHandlers/SiteLogsDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteLogsDeleteTest.php b/tests/app/Http/RequestHandlers/SiteLogsDeleteTest.php index 27066c55ee..284e3d08fe 100644 --- a/tests/app/Http/RequestHandlers/SiteLogsDeleteTest.php +++ b/tests/app/Http/RequestHandlers/SiteLogsDeleteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php b/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php index b2ccf04ca0..d00e692da6 100644 --- a/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php +++ b/tests/app/Http/RequestHandlers/SiteLogsDownloadTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteLogsPageTest.php b/tests/app/Http/RequestHandlers/SiteLogsPageTest.php index 9af30dab2a..f5045bfd1b 100644 --- a/tests/app/Http/RequestHandlers/SiteLogsPageTest.php +++ b/tests/app/Http/RequestHandlers/SiteLogsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SitePreferencesActionTest.php b/tests/app/Http/RequestHandlers/SitePreferencesActionTest.php index eb541dbaca..75d39e1d35 100644 --- a/tests/app/Http/RequestHandlers/SitePreferencesActionTest.php +++ b/tests/app/Http/RequestHandlers/SitePreferencesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SitePreferencesPageTest.php b/tests/app/Http/RequestHandlers/SitePreferencesPageTest.php index 8b705a7246..555046378c 100644 --- a/tests/app/Http/RequestHandlers/SitePreferencesPageTest.php +++ b/tests/app/Http/RequestHandlers/SitePreferencesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteRegistrationActionTest.php b/tests/app/Http/RequestHandlers/SiteRegistrationActionTest.php index caa4193cfc..9d81d50b58 100644 --- a/tests/app/Http/RequestHandlers/SiteRegistrationActionTest.php +++ b/tests/app/Http/RequestHandlers/SiteRegistrationActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteRegistrationPageTest.php b/tests/app/Http/RequestHandlers/SiteRegistrationPageTest.php index f15e496fa7..b4f34b0c80 100644 --- a/tests/app/Http/RequestHandlers/SiteRegistrationPageTest.php +++ b/tests/app/Http/RequestHandlers/SiteRegistrationPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteTagsActionTest.php b/tests/app/Http/RequestHandlers/SiteTagsActionTest.php index 1c1c5228d1..9806945c8c 100644 --- a/tests/app/Http/RequestHandlers/SiteTagsActionTest.php +++ b/tests/app/Http/RequestHandlers/SiteTagsActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SiteTagsPageTest.php b/tests/app/Http/RequestHandlers/SiteTagsPageTest.php index 6d101b89cd..a483531fa0 100644 --- a/tests/app/Http/RequestHandlers/SiteTagsPageTest.php +++ b/tests/app/Http/RequestHandlers/SiteTagsPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SourcePageTest.php b/tests/app/Http/RequestHandlers/SourcePageTest.php index d3cd558705..54ce8be6a4 100644 --- a/tests/app/Http/RequestHandlers/SourcePageTest.php +++ b/tests/app/Http/RequestHandlers/SourcePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SubmissionPageTest.php b/tests/app/Http/RequestHandlers/SubmissionPageTest.php index e639867ed5..443885af5f 100644 --- a/tests/app/Http/RequestHandlers/SubmissionPageTest.php +++ b/tests/app/Http/RequestHandlers/SubmissionPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SubmitterPageTest.php b/tests/app/Http/RequestHandlers/SubmitterPageTest.php index e7ff5d8be8..4f21ec5e82 100644 --- a/tests/app/Http/RequestHandlers/SubmitterPageTest.php +++ b/tests/app/Http/RequestHandlers/SubmitterPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/SynchronizeTreesTest.php b/tests/app/Http/RequestHandlers/SynchronizeTreesTest.php index cd32577618..f6c9e1eb4a 100644 --- a/tests/app/Http/RequestHandlers/SynchronizeTreesTest.php +++ b/tests/app/Http/RequestHandlers/SynchronizeTreesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectFamilyTest.php b/tests/app/Http/RequestHandlers/TomSelectFamilyTest.php index ee3c4f1192..94b274fc92 100644 --- a/tests/app/Http/RequestHandlers/TomSelectFamilyTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectFamilyTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectIndividualTest.php b/tests/app/Http/RequestHandlers/TomSelectIndividualTest.php index 2ef12cdafd..b475afaa1e 100644 --- a/tests/app/Http/RequestHandlers/TomSelectIndividualTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectIndividualTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectLocationTest.php b/tests/app/Http/RequestHandlers/TomSelectLocationTest.php index 5359885bab..9a7a87e776 100644 --- a/tests/app/Http/RequestHandlers/TomSelectLocationTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectLocationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectMediaObjectTest.php b/tests/app/Http/RequestHandlers/TomSelectMediaObjectTest.php index a9509b4997..5a436a9d24 100644 --- a/tests/app/Http/RequestHandlers/TomSelectMediaObjectTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectMediaObjectTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectNoteTest.php b/tests/app/Http/RequestHandlers/TomSelectNoteTest.php index bccd2af312..9840cd86e9 100644 --- a/tests/app/Http/RequestHandlers/TomSelectNoteTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectNoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectPlaceTest.php b/tests/app/Http/RequestHandlers/TomSelectPlaceTest.php index 3bbef8b9a4..64b38b4466 100644 --- a/tests/app/Http/RequestHandlers/TomSelectPlaceTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectPlaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectRepositoryTest.php b/tests/app/Http/RequestHandlers/TomSelectRepositoryTest.php index 91eed44c29..4866b40544 100644 --- a/tests/app/Http/RequestHandlers/TomSelectRepositoryTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectSharedNoteTest.php b/tests/app/Http/RequestHandlers/TomSelectSharedNoteTest.php index 9c5c31272f..e8b9f760a9 100644 --- a/tests/app/Http/RequestHandlers/TomSelectSharedNoteTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectSharedNoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectSourceTest.php b/tests/app/Http/RequestHandlers/TomSelectSourceTest.php index 62369b5bbb..e47fb17564 100644 --- a/tests/app/Http/RequestHandlers/TomSelectSourceTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectSourceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectSubmissionTest.php b/tests/app/Http/RequestHandlers/TomSelectSubmissionTest.php index 2521f0270f..77e978dda5 100644 --- a/tests/app/Http/RequestHandlers/TomSelectSubmissionTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectSubmissionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TomSelectSubmitterTest.php b/tests/app/Http/RequestHandlers/TomSelectSubmitterTest.php index dea9852288..d4a3ae5563 100644 --- a/tests/app/Http/RequestHandlers/TomSelectSubmitterTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectSubmitterTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageBlockEditTest.php b/tests/app/Http/RequestHandlers/TreePageBlockEditTest.php index 854c54f9e9..d8da05e53e 100644 --- a/tests/app/Http/RequestHandlers/TreePageBlockEditTest.php +++ b/tests/app/Http/RequestHandlers/TreePageBlockEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageBlockTest.php b/tests/app/Http/RequestHandlers/TreePageBlockTest.php index fdb77bdc15..48a30009b1 100644 --- a/tests/app/Http/RequestHandlers/TreePageBlockTest.php +++ b/tests/app/Http/RequestHandlers/TreePageBlockTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageBlockUpdateTest.php b/tests/app/Http/RequestHandlers/TreePageBlockUpdateTest.php index 63e4775414..90a1289010 100644 --- a/tests/app/Http/RequestHandlers/TreePageBlockUpdateTest.php +++ b/tests/app/Http/RequestHandlers/TreePageBlockUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageDefaultEditTest.php b/tests/app/Http/RequestHandlers/TreePageDefaultEditTest.php index d786222234..db8c505ab2 100644 --- a/tests/app/Http/RequestHandlers/TreePageDefaultEditTest.php +++ b/tests/app/Http/RequestHandlers/TreePageDefaultEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageDefaultUpdateTest.php b/tests/app/Http/RequestHandlers/TreePageDefaultUpdateTest.php index d866b7a17e..81c0a64e26 100644 --- a/tests/app/Http/RequestHandlers/TreePageDefaultUpdateTest.php +++ b/tests/app/Http/RequestHandlers/TreePageDefaultUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageEditTest.php b/tests/app/Http/RequestHandlers/TreePageEditTest.php index 1c5dc1a3d5..074e1c822a 100644 --- a/tests/app/Http/RequestHandlers/TreePageEditTest.php +++ b/tests/app/Http/RequestHandlers/TreePageEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageTest.php b/tests/app/Http/RequestHandlers/TreePageTest.php index 39dcfc7077..798dad5a1c 100644 --- a/tests/app/Http/RequestHandlers/TreePageTest.php +++ b/tests/app/Http/RequestHandlers/TreePageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePageUpdateTest.php b/tests/app/Http/RequestHandlers/TreePageUpdateTest.php index 2f4b2e62b1..2994d2ecbe 100644 --- a/tests/app/Http/RequestHandlers/TreePageUpdateTest.php +++ b/tests/app/Http/RequestHandlers/TreePageUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePreferencesActionTest.php b/tests/app/Http/RequestHandlers/TreePreferencesActionTest.php index c8ab65a804..ae94227141 100644 --- a/tests/app/Http/RequestHandlers/TreePreferencesActionTest.php +++ b/tests/app/Http/RequestHandlers/TreePreferencesActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePreferencesPageTest.php b/tests/app/Http/RequestHandlers/TreePreferencesPageTest.php index 6c678a769a..630caddd80 100644 --- a/tests/app/Http/RequestHandlers/TreePreferencesPageTest.php +++ b/tests/app/Http/RequestHandlers/TreePreferencesPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePrivacyActionTest.php b/tests/app/Http/RequestHandlers/TreePrivacyActionTest.php index 78ccc34d47..4af307dab8 100644 --- a/tests/app/Http/RequestHandlers/TreePrivacyActionTest.php +++ b/tests/app/Http/RequestHandlers/TreePrivacyActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/TreePrivacyPageTest.php b/tests/app/Http/RequestHandlers/TreePrivacyPageTest.php index e245270ddc..eaf2a9be55 100644 --- a/tests/app/Http/RequestHandlers/TreePrivacyPageTest.php +++ b/tests/app/Http/RequestHandlers/TreePrivacyPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UnconnectedActionTest.php b/tests/app/Http/RequestHandlers/UnconnectedActionTest.php index 8023005dd1..654330f2d6 100644 --- a/tests/app/Http/RequestHandlers/UnconnectedActionTest.php +++ b/tests/app/Http/RequestHandlers/UnconnectedActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UnconnectedPageTest.php b/tests/app/Http/RequestHandlers/UnconnectedPageTest.php index fb658bade2..2208d74db7 100644 --- a/tests/app/Http/RequestHandlers/UnconnectedPageTest.php +++ b/tests/app/Http/RequestHandlers/UnconnectedPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UpgradeWizardConfirmTest.php b/tests/app/Http/RequestHandlers/UpgradeWizardConfirmTest.php index b67ecba218..d60f4af834 100644 --- a/tests/app/Http/RequestHandlers/UpgradeWizardConfirmTest.php +++ b/tests/app/Http/RequestHandlers/UpgradeWizardConfirmTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UpgradeWizardPageTest.php b/tests/app/Http/RequestHandlers/UpgradeWizardPageTest.php index d8702a7910..60597fa10e 100644 --- a/tests/app/Http/RequestHandlers/UpgradeWizardPageTest.php +++ b/tests/app/Http/RequestHandlers/UpgradeWizardPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UpgradeWizardStepTest.php b/tests/app/Http/RequestHandlers/UpgradeWizardStepTest.php index 2609e343b4..4b9c747a5a 100644 --- a/tests/app/Http/RequestHandlers/UpgradeWizardStepTest.php +++ b/tests/app/Http/RequestHandlers/UpgradeWizardStepTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UploadMediaActionTest.php b/tests/app/Http/RequestHandlers/UploadMediaActionTest.php index ea4af30f73..251209a400 100644 --- a/tests/app/Http/RequestHandlers/UploadMediaActionTest.php +++ b/tests/app/Http/RequestHandlers/UploadMediaActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UploadMediaPageTest.php b/tests/app/Http/RequestHandlers/UploadMediaPageTest.php index 4f906f11f8..7f257e30d7 100644 --- a/tests/app/Http/RequestHandlers/UploadMediaPageTest.php +++ b/tests/app/Http/RequestHandlers/UploadMediaPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserAddActionTest.php b/tests/app/Http/RequestHandlers/UserAddActionTest.php index 17c2267768..3063e703cf 100644 --- a/tests/app/Http/RequestHandlers/UserAddActionTest.php +++ b/tests/app/Http/RequestHandlers/UserAddActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserAddPageTest.php b/tests/app/Http/RequestHandlers/UserAddPageTest.php index ae2cabf524..8da1cd419d 100644 --- a/tests/app/Http/RequestHandlers/UserAddPageTest.php +++ b/tests/app/Http/RequestHandlers/UserAddPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserEditActionTest.php b/tests/app/Http/RequestHandlers/UserEditActionTest.php index 76aa921d3b..1cc33ad54c 100644 --- a/tests/app/Http/RequestHandlers/UserEditActionTest.php +++ b/tests/app/Http/RequestHandlers/UserEditActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserEditPageTest.php b/tests/app/Http/RequestHandlers/UserEditPageTest.php index efa4c403b7..386fb589e0 100644 --- a/tests/app/Http/RequestHandlers/UserEditPageTest.php +++ b/tests/app/Http/RequestHandlers/UserEditPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserListDataTest.php b/tests/app/Http/RequestHandlers/UserListDataTest.php index 87efae23b5..793d82b833 100644 --- a/tests/app/Http/RequestHandlers/UserListDataTest.php +++ b/tests/app/Http/RequestHandlers/UserListDataTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserListPageTest.php b/tests/app/Http/RequestHandlers/UserListPageTest.php index 870fb65e59..30709d43ae 100644 --- a/tests/app/Http/RequestHandlers/UserListPageTest.php +++ b/tests/app/Http/RequestHandlers/UserListPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserListTest.php b/tests/app/Http/RequestHandlers/UserListTest.php index 3c883d32bf..db751a0814 100644 --- a/tests/app/Http/RequestHandlers/UserListTest.php +++ b/tests/app/Http/RequestHandlers/UserListTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageBlockEditTest.php b/tests/app/Http/RequestHandlers/UserPageBlockEditTest.php index e22f311a2d..8117515935 100644 --- a/tests/app/Http/RequestHandlers/UserPageBlockEditTest.php +++ b/tests/app/Http/RequestHandlers/UserPageBlockEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageBlockTest.php b/tests/app/Http/RequestHandlers/UserPageBlockTest.php index fd51f4061b..0cd614069c 100644 --- a/tests/app/Http/RequestHandlers/UserPageBlockTest.php +++ b/tests/app/Http/RequestHandlers/UserPageBlockTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageBlockUpdateTest.php b/tests/app/Http/RequestHandlers/UserPageBlockUpdateTest.php index c2ca1510d4..74f4f39298 100644 --- a/tests/app/Http/RequestHandlers/UserPageBlockUpdateTest.php +++ b/tests/app/Http/RequestHandlers/UserPageBlockUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageDefaultEditTest.php b/tests/app/Http/RequestHandlers/UserPageDefaultEditTest.php index 562c723cc2..32f7906099 100644 --- a/tests/app/Http/RequestHandlers/UserPageDefaultEditTest.php +++ b/tests/app/Http/RequestHandlers/UserPageDefaultEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageDefaultUpdateTest.php b/tests/app/Http/RequestHandlers/UserPageDefaultUpdateTest.php index ab23ee38b2..86f5466b79 100644 --- a/tests/app/Http/RequestHandlers/UserPageDefaultUpdateTest.php +++ b/tests/app/Http/RequestHandlers/UserPageDefaultUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageEditTest.php b/tests/app/Http/RequestHandlers/UserPageEditTest.php index 078ad6c82d..044227b0c8 100644 --- a/tests/app/Http/RequestHandlers/UserPageEditTest.php +++ b/tests/app/Http/RequestHandlers/UserPageEditTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageTest.php b/tests/app/Http/RequestHandlers/UserPageTest.php index c42cfc7792..c0ab84b365 100644 --- a/tests/app/Http/RequestHandlers/UserPageTest.php +++ b/tests/app/Http/RequestHandlers/UserPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UserPageUpdateTest.php b/tests/app/Http/RequestHandlers/UserPageUpdateTest.php index 7184cb7764..fb64b00b63 100644 --- a/tests/app/Http/RequestHandlers/UserPageUpdateTest.php +++ b/tests/app/Http/RequestHandlers/UserPageUpdateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UsersCleanupActionTest.php b/tests/app/Http/RequestHandlers/UsersCleanupActionTest.php index 10a23e8662..bd00301920 100644 --- a/tests/app/Http/RequestHandlers/UsersCleanupActionTest.php +++ b/tests/app/Http/RequestHandlers/UsersCleanupActionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/UsersCleanupPageTest.php b/tests/app/Http/RequestHandlers/UsersCleanupPageTest.php index 8e0f8523c8..6edc7b3425 100644 --- a/tests/app/Http/RequestHandlers/UsersCleanupPageTest.php +++ b/tests/app/Http/RequestHandlers/UsersCleanupPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/VerifyEmailTest.php b/tests/app/Http/RequestHandlers/VerifyEmailTest.php index 454a2cfca6..78440ce816 100644 --- a/tests/app/Http/RequestHandlers/VerifyEmailTest.php +++ b/tests/app/Http/RequestHandlers/VerifyEmailTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php b/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php index 1d9ba0114b..2d6714595b 100644 --- a/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php +++ b/tests/app/Http/RequestHandlers/WebmanifestJsonTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Routes/ApiRoutesTest.php b/tests/app/Http/Routes/ApiRoutesTest.php index 5a125ab091..0ecfdb089d 100644 --- a/tests/app/Http/Routes/ApiRoutesTest.php +++ b/tests/app/Http/Routes/ApiRoutesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Http/Routes/WebRoutesTest.php b/tests/app/Http/Routes/WebRoutesTest.php index ccc5e64480..6e855b12eb 100644 --- a/tests/app/Http/Routes/WebRoutesTest.php +++ b/tests/app/Http/Routes/WebRoutesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/I18NTest.php b/tests/app/I18NTest.php index a8cfb139e8..d5fbfa5a42 100644 --- a/tests/app/I18NTest.php +++ b/tests/app/I18NTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/IndividualTest.php b/tests/app/IndividualTest.php index 1c5b979ea4..e1dd7321b2 100644 --- a/tests/app/IndividualTest.php +++ b/tests/app/IndividualTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/LocationTest.php b/tests/app/LocationTest.php index 544ce8e066..0627b35c54 100644 --- a/tests/app/LocationTest.php +++ b/tests/app/LocationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/LogTest.php b/tests/app/LogTest.php index c770161427..97d07e6b0c 100644 --- a/tests/app/LogTest.php +++ b/tests/app/LogTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/MediaFileTest.php b/tests/app/MediaFileTest.php index c7804ee8da..b5a4d608d9 100644 --- a/tests/app/MediaFileTest.php +++ b/tests/app/MediaFileTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/MediaTest.php b/tests/app/MediaTest.php index 0c65d468aa..ec0c2eb10b 100644 --- a/tests/app/MediaTest.php +++ b/tests/app/MediaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/MenuTest.php b/tests/app/MenuTest.php index c0b987caa7..5518b3271f 100644 --- a/tests/app/MenuTest.php +++ b/tests/app/MenuTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/MimeTest.php b/tests/app/MimeTest.php index 028bd8d78e..c4a437fde4 100644 --- a/tests/app/MimeTest.php +++ b/tests/app/MimeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/AhnentafelReportModuleTest.php b/tests/app/Module/AhnentafelReportModuleTest.php index c9344096ee..5df0b21788 100644 --- a/tests/app/Module/AhnentafelReportModuleTest.php +++ b/tests/app/Module/AhnentafelReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/AlbumModuleTest.php b/tests/app/Module/AlbumModuleTest.php index 8c0af089c2..53fce44433 100644 --- a/tests/app/Module/AlbumModuleTest.php +++ b/tests/app/Module/AlbumModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/AncestorsChartModuleTest.php b/tests/app/Module/AncestorsChartModuleTest.php index 2bb1c10491..f5d48fc0d2 100644 --- a/tests/app/Module/AncestorsChartModuleTest.php +++ b/tests/app/Module/AncestorsChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/AustrianHistoricEventsTest.php b/tests/app/Module/AustrianHistoricEventsTest.php index fb13ab8102..e5f93686c8 100644 --- a/tests/app/Module/AustrianHistoricEventsTest.php +++ b/tests/app/Module/AustrianHistoricEventsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/AustrianPresidentsTest.php b/tests/app/Module/AustrianPresidentsTest.php index 08201b0091..71b192655e 100644 --- a/tests/app/Module/AustrianPresidentsTest.php +++ b/tests/app/Module/AustrianPresidentsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BingMapsTest.php b/tests/app/Module/BingMapsTest.php index ddb04db4bb..89522d641f 100644 --- a/tests/app/Module/BingMapsTest.php +++ b/tests/app/Module/BingMapsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BingWebmasterToolsModuleTest.php b/tests/app/Module/BingWebmasterToolsModuleTest.php index 48c5fc3aac..c953bec651 100644 --- a/tests/app/Module/BingWebmasterToolsModuleTest.php +++ b/tests/app/Module/BingWebmasterToolsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BirthDeathMarriageReportModuleTest.php b/tests/app/Module/BirthDeathMarriageReportModuleTest.php index 241438fad3..f567c66d8c 100644 --- a/tests/app/Module/BirthDeathMarriageReportModuleTest.php +++ b/tests/app/Module/BirthDeathMarriageReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BirthReportModuleTest.php b/tests/app/Module/BirthReportModuleTest.php index d6113962b5..83c4104a16 100644 --- a/tests/app/Module/BirthReportModuleTest.php +++ b/tests/app/Module/BirthReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BranchesListModuleTest.php b/tests/app/Module/BranchesListModuleTest.php index 20cd2c1590..fae0b3e324 100644 --- a/tests/app/Module/BranchesListModuleTest.php +++ b/tests/app/Module/BranchesListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BritishMonarchsTest.php b/tests/app/Module/BritishMonarchsTest.php index ddb42bc6cb..dce8b730d7 100644 --- a/tests/app/Module/BritishMonarchsTest.php +++ b/tests/app/Module/BritishMonarchsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BritishPrimeMinistersTest.php b/tests/app/Module/BritishPrimeMinistersTest.php index df29b7a088..e50086b823 100644 --- a/tests/app/Module/BritishPrimeMinistersTest.php +++ b/tests/app/Module/BritishPrimeMinistersTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/BritishSocialHistoryTest.php b/tests/app/Module/BritishSocialHistoryTest.php index 90e6e413fe..1a5ee022be 100644 --- a/tests/app/Module/BritishSocialHistoryTest.php +++ b/tests/app/Module/BritishSocialHistoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CalendarMenuModuleTest.php b/tests/app/Module/CalendarMenuModuleTest.php index 33a51cfd3b..e85d9918d1 100644 --- a/tests/app/Module/CalendarMenuModuleTest.php +++ b/tests/app/Module/CalendarMenuModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CemeteryReportModuleTest.php b/tests/app/Module/CemeteryReportModuleTest.php index 66c881233e..63ec1ba784 100644 --- a/tests/app/Module/CemeteryReportModuleTest.php +++ b/tests/app/Module/CemeteryReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CensusAssistantModuleTest.php b/tests/app/Module/CensusAssistantModuleTest.php index 2d2b8d3ac4..81407ebb7d 100644 --- a/tests/app/Module/CensusAssistantModuleTest.php +++ b/tests/app/Module/CensusAssistantModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ChangeReportModuleTest.php b/tests/app/Module/ChangeReportModuleTest.php index 767610a243..f67d18da7c 100644 --- a/tests/app/Module/ChangeReportModuleTest.php +++ b/tests/app/Module/ChangeReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ChartsBlockModuleTest.php b/tests/app/Module/ChartsBlockModuleTest.php index 9172e5afe5..342da51e67 100644 --- a/tests/app/Module/ChartsBlockModuleTest.php +++ b/tests/app/Module/ChartsBlockModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ChartsMenuModuleTest.php b/tests/app/Module/ChartsMenuModuleTest.php index 45841f7644..abee96574e 100644 --- a/tests/app/Module/ChartsMenuModuleTest.php +++ b/tests/app/Module/ChartsMenuModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CheckForNewVersionTest.php b/tests/app/Module/CheckForNewVersionTest.php index b4dc75b442..5c00fe3fe2 100644 --- a/tests/app/Module/CheckForNewVersionTest.php +++ b/tests/app/Module/CheckForNewVersionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CkeditorModuleTest.php b/tests/app/Module/CkeditorModuleTest.php index 6fdf2356bd..7e7d0da136 100644 --- a/tests/app/Module/CkeditorModuleTest.php +++ b/tests/app/Module/CkeditorModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ClippingsCartModuleTest.php b/tests/app/Module/ClippingsCartModuleTest.php index d1fbfb37e1..1a3a39a16b 100644 --- a/tests/app/Module/ClippingsCartModuleTest.php +++ b/tests/app/Module/ClippingsCartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CloudsThemeTest.php b/tests/app/Module/CloudsThemeTest.php index 032d769ef1..ce75bc793b 100644 --- a/tests/app/Module/CloudsThemeTest.php +++ b/tests/app/Module/CloudsThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ColorsThemeTest.php b/tests/app/Module/ColorsThemeTest.php index f7cc871e48..ccecf1c533 100644 --- a/tests/app/Module/ColorsThemeTest.php +++ b/tests/app/Module/ColorsThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CompactTreeChartModuleTest.php b/tests/app/Module/CompactTreeChartModuleTest.php index e363c44b24..1f43cf140e 100644 --- a/tests/app/Module/CompactTreeChartModuleTest.php +++ b/tests/app/Module/CompactTreeChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ContactsFooterModuleTest.php b/tests/app/Module/ContactsFooterModuleTest.php index d21b67185d..87b3f71b33 100644 --- a/tests/app/Module/ContactsFooterModuleTest.php +++ b/tests/app/Module/ContactsFooterModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CustomCssJsModuleTest.php b/tests/app/Module/CustomCssJsModuleTest.php index 3af083e835..24728d5057 100644 --- a/tests/app/Module/CustomCssJsModuleTest.php +++ b/tests/app/Module/CustomCssJsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/CzechMonarchsAndPresidentsTest.php b/tests/app/Module/CzechMonarchsAndPresidentsTest.php index c092951ae0..7ec33fb14b 100644 --- a/tests/app/Module/CzechMonarchsAndPresidentsTest.php +++ b/tests/app/Module/CzechMonarchsAndPresidentsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/DeathReportModuleTest.php b/tests/app/Module/DeathReportModuleTest.php index c217fe3047..5de5ff2897 100644 --- a/tests/app/Module/DeathReportModuleTest.php +++ b/tests/app/Module/DeathReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/DescendancyChartModuleTest.php b/tests/app/Module/DescendancyChartModuleTest.php index 273df9110d..41550fe955 100644 --- a/tests/app/Module/DescendancyChartModuleTest.php +++ b/tests/app/Module/DescendancyChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/DescendancyModuleTest.php b/tests/app/Module/DescendancyModuleTest.php index ee52d0951b..f13d43eab4 100644 --- a/tests/app/Module/DescendancyModuleTest.php +++ b/tests/app/Module/DescendancyModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php index 608427ef3f..06c5510af0 100644 --- a/tests/app/Module/DescendancyReportModuleTest.php +++ b/tests/app/Module/DescendancyReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/DutchMonarchsTest.php b/tests/app/Module/DutchMonarchsTest.php index d166b081d4..c86963f636 100644 --- a/tests/app/Module/DutchMonarchsTest.php +++ b/tests/app/Module/DutchMonarchsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/DutchPrimeMinistersTest.php b/tests/app/Module/DutchPrimeMinistersTest.php index 9d06417e48..401543501e 100644 --- a/tests/app/Module/DutchPrimeMinistersTest.php +++ b/tests/app/Module/DutchPrimeMinistersTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/EsriMapsTest.php b/tests/app/Module/EsriMapsTest.php index dcff6f5622..7e5e825718 100644 --- a/tests/app/Module/EsriMapsTest.php +++ b/tests/app/Module/EsriMapsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FabThemeTest.php b/tests/app/Module/FabThemeTest.php index 4bee0dcbbd..563c3dd959 100644 --- a/tests/app/Module/FabThemeTest.php +++ b/tests/app/Module/FabThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FactSourcesReportModuleTest.php b/tests/app/Module/FactSourcesReportModuleTest.php index af932df87a..d3498d2471 100644 --- a/tests/app/Module/FactSourcesReportModuleTest.php +++ b/tests/app/Module/FactSourcesReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FamilyBookChartModuleTest.php b/tests/app/Module/FamilyBookChartModuleTest.php index 07a91ff79d..b1cee4ead5 100644 --- a/tests/app/Module/FamilyBookChartModuleTest.php +++ b/tests/app/Module/FamilyBookChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FamilyGroupReportModuleTest.php b/tests/app/Module/FamilyGroupReportModuleTest.php index 0b9a039097..e3d2fb81c1 100644 --- a/tests/app/Module/FamilyGroupReportModuleTest.php +++ b/tests/app/Module/FamilyGroupReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FamilyListModuleTest.php b/tests/app/Module/FamilyListModuleTest.php index 1556a98d1c..07ee9831b4 100644 --- a/tests/app/Module/FamilyListModuleTest.php +++ b/tests/app/Module/FamilyListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FamilyNavigatorModuleTest.php b/tests/app/Module/FamilyNavigatorModuleTest.php index fe5408f3fa..468b6bc647 100644 --- a/tests/app/Module/FamilyNavigatorModuleTest.php +++ b/tests/app/Module/FamilyNavigatorModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FamilyTreeFavoritesModuleTest.php b/tests/app/Module/FamilyTreeFavoritesModuleTest.php index 56b610f79b..3fd0575059 100644 --- a/tests/app/Module/FamilyTreeFavoritesModuleTest.php +++ b/tests/app/Module/FamilyTreeFavoritesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FamilyTreeNewsModuleTest.php b/tests/app/Module/FamilyTreeNewsModuleTest.php index f91ada6589..98eb19aa53 100644 --- a/tests/app/Module/FamilyTreeNewsModuleTest.php +++ b/tests/app/Module/FamilyTreeNewsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FamilyTreeStatisticsModuleTest.php b/tests/app/Module/FamilyTreeStatisticsModuleTest.php index a5a0751032..eb492933f9 100644 --- a/tests/app/Module/FamilyTreeStatisticsModuleTest.php +++ b/tests/app/Module/FamilyTreeStatisticsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FanChartModuleTest.php b/tests/app/Module/FanChartModuleTest.php index 35d051bb75..45803dc84a 100644 --- a/tests/app/Module/FanChartModuleTest.php +++ b/tests/app/Module/FanChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixCemeteryTagTest.php b/tests/app/Module/FixCemeteryTagTest.php index abfaa82a82..206dcaddd2 100644 --- a/tests/app/Module/FixCemeteryTagTest.php +++ b/tests/app/Module/FixCemeteryTagTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixDuplicateLinksTest.php b/tests/app/Module/FixDuplicateLinksTest.php index b46f13a2b2..bd6940d80f 100644 --- a/tests/app/Module/FixDuplicateLinksTest.php +++ b/tests/app/Module/FixDuplicateLinksTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixMissingDeathsTest.php b/tests/app/Module/FixMissingDeathsTest.php index 4c3e552606..6139501303 100644 --- a/tests/app/Module/FixMissingDeathsTest.php +++ b/tests/app/Module/FixMissingDeathsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixNameSlashesAndSpacesTest.php b/tests/app/Module/FixNameSlashesAndSpacesTest.php index bd2c4ee7e2..61c6a58c8c 100644 --- a/tests/app/Module/FixNameSlashesAndSpacesTest.php +++ b/tests/app/Module/FixNameSlashesAndSpacesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixNameTagsTest.php b/tests/app/Module/FixNameTagsTest.php index dec8684a39..3feda79eec 100644 --- a/tests/app/Module/FixNameTagsTest.php +++ b/tests/app/Module/FixNameTagsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixPlaceNamesTest.php b/tests/app/Module/FixPlaceNamesTest.php index 731c3bb259..be731eb938 100644 --- a/tests/app/Module/FixPlaceNamesTest.php +++ b/tests/app/Module/FixPlaceNamesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixPrimaryTagTest.php b/tests/app/Module/FixPrimaryTagTest.php index 32f66d8a76..932e98d9b8 100644 --- a/tests/app/Module/FixPrimaryTagTest.php +++ b/tests/app/Module/FixPrimaryTagTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixSearchAndReplaceTest.php b/tests/app/Module/FixSearchAndReplaceTest.php index ef8b3ac2cb..a58fe122d7 100644 --- a/tests/app/Module/FixSearchAndReplaceTest.php +++ b/tests/app/Module/FixSearchAndReplaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FixWtObjeSortTagTest.php b/tests/app/Module/FixWtObjeSortTagTest.php index 799a91a521..34285a1a0f 100644 --- a/tests/app/Module/FixWtObjeSortTagTest.php +++ b/tests/app/Module/FixWtObjeSortTagTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FrenchHistoryTest.php b/tests/app/Module/FrenchHistoryTest.php index e821062c3b..a4b8de20b3 100644 --- a/tests/app/Module/FrenchHistoryTest.php +++ b/tests/app/Module/FrenchHistoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php b/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php index 8571527efd..1441fd5f9c 100644 --- a/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php +++ b/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/GeonamesAutocompleteTest.php b/tests/app/Module/GeonamesAutocompleteTest.php index 2b5fa582ed..109c720269 100644 --- a/tests/app/Module/GeonamesAutocompleteTest.php +++ b/tests/app/Module/GeonamesAutocompleteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/GoogleAnalyticsModuleTest.php b/tests/app/Module/GoogleAnalyticsModuleTest.php index a1a3d4b40b..2f2be2cfd4 100644 --- a/tests/app/Module/GoogleAnalyticsModuleTest.php +++ b/tests/app/Module/GoogleAnalyticsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/GoogleMapsTest.php b/tests/app/Module/GoogleMapsTest.php index 0036b97ac4..eef804b9c7 100644 --- a/tests/app/Module/GoogleMapsTest.php +++ b/tests/app/Module/GoogleMapsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/GoogleWebmasterToolsModuleTest.php b/tests/app/Module/GoogleWebmasterToolsModuleTest.php index ea3b820339..58459cf5c4 100644 --- a/tests/app/Module/GoogleWebmasterToolsModuleTest.php +++ b/tests/app/Module/GoogleWebmasterToolsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/HereMapsTest.php b/tests/app/Module/HereMapsTest.php index ee8de37efc..86d3a2698f 100644 --- a/tests/app/Module/HereMapsTest.php +++ b/tests/app/Module/HereMapsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/HitCountFooterModuleTest.php b/tests/app/Module/HitCountFooterModuleTest.php index 0ba645f16b..ccced17f19 100644 --- a/tests/app/Module/HitCountFooterModuleTest.php +++ b/tests/app/Module/HitCountFooterModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/HourglassChartModuleTest.php b/tests/app/Module/HourglassChartModuleTest.php index 32921e9c42..059bdd3ff3 100644 --- a/tests/app/Module/HourglassChartModuleTest.php +++ b/tests/app/Module/HourglassChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/HtmlBlockModuleTest.php b/tests/app/Module/HtmlBlockModuleTest.php index ba124db7b4..42ea387e76 100644 --- a/tests/app/Module/HtmlBlockModuleTest.php +++ b/tests/app/Module/HtmlBlockModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/IndividualFactsTabModuleTest.php b/tests/app/Module/IndividualFactsTabModuleTest.php index 69480735ed..e852489b80 100644 --- a/tests/app/Module/IndividualFactsTabModuleTest.php +++ b/tests/app/Module/IndividualFactsTabModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/IndividualFamiliesReportModuleTest.php b/tests/app/Module/IndividualFamiliesReportModuleTest.php index d8c6f1669e..56310ee71a 100644 --- a/tests/app/Module/IndividualFamiliesReportModuleTest.php +++ b/tests/app/Module/IndividualFamiliesReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/IndividualListModuleTest.php b/tests/app/Module/IndividualListModuleTest.php index 35917c3c75..7d68ddb1ba 100644 --- a/tests/app/Module/IndividualListModuleTest.php +++ b/tests/app/Module/IndividualListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/IndividualMetadataModuleTest.php b/tests/app/Module/IndividualMetadataModuleTest.php index b240cce031..698a0e7b91 100644 --- a/tests/app/Module/IndividualMetadataModuleTest.php +++ b/tests/app/Module/IndividualMetadataModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php index 8abc0940c6..01070f9068 100644 --- a/tests/app/Module/IndividualReportModuleTest.php +++ b/tests/app/Module/IndividualReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/InteractiveTree/TreeViewTest.php b/tests/app/Module/InteractiveTree/TreeViewTest.php index ec67d38db0..b0c4f9d4a3 100644 --- a/tests/app/Module/InteractiveTree/TreeViewTest.php +++ b/tests/app/Module/InteractiveTree/TreeViewTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/InteractiveTreeModuleTest.php b/tests/app/Module/InteractiveTreeModuleTest.php index a0c6adb143..f9a231fdc8 100644 --- a/tests/app/Module/InteractiveTreeModuleTest.php +++ b/tests/app/Module/InteractiveTreeModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageAfrikaansTest.php b/tests/app/Module/LanguageAfrikaansTest.php index eb50260555..2fbafb4afa 100644 --- a/tests/app/Module/LanguageAfrikaansTest.php +++ b/tests/app/Module/LanguageAfrikaansTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageAlbanianTest.php b/tests/app/Module/LanguageAlbanianTest.php index d733e58c92..936b84931a 100644 --- a/tests/app/Module/LanguageAlbanianTest.php +++ b/tests/app/Module/LanguageAlbanianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageArabicTest.php b/tests/app/Module/LanguageArabicTest.php index 515a293bb7..3045c85f80 100644 --- a/tests/app/Module/LanguageArabicTest.php +++ b/tests/app/Module/LanguageArabicTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageBosnianTest.php b/tests/app/Module/LanguageBosnianTest.php index 8aa05ea119..a35806a9d9 100644 --- a/tests/app/Module/LanguageBosnianTest.php +++ b/tests/app/Module/LanguageBosnianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageBulgarianTest.php b/tests/app/Module/LanguageBulgarianTest.php index 79d2f0d402..bc21318ca2 100644 --- a/tests/app/Module/LanguageBulgarianTest.php +++ b/tests/app/Module/LanguageBulgarianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageCatalanTest.php b/tests/app/Module/LanguageCatalanTest.php index f348979b5d..bf9e49c412 100644 --- a/tests/app/Module/LanguageCatalanTest.php +++ b/tests/app/Module/LanguageCatalanTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageChineseSimplifiedTest.php b/tests/app/Module/LanguageChineseSimplifiedTest.php index 63a55c4750..2df3ac57aa 100644 --- a/tests/app/Module/LanguageChineseSimplifiedTest.php +++ b/tests/app/Module/LanguageChineseSimplifiedTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageChineseTraditionalTest.php b/tests/app/Module/LanguageChineseTraditionalTest.php index a7ad6c496f..691dde133a 100644 --- a/tests/app/Module/LanguageChineseTraditionalTest.php +++ b/tests/app/Module/LanguageChineseTraditionalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageCroatianTest.php b/tests/app/Module/LanguageCroatianTest.php index adb1cbb454..0999a12da9 100644 --- a/tests/app/Module/LanguageCroatianTest.php +++ b/tests/app/Module/LanguageCroatianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageCzechTest.php b/tests/app/Module/LanguageCzechTest.php index 377f7a5466..94842345a7 100644 --- a/tests/app/Module/LanguageCzechTest.php +++ b/tests/app/Module/LanguageCzechTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageDanishTest.php b/tests/app/Module/LanguageDanishTest.php index ed8e33c864..9e9543876c 100644 --- a/tests/app/Module/LanguageDanishTest.php +++ b/tests/app/Module/LanguageDanishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageDivehiTest.php b/tests/app/Module/LanguageDivehiTest.php index 61cc6462c7..dd0a8a00bd 100644 --- a/tests/app/Module/LanguageDivehiTest.php +++ b/tests/app/Module/LanguageDivehiTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageDutchTest.php b/tests/app/Module/LanguageDutchTest.php index c36708612b..fac3854281 100644 --- a/tests/app/Module/LanguageDutchTest.php +++ b/tests/app/Module/LanguageDutchTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageEnglishAustraliaTest.php b/tests/app/Module/LanguageEnglishAustraliaTest.php index 88b9b7af5a..b4186cbab3 100644 --- a/tests/app/Module/LanguageEnglishAustraliaTest.php +++ b/tests/app/Module/LanguageEnglishAustraliaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageEnglishGreatBritainTest.php b/tests/app/Module/LanguageEnglishGreatBritainTest.php index 790c20d656..a8f112d10c 100644 --- a/tests/app/Module/LanguageEnglishGreatBritainTest.php +++ b/tests/app/Module/LanguageEnglishGreatBritainTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageEnglishUnitedStatesTest.php b/tests/app/Module/LanguageEnglishUnitedStatesTest.php index d6a1a9dc99..8280662537 100644 --- a/tests/app/Module/LanguageEnglishUnitedStatesTest.php +++ b/tests/app/Module/LanguageEnglishUnitedStatesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageEstonianTest.php b/tests/app/Module/LanguageEstonianTest.php index 32fae9f77a..9cf0d0a952 100644 --- a/tests/app/Module/LanguageEstonianTest.php +++ b/tests/app/Module/LanguageEstonianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageFaroeseTest.php b/tests/app/Module/LanguageFaroeseTest.php index 0de78506b0..a37bd625ef 100644 --- a/tests/app/Module/LanguageFaroeseTest.php +++ b/tests/app/Module/LanguageFaroeseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageFarsiTest.php b/tests/app/Module/LanguageFarsiTest.php index f4b4959147..5731bb1313 100644 --- a/tests/app/Module/LanguageFarsiTest.php +++ b/tests/app/Module/LanguageFarsiTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageFinnishTest.php b/tests/app/Module/LanguageFinnishTest.php index f39a269319..db4943f803 100644 --- a/tests/app/Module/LanguageFinnishTest.php +++ b/tests/app/Module/LanguageFinnishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageFrenchCanadaTest.php b/tests/app/Module/LanguageFrenchCanadaTest.php index 095f465b31..af15450578 100644 --- a/tests/app/Module/LanguageFrenchCanadaTest.php +++ b/tests/app/Module/LanguageFrenchCanadaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageFrenchTest.php b/tests/app/Module/LanguageFrenchTest.php index 2a46ff1c36..588e227d5c 100644 --- a/tests/app/Module/LanguageFrenchTest.php +++ b/tests/app/Module/LanguageFrenchTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageGalicianTest.php b/tests/app/Module/LanguageGalicianTest.php index d87ba914ee..88b07fd562 100644 --- a/tests/app/Module/LanguageGalicianTest.php +++ b/tests/app/Module/LanguageGalicianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageGeorgianTest.php b/tests/app/Module/LanguageGeorgianTest.php index f3049050c1..33cc554de5 100644 --- a/tests/app/Module/LanguageGeorgianTest.php +++ b/tests/app/Module/LanguageGeorgianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageGermanTest.php b/tests/app/Module/LanguageGermanTest.php index 559c7d4183..31b46c1c6d 100644 --- a/tests/app/Module/LanguageGermanTest.php +++ b/tests/app/Module/LanguageGermanTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageGreekTest.php b/tests/app/Module/LanguageGreekTest.php index f4aee6a098..26737c1b2f 100644 --- a/tests/app/Module/LanguageGreekTest.php +++ b/tests/app/Module/LanguageGreekTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageHebrewTest.php b/tests/app/Module/LanguageHebrewTest.php index 73939a16ed..d5bed099f5 100644 --- a/tests/app/Module/LanguageHebrewTest.php +++ b/tests/app/Module/LanguageHebrewTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageHindiTest.php b/tests/app/Module/LanguageHindiTest.php index 894a15c8da..9338653d8a 100644 --- a/tests/app/Module/LanguageHindiTest.php +++ b/tests/app/Module/LanguageHindiTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageHungarianTest.php b/tests/app/Module/LanguageHungarianTest.php index 3f6f95065e..9997e70b4c 100644 --- a/tests/app/Module/LanguageHungarianTest.php +++ b/tests/app/Module/LanguageHungarianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageIcelandicTest.php b/tests/app/Module/LanguageIcelandicTest.php index 7f82daa7a9..0a7ee3ae3e 100644 --- a/tests/app/Module/LanguageIcelandicTest.php +++ b/tests/app/Module/LanguageIcelandicTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageIndonesianTest.php b/tests/app/Module/LanguageIndonesianTest.php index e5af647797..3b3eae8c31 100644 --- a/tests/app/Module/LanguageIndonesianTest.php +++ b/tests/app/Module/LanguageIndonesianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageItalianTest.php b/tests/app/Module/LanguageItalianTest.php index 598b56c897..c0d424ce24 100644 --- a/tests/app/Module/LanguageItalianTest.php +++ b/tests/app/Module/LanguageItalianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageJapaneseTest.php b/tests/app/Module/LanguageJapaneseTest.php index a2a7f82375..8a2d90e89d 100644 --- a/tests/app/Module/LanguageJapaneseTest.php +++ b/tests/app/Module/LanguageJapaneseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageJavaneseTest.php b/tests/app/Module/LanguageJavaneseTest.php index b87453b804..ea42d83161 100644 --- a/tests/app/Module/LanguageJavaneseTest.php +++ b/tests/app/Module/LanguageJavaneseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageKazhakTest.php b/tests/app/Module/LanguageKazhakTest.php index 74d52a4a96..180d0ab373 100644 --- a/tests/app/Module/LanguageKazhakTest.php +++ b/tests/app/Module/LanguageKazhakTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageKoreanTest.php b/tests/app/Module/LanguageKoreanTest.php index 58fbf7dde0..36d74b3ad7 100644 --- a/tests/app/Module/LanguageKoreanTest.php +++ b/tests/app/Module/LanguageKoreanTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageKurdishTest.php b/tests/app/Module/LanguageKurdishTest.php index 9fefd04c33..f442ef9fb0 100644 --- a/tests/app/Module/LanguageKurdishTest.php +++ b/tests/app/Module/LanguageKurdishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageLatvianTest.php b/tests/app/Module/LanguageLatvianTest.php index dd11697f22..33b1a7f34c 100644 --- a/tests/app/Module/LanguageLatvianTest.php +++ b/tests/app/Module/LanguageLatvianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageLingalaTest.php b/tests/app/Module/LanguageLingalaTest.php index d8c51dc0f3..0807c756c1 100644 --- a/tests/app/Module/LanguageLingalaTest.php +++ b/tests/app/Module/LanguageLingalaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageLithuanianTest.php b/tests/app/Module/LanguageLithuanianTest.php index f15415dc91..93fc790776 100644 --- a/tests/app/Module/LanguageLithuanianTest.php +++ b/tests/app/Module/LanguageLithuanianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageMalayTest.php b/tests/app/Module/LanguageMalayTest.php index daa390d676..b17dd9eab9 100644 --- a/tests/app/Module/LanguageMalayTest.php +++ b/tests/app/Module/LanguageMalayTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageMaoriTest.php b/tests/app/Module/LanguageMaoriTest.php index 2f24da0ff1..5050df8b20 100644 --- a/tests/app/Module/LanguageMaoriTest.php +++ b/tests/app/Module/LanguageMaoriTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageMarathiTest.php b/tests/app/Module/LanguageMarathiTest.php index afda3ec684..b6d9888ccc 100644 --- a/tests/app/Module/LanguageMarathiTest.php +++ b/tests/app/Module/LanguageMarathiTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageNepaleseTest.php b/tests/app/Module/LanguageNepaleseTest.php index da57afb594..5aa874afd4 100644 --- a/tests/app/Module/LanguageNepaleseTest.php +++ b/tests/app/Module/LanguageNepaleseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageNorwegianBokmalTest.php b/tests/app/Module/LanguageNorwegianBokmalTest.php index a34a18868d..93c2af5f72 100644 --- a/tests/app/Module/LanguageNorwegianBokmalTest.php +++ b/tests/app/Module/LanguageNorwegianBokmalTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageNorwegianNynorskTest.php b/tests/app/Module/LanguageNorwegianNynorskTest.php index 13e90c829d..5f9d80e3bb 100644 --- a/tests/app/Module/LanguageNorwegianNynorskTest.php +++ b/tests/app/Module/LanguageNorwegianNynorskTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageOccitanTest.php b/tests/app/Module/LanguageOccitanTest.php index 2a0ff5fd29..1af9b90106 100644 --- a/tests/app/Module/LanguageOccitanTest.php +++ b/tests/app/Module/LanguageOccitanTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguagePolishTest.php b/tests/app/Module/LanguagePolishTest.php index 5c9eaf72b3..e6fc2150cb 100644 --- a/tests/app/Module/LanguagePolishTest.php +++ b/tests/app/Module/LanguagePolishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguagePortugueseBrazilTest.php b/tests/app/Module/LanguagePortugueseBrazilTest.php index eb64c38c1a..ebf676f609 100644 --- a/tests/app/Module/LanguagePortugueseBrazilTest.php +++ b/tests/app/Module/LanguagePortugueseBrazilTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguagePortugueseTest.php b/tests/app/Module/LanguagePortugueseTest.php index eabeda992c..3d0ac8fbb9 100644 --- a/tests/app/Module/LanguagePortugueseTest.php +++ b/tests/app/Module/LanguagePortugueseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageRomanianTest.php b/tests/app/Module/LanguageRomanianTest.php index d6e665d5c5..5e4bfc0b15 100644 --- a/tests/app/Module/LanguageRomanianTest.php +++ b/tests/app/Module/LanguageRomanianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageRussianTest.php b/tests/app/Module/LanguageRussianTest.php index 010b0b9e81..1eb32d39df 100644 --- a/tests/app/Module/LanguageRussianTest.php +++ b/tests/app/Module/LanguageRussianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSerbianLatinTest.php b/tests/app/Module/LanguageSerbianLatinTest.php index 11b00c7ff8..1c757fe627 100644 --- a/tests/app/Module/LanguageSerbianLatinTest.php +++ b/tests/app/Module/LanguageSerbianLatinTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSerbianTest.php b/tests/app/Module/LanguageSerbianTest.php index 6fc1c764cd..209fd0fdf7 100644 --- a/tests/app/Module/LanguageSerbianTest.php +++ b/tests/app/Module/LanguageSerbianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSlovakianTest.php b/tests/app/Module/LanguageSlovakianTest.php index e4a84a80cc..21715c2f81 100644 --- a/tests/app/Module/LanguageSlovakianTest.php +++ b/tests/app/Module/LanguageSlovakianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSlovenianTest.php b/tests/app/Module/LanguageSlovenianTest.php index 029d910bd1..82842077c6 100644 --- a/tests/app/Module/LanguageSlovenianTest.php +++ b/tests/app/Module/LanguageSlovenianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSpanishTest.php b/tests/app/Module/LanguageSpanishTest.php index 3d9d6eed95..b7fe4701d0 100644 --- a/tests/app/Module/LanguageSpanishTest.php +++ b/tests/app/Module/LanguageSpanishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSundaneseTest.php b/tests/app/Module/LanguageSundaneseTest.php index 8f6c55073b..eeed5879b9 100644 --- a/tests/app/Module/LanguageSundaneseTest.php +++ b/tests/app/Module/LanguageSundaneseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSwahiliTest.php b/tests/app/Module/LanguageSwahiliTest.php index cd526b3efc..d96c11b534 100644 --- a/tests/app/Module/LanguageSwahiliTest.php +++ b/tests/app/Module/LanguageSwahiliTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageSwedishTest.php b/tests/app/Module/LanguageSwedishTest.php index 43c943f361..aead8862ba 100644 --- a/tests/app/Module/LanguageSwedishTest.php +++ b/tests/app/Module/LanguageSwedishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageTagalogTest.php b/tests/app/Module/LanguageTagalogTest.php index 2801b914ee..3a692ff645 100644 --- a/tests/app/Module/LanguageTagalogTest.php +++ b/tests/app/Module/LanguageTagalogTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageTamilTest.php b/tests/app/Module/LanguageTamilTest.php index f37c2243f9..3bd3dbc85e 100644 --- a/tests/app/Module/LanguageTamilTest.php +++ b/tests/app/Module/LanguageTamilTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageTatarTest.php b/tests/app/Module/LanguageTatarTest.php index f9b9319273..5db8a6f0df 100644 --- a/tests/app/Module/LanguageTatarTest.php +++ b/tests/app/Module/LanguageTatarTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageThaiTest.php b/tests/app/Module/LanguageThaiTest.php index 49cb112262..2808716f62 100644 --- a/tests/app/Module/LanguageThaiTest.php +++ b/tests/app/Module/LanguageThaiTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageTurkishTest.php b/tests/app/Module/LanguageTurkishTest.php index 8c802fa595..d2b8700b04 100644 --- a/tests/app/Module/LanguageTurkishTest.php +++ b/tests/app/Module/LanguageTurkishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageUkranianTest.php b/tests/app/Module/LanguageUkranianTest.php index 068be1ae87..7b13713560 100644 --- a/tests/app/Module/LanguageUkranianTest.php +++ b/tests/app/Module/LanguageUkranianTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageUrduTest.php b/tests/app/Module/LanguageUrduTest.php index 90673129a1..902d50f4a8 100644 --- a/tests/app/Module/LanguageUrduTest.php +++ b/tests/app/Module/LanguageUrduTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageVietnameseTest.php b/tests/app/Module/LanguageVietnameseTest.php index a9c4dc457e..ed6ae1826e 100644 --- a/tests/app/Module/LanguageVietnameseTest.php +++ b/tests/app/Module/LanguageVietnameseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageWelshTest.php b/tests/app/Module/LanguageWelshTest.php index b3fffe344d..c5463f058d 100644 --- a/tests/app/Module/LanguageWelshTest.php +++ b/tests/app/Module/LanguageWelshTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LanguageYiddishTest.php b/tests/app/Module/LanguageYiddishTest.php index 9ec3cb43a7..105b0bcd3a 100644 --- a/tests/app/Module/LanguageYiddishTest.php +++ b/tests/app/Module/LanguageYiddishTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LifespansChartModuleTest.php b/tests/app/Module/LifespansChartModuleTest.php index 0978c2663a..a3caba4d84 100644 --- a/tests/app/Module/LifespansChartModuleTest.php +++ b/tests/app/Module/LifespansChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ListsMenuModuleTest.php b/tests/app/Module/ListsMenuModuleTest.php index c803b1d9a5..bab7d390aa 100644 --- a/tests/app/Module/ListsMenuModuleTest.php +++ b/tests/app/Module/ListsMenuModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LocationListModuleTest.php b/tests/app/Module/LocationListModuleTest.php index 78248b9b5e..7b33ce920a 100644 --- a/tests/app/Module/LocationListModuleTest.php +++ b/tests/app/Module/LocationListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LoggedInUsersModuleTest.php b/tests/app/Module/LoggedInUsersModuleTest.php index 36cc4c26b1..6fe35dc62e 100644 --- a/tests/app/Module/LoggedInUsersModuleTest.php +++ b/tests/app/Module/LoggedInUsersModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LoginBlockModuleTest.php b/tests/app/Module/LoginBlockModuleTest.php index 3fff8f22f0..670743c7c5 100644 --- a/tests/app/Module/LoginBlockModuleTest.php +++ b/tests/app/Module/LoginBlockModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/LowCountriesRulersTest.php b/tests/app/Module/LowCountriesRulersTest.php index 1e40c7f653..50a2151873 100644 --- a/tests/app/Module/LowCountriesRulersTest.php +++ b/tests/app/Module/LowCountriesRulersTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MapBoxTest.php b/tests/app/Module/MapBoxTest.php index 0d41bebfa3..2965979858 100644 --- a/tests/app/Module/MapBoxTest.php +++ b/tests/app/Module/MapBoxTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MapGeoLocationGeonamesTest.php b/tests/app/Module/MapGeoLocationGeonamesTest.php index c62222c101..782b6369e2 100644 --- a/tests/app/Module/MapGeoLocationGeonamesTest.php +++ b/tests/app/Module/MapGeoLocationGeonamesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MapGeoLocationNominatimTest.php b/tests/app/Module/MapGeoLocationNominatimTest.php index 91bc2805a9..a858e0cd32 100644 --- a/tests/app/Module/MapGeoLocationNominatimTest.php +++ b/tests/app/Module/MapGeoLocationNominatimTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MapGeoLocationOpenRouteServiceTest.php b/tests/app/Module/MapGeoLocationOpenRouteServiceTest.php index e7fb60d85d..efa96348a4 100644 --- a/tests/app/Module/MapGeoLocationOpenRouteServiceTest.php +++ b/tests/app/Module/MapGeoLocationOpenRouteServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MapLinkBingTest.php b/tests/app/Module/MapLinkBingTest.php index cfe9f3b86d..12d34bcbbc 100644 --- a/tests/app/Module/MapLinkBingTest.php +++ b/tests/app/Module/MapLinkBingTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MapLinkGoogleTest.php b/tests/app/Module/MapLinkGoogleTest.php index c379c43009..a23173ce4b 100644 --- a/tests/app/Module/MapLinkGoogleTest.php +++ b/tests/app/Module/MapLinkGoogleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MapLinkOpenStreetMapTest.php b/tests/app/Module/MapLinkOpenStreetMapTest.php index 59eda39985..731c0ee34d 100644 --- a/tests/app/Module/MapLinkOpenStreetMapTest.php +++ b/tests/app/Module/MapLinkOpenStreetMapTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MarriageReportModuleTest.php b/tests/app/Module/MarriageReportModuleTest.php index 61833f9240..c3863daa94 100644 --- a/tests/app/Module/MarriageReportModuleTest.php +++ b/tests/app/Module/MarriageReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MatomoAnalyticsModuleTest.php b/tests/app/Module/MatomoAnalyticsModuleTest.php index 4f4b965985..47800ab4e5 100644 --- a/tests/app/Module/MatomoAnalyticsModuleTest.php +++ b/tests/app/Module/MatomoAnalyticsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MediaListModuleTest.php b/tests/app/Module/MediaListModuleTest.php index cc421efd4c..46222b7690 100644 --- a/tests/app/Module/MediaListModuleTest.php +++ b/tests/app/Module/MediaListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MediaTabModuleTest.php b/tests/app/Module/MediaTabModuleTest.php index ea30e61690..4c61125453 100644 --- a/tests/app/Module/MediaTabModuleTest.php +++ b/tests/app/Module/MediaTabModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MinimalThemeTest.php b/tests/app/Module/MinimalThemeTest.php index a7c2f91438..be78824723 100644 --- a/tests/app/Module/MinimalThemeTest.php +++ b/tests/app/Module/MinimalThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/MissingFactsReportModuleTest.php b/tests/app/Module/MissingFactsReportModuleTest.php index 8de25ebcbb..cf9e0dce4c 100644 --- a/tests/app/Module/MissingFactsReportModuleTest.php +++ b/tests/app/Module/MissingFactsReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/NewZealandPrimeMinistersTest.php b/tests/app/Module/NewZealandPrimeMinistersTest.php index 42de6d1d40..43e0efb966 100644 --- a/tests/app/Module/NewZealandPrimeMinistersTest.php +++ b/tests/app/Module/NewZealandPrimeMinistersTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/NoteListModuleTest.php b/tests/app/Module/NoteListModuleTest.php index 3c78fa948b..f1bc7a20d3 100644 --- a/tests/app/Module/NoteListModuleTest.php +++ b/tests/app/Module/NoteListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/NotesTabModuleTest.php b/tests/app/Module/NotesTabModuleTest.php index dd2877d7e6..89846eea10 100644 --- a/tests/app/Module/NotesTabModuleTest.php +++ b/tests/app/Module/NotesTabModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/OccupationReportModuleTest.php b/tests/app/Module/OccupationReportModuleTest.php index 36dd3fa91e..eabe16c821 100644 --- a/tests/app/Module/OccupationReportModuleTest.php +++ b/tests/app/Module/OccupationReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/OnThisDayModuleTest.php b/tests/app/Module/OnThisDayModuleTest.php index a2a6737d1d..60031a3286 100644 --- a/tests/app/Module/OnThisDayModuleTest.php +++ b/tests/app/Module/OnThisDayModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/OpenRouteServiceAutocompleteTest.php b/tests/app/Module/OpenRouteServiceAutocompleteTest.php index 839db9761a..7a69d3ddc5 100644 --- a/tests/app/Module/OpenRouteServiceAutocompleteTest.php +++ b/tests/app/Module/OpenRouteServiceAutocompleteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/OpenStreetMapTest.php b/tests/app/Module/OpenStreetMapTest.php index 415faeb45e..93e73b8591 100644 --- a/tests/app/Module/OpenStreetMapTest.php +++ b/tests/app/Module/OpenStreetMapTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/PedigreeChartModuleTest.php b/tests/app/Module/PedigreeChartModuleTest.php index d7fbdba17c..32d15fce5c 100644 --- a/tests/app/Module/PedigreeChartModuleTest.php +++ b/tests/app/Module/PedigreeChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/PedigreeMapModuleTest.php b/tests/app/Module/PedigreeMapModuleTest.php index 895565a055..98db89b4aa 100644 --- a/tests/app/Module/PedigreeMapModuleTest.php +++ b/tests/app/Module/PedigreeMapModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/PedigreeReportModuleTest.php b/tests/app/Module/PedigreeReportModuleTest.php index 105be8daed..19042d8e77 100644 --- a/tests/app/Module/PedigreeReportModuleTest.php +++ b/tests/app/Module/PedigreeReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/PlaceHierarchyListModuleTest.php b/tests/app/Module/PlaceHierarchyListModuleTest.php index 72eae46519..51d5ca8542 100644 --- a/tests/app/Module/PlaceHierarchyListModuleTest.php +++ b/tests/app/Module/PlaceHierarchyListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/PlacesModuleTest.php b/tests/app/Module/PlacesModuleTest.php index aa591fc55c..011aaacc12 100644 --- a/tests/app/Module/PlacesModuleTest.php +++ b/tests/app/Module/PlacesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/PoweredByWebtreesModuleTest.php b/tests/app/Module/PoweredByWebtreesModuleTest.php index c330782042..2325290853 100644 --- a/tests/app/Module/PoweredByWebtreesModuleTest.php +++ b/tests/app/Module/PoweredByWebtreesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/PrivacyPolicyTest.php b/tests/app/Module/PrivacyPolicyTest.php index 0c3c993beb..966162dab5 100644 --- a/tests/app/Module/PrivacyPolicyTest.php +++ b/tests/app/Module/PrivacyPolicyTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/RecentChangesModuleTest.php b/tests/app/Module/RecentChangesModuleTest.php index d4746bd802..b4ff89b856 100644 --- a/tests/app/Module/RecentChangesModuleTest.php +++ b/tests/app/Module/RecentChangesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/RedirectLegacyUrlsModuleTest.php b/tests/app/Module/RedirectLegacyUrlsModuleTest.php index d425995aef..b9138229e1 100644 --- a/tests/app/Module/RedirectLegacyUrlsModuleTest.php +++ b/tests/app/Module/RedirectLegacyUrlsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/RelatedIndividualsReportModuleTest.php b/tests/app/Module/RelatedIndividualsReportModuleTest.php index 652044f99d..6b0939dd3f 100644 --- a/tests/app/Module/RelatedIndividualsReportModuleTest.php +++ b/tests/app/Module/RelatedIndividualsReportModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/RelationshipsChartModuleTest.php b/tests/app/Module/RelationshipsChartModuleTest.php index ab202b92eb..06aea02ef2 100644 --- a/tests/app/Module/RelationshipsChartModuleTest.php +++ b/tests/app/Module/RelationshipsChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/RelativesTabModuleTest.php b/tests/app/Module/RelativesTabModuleTest.php index 0297b2287f..3c9546c179 100644 --- a/tests/app/Module/RelativesTabModuleTest.php +++ b/tests/app/Module/RelativesTabModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ReportsMenuModuleTest.php b/tests/app/Module/ReportsMenuModuleTest.php index 8b83f39cce..322ae6a2f6 100644 --- a/tests/app/Module/ReportsMenuModuleTest.php +++ b/tests/app/Module/ReportsMenuModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/RepositoryListModuleTest.php b/tests/app/Module/RepositoryListModuleTest.php index e88da5a68f..7947904d45 100644 --- a/tests/app/Module/RepositoryListModuleTest.php +++ b/tests/app/Module/RepositoryListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ResearchTaskModuleTest.php b/tests/app/Module/ResearchTaskModuleTest.php index 3045d21eff..f83664b932 100644 --- a/tests/app/Module/ResearchTaskModuleTest.php +++ b/tests/app/Module/ResearchTaskModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ReviewChangesModuleTest.php b/tests/app/Module/ReviewChangesModuleTest.php index 4b9353529b..8a73db7430 100644 --- a/tests/app/Module/ReviewChangesModuleTest.php +++ b/tests/app/Module/ReviewChangesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/SearchMenuModuleTest.php b/tests/app/Module/SearchMenuModuleTest.php index 1cba61636c..1355d36600 100644 --- a/tests/app/Module/SearchMenuModuleTest.php +++ b/tests/app/Module/SearchMenuModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ShareAnniversaryModuleTest.php b/tests/app/Module/ShareAnniversaryModuleTest.php index 9b2819dc6d..99c89042a4 100644 --- a/tests/app/Module/ShareAnniversaryModuleTest.php +++ b/tests/app/Module/ShareAnniversaryModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ShareUrlModuleTest.php b/tests/app/Module/ShareUrlModuleTest.php index 44f0259c62..92b1de9d2c 100644 --- a/tests/app/Module/ShareUrlModuleTest.php +++ b/tests/app/Module/ShareUrlModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/SiteMapModuleTest.php b/tests/app/Module/SiteMapModuleTest.php index 50b1087a53..9d6d7c9431 100644 --- a/tests/app/Module/SiteMapModuleTest.php +++ b/tests/app/Module/SiteMapModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/SlideShowModuleTest.php b/tests/app/Module/SlideShowModuleTest.php index 5504612377..25ed1b6049 100644 --- a/tests/app/Module/SlideShowModuleTest.php +++ b/tests/app/Module/SlideShowModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/SourceListModuleTest.php b/tests/app/Module/SourceListModuleTest.php index 3e057fb69f..2f9307b69c 100644 --- a/tests/app/Module/SourceListModuleTest.php +++ b/tests/app/Module/SourceListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/SourcesTabModuleTest.php b/tests/app/Module/SourcesTabModuleTest.php index 0df62b4871..a234921d89 100644 --- a/tests/app/Module/SourcesTabModuleTest.php +++ b/tests/app/Module/SourcesTabModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/StatcounterModuleTest.php b/tests/app/Module/StatcounterModuleTest.php index b63bde217a..aaaee138fc 100644 --- a/tests/app/Module/StatcounterModuleTest.php +++ b/tests/app/Module/StatcounterModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/StatisticsChartModuleTest.php b/tests/app/Module/StatisticsChartModuleTest.php index 0dfa2c302f..1e1e3feae5 100644 --- a/tests/app/Module/StatisticsChartModuleTest.php +++ b/tests/app/Module/StatisticsChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/StoriesModuleTest.php b/tests/app/Module/StoriesModuleTest.php index e8067cff9b..e496e46b69 100644 --- a/tests/app/Module/StoriesModuleTest.php +++ b/tests/app/Module/StoriesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/SubmitterListModuleTest.php b/tests/app/Module/SubmitterListModuleTest.php index 5e8b4c9222..b4499605a7 100644 --- a/tests/app/Module/SubmitterListModuleTest.php +++ b/tests/app/Module/SubmitterListModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/ThemeSelectModuleTest.php b/tests/app/Module/ThemeSelectModuleTest.php index f555052e40..dc4ffba9b7 100644 --- a/tests/app/Module/ThemeSelectModuleTest.php +++ b/tests/app/Module/ThemeSelectModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/TimelineChartModuleTest.php b/tests/app/Module/TimelineChartModuleTest.php index cd49411338..ca083052b7 100644 --- a/tests/app/Module/TimelineChartModuleTest.php +++ b/tests/app/Module/TimelineChartModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/TopGivenNamesModuleTest.php b/tests/app/Module/TopGivenNamesModuleTest.php index 1a3b90276e..3749d55e2d 100644 --- a/tests/app/Module/TopGivenNamesModuleTest.php +++ b/tests/app/Module/TopGivenNamesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/TopPageViewsModuleTest.php b/tests/app/Module/TopPageViewsModuleTest.php index 93da11eb18..1ac56b84ee 100644 --- a/tests/app/Module/TopPageViewsModuleTest.php +++ b/tests/app/Module/TopPageViewsModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/TopSurnamesModuleTest.php b/tests/app/Module/TopSurnamesModuleTest.php index 67dd18d40d..96d280b1ed 100644 --- a/tests/app/Module/TopSurnamesModuleTest.php +++ b/tests/app/Module/TopSurnamesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/TreesMenuModuleTest.php b/tests/app/Module/TreesMenuModuleTest.php index ec1971c080..bdca5b6100 100644 --- a/tests/app/Module/TreesMenuModuleTest.php +++ b/tests/app/Module/TreesMenuModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/USPresidentsTest.php b/tests/app/Module/USPresidentsTest.php index 6b47953b30..08b5c417bd 100644 --- a/tests/app/Module/USPresidentsTest.php +++ b/tests/app/Module/USPresidentsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/UpcomingAnniversariesModuleTest.php b/tests/app/Module/UpcomingAnniversariesModuleTest.php index 07564a6eac..049f4e0d7a 100644 --- a/tests/app/Module/UpcomingAnniversariesModuleTest.php +++ b/tests/app/Module/UpcomingAnniversariesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/UserFavoritesModuleTest.php b/tests/app/Module/UserFavoritesModuleTest.php index 7c946d25cb..f5809e7587 100644 --- a/tests/app/Module/UserFavoritesModuleTest.php +++ b/tests/app/Module/UserFavoritesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/UserJournalModuleTest.php b/tests/app/Module/UserJournalModuleTest.php index 4d09c4fddc..d84b3c412f 100644 --- a/tests/app/Module/UserJournalModuleTest.php +++ b/tests/app/Module/UserJournalModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/UserMessagesModuleTest.php b/tests/app/Module/UserMessagesModuleTest.php index e74dc68900..620b7900f7 100644 --- a/tests/app/Module/UserMessagesModuleTest.php +++ b/tests/app/Module/UserMessagesModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/UserWelcomeModuleTest.php b/tests/app/Module/UserWelcomeModuleTest.php index 141aada612..dd9064f37c 100644 --- a/tests/app/Module/UserWelcomeModuleTest.php +++ b/tests/app/Module/UserWelcomeModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/WebtreesThemeTest.php b/tests/app/Module/WebtreesThemeTest.php index 6576b567f3..1bb920ed93 100644 --- a/tests/app/Module/WebtreesThemeTest.php +++ b/tests/app/Module/WebtreesThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/WelcomeBlockModuleTest.php b/tests/app/Module/WelcomeBlockModuleTest.php index 9dfd0faab0..45ebe95a49 100644 --- a/tests/app/Module/WelcomeBlockModuleTest.php +++ b/tests/app/Module/WelcomeBlockModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/XeneaThemeTest.php b/tests/app/Module/XeneaThemeTest.php index 079e11b9d0..8c5952b242 100644 --- a/tests/app/Module/XeneaThemeTest.php +++ b/tests/app/Module/XeneaThemeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Module/YahrzeitModuleTest.php b/tests/app/Module/YahrzeitModuleTest.php index c3594a08e2..ff246200cf 100644 --- a/tests/app/Module/YahrzeitModuleTest.php +++ b/tests/app/Module/YahrzeitModuleTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/NoReplyUserTest.php b/tests/app/NoReplyUserTest.php index ad1b7eab18..badad92193 100644 --- a/tests/app/NoReplyUserTest.php +++ b/tests/app/NoReplyUserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/NoteTest.php b/tests/app/NoteTest.php index da3104a3f6..a9bad1077b 100644 --- a/tests/app/NoteTest.php +++ b/tests/app/NoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/PlaceLocationTest.php b/tests/app/PlaceLocationTest.php index 77d2e5f7be..1b7ac583d2 100644 --- a/tests/app/PlaceLocationTest.php +++ b/tests/app/PlaceLocationTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/PlaceTest.php b/tests/app/PlaceTest.php index 18623452b3..38b8f9d063 100644 --- a/tests/app/PlaceTest.php +++ b/tests/app/PlaceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/RegistryTest.php b/tests/app/RegistryTest.php index 8beda0161e..617d42bf03 100644 --- a/tests/app/RegistryTest.php +++ b/tests/app/RegistryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/RelationshipTest.php b/tests/app/RelationshipTest.php index 76c61519aa..fce390fd59 100644 --- a/tests/app/RelationshipTest.php +++ b/tests/app/RelationshipTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/HtmlRendererTest.php b/tests/app/Report/HtmlRendererTest.php index 4e2cd7ac0e..e842e659fd 100644 --- a/tests/app/Report/HtmlRendererTest.php +++ b/tests/app/Report/HtmlRendererTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/PdfRendererTest.php b/tests/app/Report/PdfRendererTest.php index 4a8b056da1..7da7f6700b 100644 --- a/tests/app/Report/PdfRendererTest.php +++ b/tests/app/Report/PdfRendererTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportBaseCellTest.php b/tests/app/Report/ReportBaseCellTest.php index de9f731a77..ba34cf2902 100644 --- a/tests/app/Report/ReportBaseCellTest.php +++ b/tests/app/Report/ReportBaseCellTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportBaseElementTest.php b/tests/app/Report/ReportBaseElementTest.php index 3585ac5d7a..a3dc9d5fd8 100644 --- a/tests/app/Report/ReportBaseElementTest.php +++ b/tests/app/Report/ReportBaseElementTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportBaseFootnoteTest.php b/tests/app/Report/ReportBaseFootnoteTest.php index 224388e3a1..7a79e83e79 100644 --- a/tests/app/Report/ReportBaseFootnoteTest.php +++ b/tests/app/Report/ReportBaseFootnoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportBaseImageTest.php b/tests/app/Report/ReportBaseImageTest.php index 524037a7f5..881685d6b0 100644 --- a/tests/app/Report/ReportBaseImageTest.php +++ b/tests/app/Report/ReportBaseImageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportBaseLineTest.php b/tests/app/Report/ReportBaseLineTest.php index 75e633968f..27a8632d63 100644 --- a/tests/app/Report/ReportBaseLineTest.php +++ b/tests/app/Report/ReportBaseLineTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportBaseTextTest.php b/tests/app/Report/ReportBaseTextTest.php index cd43e6a12b..57f9771ac7 100644 --- a/tests/app/Report/ReportBaseTextTest.php +++ b/tests/app/Report/ReportBaseTextTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportBaseTextboxTest.php b/tests/app/Report/ReportBaseTextboxTest.php index c84c35b29c..20c0b5ad6a 100644 --- a/tests/app/Report/ReportBaseTextboxTest.php +++ b/tests/app/Report/ReportBaseTextboxTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportExpressionLanguageProviderTest.php b/tests/app/Report/ReportExpressionLanguageProviderTest.php index 7259219364..d193ef186f 100644 --- a/tests/app/Report/ReportExpressionLanguageProviderTest.php +++ b/tests/app/Report/ReportExpressionLanguageProviderTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportHtmlCellTest.php b/tests/app/Report/ReportHtmlCellTest.php index 0414c14c9e..2f90cbf304 100644 --- a/tests/app/Report/ReportHtmlCellTest.php +++ b/tests/app/Report/ReportHtmlCellTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportHtmlFootnoteTest.php b/tests/app/Report/ReportHtmlFootnoteTest.php index 2bf368930b..7ed5c7010b 100644 --- a/tests/app/Report/ReportHtmlFootnoteTest.php +++ b/tests/app/Report/ReportHtmlFootnoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportHtmlImageTest.php b/tests/app/Report/ReportHtmlImageTest.php index f51528ce19..cdfe89c3b2 100644 --- a/tests/app/Report/ReportHtmlImageTest.php +++ b/tests/app/Report/ReportHtmlImageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportHtmlLineTest.php b/tests/app/Report/ReportHtmlLineTest.php index efbb34f334..47f0e2a5fa 100644 --- a/tests/app/Report/ReportHtmlLineTest.php +++ b/tests/app/Report/ReportHtmlLineTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportHtmlTextTest.php b/tests/app/Report/ReportHtmlTextTest.php index b29dd3cb1b..070cdf8b5b 100644 --- a/tests/app/Report/ReportHtmlTextTest.php +++ b/tests/app/Report/ReportHtmlTextTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportHtmlTextboxTest.php b/tests/app/Report/ReportHtmlTextboxTest.php index c152745d29..e940f84f99 100644 --- a/tests/app/Report/ReportHtmlTextboxTest.php +++ b/tests/app/Report/ReportHtmlTextboxTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportParserBaseTest.php b/tests/app/Report/ReportParserBaseTest.php index 5ba3b96512..08645c9e6e 100644 --- a/tests/app/Report/ReportParserBaseTest.php +++ b/tests/app/Report/ReportParserBaseTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportParserGenerateTest.php b/tests/app/Report/ReportParserGenerateTest.php index 2def217f09..1bdb0e8097 100644 --- a/tests/app/Report/ReportParserGenerateTest.php +++ b/tests/app/Report/ReportParserGenerateTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportParserSetupTest.php b/tests/app/Report/ReportParserSetupTest.php index d21821c5ea..4389d5f310 100644 --- a/tests/app/Report/ReportParserSetupTest.php +++ b/tests/app/Report/ReportParserSetupTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportPdfCellTest.php b/tests/app/Report/ReportPdfCellTest.php index 27ca774f95..7f7a2aa67a 100644 --- a/tests/app/Report/ReportPdfCellTest.php +++ b/tests/app/Report/ReportPdfCellTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportPdfFootnoteTest.php b/tests/app/Report/ReportPdfFootnoteTest.php index a827043972..7d95b98da6 100644 --- a/tests/app/Report/ReportPdfFootnoteTest.php +++ b/tests/app/Report/ReportPdfFootnoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportPdfImageTest.php b/tests/app/Report/ReportPdfImageTest.php index ddd3b21d6c..d1e84defbe 100644 --- a/tests/app/Report/ReportPdfImageTest.php +++ b/tests/app/Report/ReportPdfImageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportPdfLineTest.php b/tests/app/Report/ReportPdfLineTest.php index b7f6be3da9..aea52afae8 100644 --- a/tests/app/Report/ReportPdfLineTest.php +++ b/tests/app/Report/ReportPdfLineTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportPdfTextBoxTest.php b/tests/app/Report/ReportPdfTextBoxTest.php index 259ac11d46..2dce1df80b 100644 --- a/tests/app/Report/ReportPdfTextBoxTest.php +++ b/tests/app/Report/ReportPdfTextBoxTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/ReportPdfTextTest.php b/tests/app/Report/ReportPdfTextTest.php index 92800297f5..e59231d1ad 100644 --- a/tests/app/Report/ReportPdfTextTest.php +++ b/tests/app/Report/ReportPdfTextTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/RightToLeftSupportTest.php b/tests/app/Report/RightToLeftSupportTest.php index 42ae292e45..b3dd213a00 100644 --- a/tests/app/Report/RightToLeftSupportTest.php +++ b/tests/app/Report/RightToLeftSupportTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Report/TcpdfWrapperTest.php b/tests/app/Report/TcpdfWrapperTest.php index 1785139dd8..3f021ab047 100644 --- a/tests/app/Report/TcpdfWrapperTest.php +++ b/tests/app/Report/TcpdfWrapperTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Reports/RightToLeftSupportTest.php b/tests/app/Reports/RightToLeftSupportTest.php index 4f6bd176e0..fc2dc163f5 100644 --- a/tests/app/Reports/RightToLeftSupportTest.php +++ b/tests/app/Reports/RightToLeftSupportTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/RepositoryTest.php b/tests/app/RepositoryTest.php index 859c659b7f..74a4e69eb2 100644 --- a/tests/app/RepositoryTest.php +++ b/tests/app/RepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration0Test.php b/tests/app/Schema/Migration0Test.php index c130033bec..cf1835f942 100644 --- a/tests/app/Schema/Migration0Test.php +++ b/tests/app/Schema/Migration0Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration10Test.php b/tests/app/Schema/Migration10Test.php index 8d6ac210c6..3f9fda9df9 100644 --- a/tests/app/Schema/Migration10Test.php +++ b/tests/app/Schema/Migration10Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration11Test.php b/tests/app/Schema/Migration11Test.php index 2d132c50bf..8794ed78b3 100644 --- a/tests/app/Schema/Migration11Test.php +++ b/tests/app/Schema/Migration11Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration12Test.php b/tests/app/Schema/Migration12Test.php index 813cc818b1..dd9e61b55c 100644 --- a/tests/app/Schema/Migration12Test.php +++ b/tests/app/Schema/Migration12Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration13Test.php b/tests/app/Schema/Migration13Test.php index e47e8a3f88..9f122e3def 100644 --- a/tests/app/Schema/Migration13Test.php +++ b/tests/app/Schema/Migration13Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration14Test.php b/tests/app/Schema/Migration14Test.php index 2efa452bb3..c8fe289b96 100644 --- a/tests/app/Schema/Migration14Test.php +++ b/tests/app/Schema/Migration14Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration15Test.php b/tests/app/Schema/Migration15Test.php index f56aae1217..50a7a359d0 100644 --- a/tests/app/Schema/Migration15Test.php +++ b/tests/app/Schema/Migration15Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration16Test.php b/tests/app/Schema/Migration16Test.php index c81668c3ee..4dc2433eff 100644 --- a/tests/app/Schema/Migration16Test.php +++ b/tests/app/Schema/Migration16Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration17Test.php b/tests/app/Schema/Migration17Test.php index deed28bbae..eed2d66fe5 100644 --- a/tests/app/Schema/Migration17Test.php +++ b/tests/app/Schema/Migration17Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration18Test.php b/tests/app/Schema/Migration18Test.php index 11dfe35705..089e16e0af 100644 --- a/tests/app/Schema/Migration18Test.php +++ b/tests/app/Schema/Migration18Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration19Test.php b/tests/app/Schema/Migration19Test.php index 1b90128475..1b964d045d 100644 --- a/tests/app/Schema/Migration19Test.php +++ b/tests/app/Schema/Migration19Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration1Test.php b/tests/app/Schema/Migration1Test.php index b75e131371..51d349fbd8 100644 --- a/tests/app/Schema/Migration1Test.php +++ b/tests/app/Schema/Migration1Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration20Test.php b/tests/app/Schema/Migration20Test.php index 4ae76ad2e5..416a6693a1 100644 --- a/tests/app/Schema/Migration20Test.php +++ b/tests/app/Schema/Migration20Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration21Test.php b/tests/app/Schema/Migration21Test.php index 0b0acd503b..eb8235da24 100644 --- a/tests/app/Schema/Migration21Test.php +++ b/tests/app/Schema/Migration21Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration22Test.php b/tests/app/Schema/Migration22Test.php index 94c16a62ae..a314bee7de 100644 --- a/tests/app/Schema/Migration22Test.php +++ b/tests/app/Schema/Migration22Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration23Test.php b/tests/app/Schema/Migration23Test.php index 1a3c6f14c3..24530eac62 100644 --- a/tests/app/Schema/Migration23Test.php +++ b/tests/app/Schema/Migration23Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration24Test.php b/tests/app/Schema/Migration24Test.php index d3db058973..34f9ba77de 100644 --- a/tests/app/Schema/Migration24Test.php +++ b/tests/app/Schema/Migration24Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration25Test.php b/tests/app/Schema/Migration25Test.php index 922270622f..3d9f09d9f6 100644 --- a/tests/app/Schema/Migration25Test.php +++ b/tests/app/Schema/Migration25Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration26Test.php b/tests/app/Schema/Migration26Test.php index 7d95916c60..599c142265 100644 --- a/tests/app/Schema/Migration26Test.php +++ b/tests/app/Schema/Migration26Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration27Test.php b/tests/app/Schema/Migration27Test.php index 9be939c3dd..72e692a07b 100644 --- a/tests/app/Schema/Migration27Test.php +++ b/tests/app/Schema/Migration27Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration28Test.php b/tests/app/Schema/Migration28Test.php index 66cb973a0f..4fb3811b8c 100644 --- a/tests/app/Schema/Migration28Test.php +++ b/tests/app/Schema/Migration28Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration29Test.php b/tests/app/Schema/Migration29Test.php index d97f1b4c5c..e04b6853f6 100644 --- a/tests/app/Schema/Migration29Test.php +++ b/tests/app/Schema/Migration29Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration2Test.php b/tests/app/Schema/Migration2Test.php index b3fadb6f3a..8f3e994015 100644 --- a/tests/app/Schema/Migration2Test.php +++ b/tests/app/Schema/Migration2Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration30Test.php b/tests/app/Schema/Migration30Test.php index e66805dc57..c981252956 100644 --- a/tests/app/Schema/Migration30Test.php +++ b/tests/app/Schema/Migration30Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration31Test.php b/tests/app/Schema/Migration31Test.php index d93b744e0c..8f62380a5f 100644 --- a/tests/app/Schema/Migration31Test.php +++ b/tests/app/Schema/Migration31Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration32Test.php b/tests/app/Schema/Migration32Test.php index c990eabb1e..86deda6b1c 100644 --- a/tests/app/Schema/Migration32Test.php +++ b/tests/app/Schema/Migration32Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration33Test.php b/tests/app/Schema/Migration33Test.php index 1dd0a9e15c..d29da7b119 100644 --- a/tests/app/Schema/Migration33Test.php +++ b/tests/app/Schema/Migration33Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration34Test.php b/tests/app/Schema/Migration34Test.php index 0c94d3e8a7..646542a3c6 100644 --- a/tests/app/Schema/Migration34Test.php +++ b/tests/app/Schema/Migration34Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration35Test.php b/tests/app/Schema/Migration35Test.php index 30ec84466d..daa667c7d1 100644 --- a/tests/app/Schema/Migration35Test.php +++ b/tests/app/Schema/Migration35Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration36Test.php b/tests/app/Schema/Migration36Test.php index e8e73054d3..6612e49b9a 100644 --- a/tests/app/Schema/Migration36Test.php +++ b/tests/app/Schema/Migration36Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration37Test.php b/tests/app/Schema/Migration37Test.php index 01773dac5f..bf6b018ff5 100644 --- a/tests/app/Schema/Migration37Test.php +++ b/tests/app/Schema/Migration37Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration38Test.php b/tests/app/Schema/Migration38Test.php index f284d27d32..b7bab1ed3d 100644 --- a/tests/app/Schema/Migration38Test.php +++ b/tests/app/Schema/Migration38Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration39Test.php b/tests/app/Schema/Migration39Test.php index 79ed0c33de..d50911bd4b 100644 --- a/tests/app/Schema/Migration39Test.php +++ b/tests/app/Schema/Migration39Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration3Test.php b/tests/app/Schema/Migration3Test.php index 506a8b0e06..d063c26fc0 100644 --- a/tests/app/Schema/Migration3Test.php +++ b/tests/app/Schema/Migration3Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration40Test.php b/tests/app/Schema/Migration40Test.php index 01db3e8fa2..a96bc7822f 100644 --- a/tests/app/Schema/Migration40Test.php +++ b/tests/app/Schema/Migration40Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration41Test.php b/tests/app/Schema/Migration41Test.php index 401d30dbd4..bcaa492938 100644 --- a/tests/app/Schema/Migration41Test.php +++ b/tests/app/Schema/Migration41Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration42Test.php b/tests/app/Schema/Migration42Test.php index 0e5f43a050..e67371293b 100644 --- a/tests/app/Schema/Migration42Test.php +++ b/tests/app/Schema/Migration42Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration43Test.php b/tests/app/Schema/Migration43Test.php index 4bdb488210..9c45595a6e 100644 --- a/tests/app/Schema/Migration43Test.php +++ b/tests/app/Schema/Migration43Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration44Test.php b/tests/app/Schema/Migration44Test.php index 2008a73d4b..6ccdd5f8a2 100644 --- a/tests/app/Schema/Migration44Test.php +++ b/tests/app/Schema/Migration44Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration4Test.php b/tests/app/Schema/Migration4Test.php index 554652a401..e773d55291 100644 --- a/tests/app/Schema/Migration4Test.php +++ b/tests/app/Schema/Migration4Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration5Test.php b/tests/app/Schema/Migration5Test.php index 06bdf13c30..7f570f8274 100644 --- a/tests/app/Schema/Migration5Test.php +++ b/tests/app/Schema/Migration5Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration6Test.php b/tests/app/Schema/Migration6Test.php index 9826de930e..3dcf15c469 100644 --- a/tests/app/Schema/Migration6Test.php +++ b/tests/app/Schema/Migration6Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration7Test.php b/tests/app/Schema/Migration7Test.php index e421b55717..12ee830a2a 100644 --- a/tests/app/Schema/Migration7Test.php +++ b/tests/app/Schema/Migration7Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration8Test.php b/tests/app/Schema/Migration8Test.php index 57382c249f..d9eb3810c2 100644 --- a/tests/app/Schema/Migration8Test.php +++ b/tests/app/Schema/Migration8Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/Migration9Test.php b/tests/app/Schema/Migration9Test.php index 24917179aa..26cc6dee26 100644 --- a/tests/app/Schema/Migration9Test.php +++ b/tests/app/Schema/Migration9Test.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/SeedDefaultResnTableTest.php b/tests/app/Schema/SeedDefaultResnTableTest.php index 263815dc5b..fe4261d3ab 100644 --- a/tests/app/Schema/SeedDefaultResnTableTest.php +++ b/tests/app/Schema/SeedDefaultResnTableTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/SeedGedcomTableTest.php b/tests/app/Schema/SeedGedcomTableTest.php index a2cfcf7bdc..629ea63517 100644 --- a/tests/app/Schema/SeedGedcomTableTest.php +++ b/tests/app/Schema/SeedGedcomTableTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Schema/SeedUserTableTest.php b/tests/app/Schema/SeedUserTableTest.php index 57666589cb..799dc9e8b7 100644 --- a/tests/app/Schema/SeedUserTableTest.php +++ b/tests/app/Schema/SeedUserTableTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/AdminServiceTest.php b/tests/app/Services/AdminServiceTest.php index 8d9c640ff2..83b9a6ce31 100644 --- a/tests/app/Services/AdminServiceTest.php +++ b/tests/app/Services/AdminServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/CalendarServiceTest.php b/tests/app/Services/CalendarServiceTest.php index 10cd33a74c..ad87296319 100644 --- a/tests/app/Services/CalendarServiceTest.php +++ b/tests/app/Services/CalendarServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/CaptchaServiceTest.php b/tests/app/Services/CaptchaServiceTest.php index ebdf84f67c..44ff34d895 100644 --- a/tests/app/Services/CaptchaServiceTest.php +++ b/tests/app/Services/CaptchaServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/ChartServiceTest.php b/tests/app/Services/ChartServiceTest.php index 55cc891982..2806e3376c 100644 --- a/tests/app/Services/ChartServiceTest.php +++ b/tests/app/Services/ChartServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/ClipboardServiceTest.php b/tests/app/Services/ClipboardServiceTest.php index b3b1fd4897..4b45264594 100644 --- a/tests/app/Services/ClipboardServiceTest.php +++ b/tests/app/Services/ClipboardServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/DataFixServiceTest.php b/tests/app/Services/DataFixServiceTest.php index cde7ba797d..cfd820b07e 100644 --- a/tests/app/Services/DataFixServiceTest.php +++ b/tests/app/Services/DataFixServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/DatatablesServiceTest.php b/tests/app/Services/DatatablesServiceTest.php index 3f34091542..1decc59d34 100644 --- a/tests/app/Services/DatatablesServiceTest.php +++ b/tests/app/Services/DatatablesServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/EmailServiceTest.php b/tests/app/Services/EmailServiceTest.php index 304b87d862..0130b60b83 100644 --- a/tests/app/Services/EmailServiceTest.php +++ b/tests/app/Services/EmailServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/GedcomEditServiceTest.php b/tests/app/Services/GedcomEditServiceTest.php index cc23fb4061..ac397e839f 100644 --- a/tests/app/Services/GedcomEditServiceTest.php +++ b/tests/app/Services/GedcomEditServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/GedcomExportServiceTest.php b/tests/app/Services/GedcomExportServiceTest.php index 11892fbdd9..fb5ba14f18 100644 --- a/tests/app/Services/GedcomExportServiceTest.php +++ b/tests/app/Services/GedcomExportServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/GedcomImportServiceTest.php b/tests/app/Services/GedcomImportServiceTest.php index 2d679211b1..87ac67c4f9 100644 --- a/tests/app/Services/GedcomImportServiceTest.php +++ b/tests/app/Services/GedcomImportServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/GedcomServiceTest.php b/tests/app/Services/GedcomServiceTest.php index 02034b48b2..0f72de2a12 100644 --- a/tests/app/Services/GedcomServiceTest.php +++ b/tests/app/Services/GedcomServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/HomePageServiceTest.php b/tests/app/Services/HomePageServiceTest.php index 05f9c6185a..a58bdc2564 100644 --- a/tests/app/Services/HomePageServiceTest.php +++ b/tests/app/Services/HomePageServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/HousekeepingServiceTest.php b/tests/app/Services/HousekeepingServiceTest.php index f84529c7cc..2531d225a0 100644 --- a/tests/app/Services/HousekeepingServiceTest.php +++ b/tests/app/Services/HousekeepingServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/HtmlServiceTest.php b/tests/app/Services/HtmlServiceTest.php index 003c9a294e..9d9ac64c5b 100644 --- a/tests/app/Services/HtmlServiceTest.php +++ b/tests/app/Services/HtmlServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/IndividualFactsServiceTest.php b/tests/app/Services/IndividualFactsServiceTest.php index e9e9306947..fe3e4f6d7e 100644 --- a/tests/app/Services/IndividualFactsServiceTest.php +++ b/tests/app/Services/IndividualFactsServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/LeafletJsServiceTest.php b/tests/app/Services/LeafletJsServiceTest.php index 30da98c8b7..7a96d32508 100644 --- a/tests/app/Services/LeafletJsServiceTest.php +++ b/tests/app/Services/LeafletJsServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/LinkedRecordServiceTest.php b/tests/app/Services/LinkedRecordServiceTest.php index 2aa0565ee5..1168f129b4 100644 --- a/tests/app/Services/LinkedRecordServiceTest.php +++ b/tests/app/Services/LinkedRecordServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/MapDataServiceTest.php b/tests/app/Services/MapDataServiceTest.php index 7a7e57944a..40608dda19 100644 --- a/tests/app/Services/MapDataServiceTest.php +++ b/tests/app/Services/MapDataServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/MediaFileServiceTest.php b/tests/app/Services/MediaFileServiceTest.php index 9954a526b9..df7d244129 100644 --- a/tests/app/Services/MediaFileServiceTest.php +++ b/tests/app/Services/MediaFileServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/MessageServiceTest.php b/tests/app/Services/MessageServiceTest.php index d1b4b59aaf..25257e4f27 100644 --- a/tests/app/Services/MessageServiceTest.php +++ b/tests/app/Services/MessageServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/MigrationServiceTest.php b/tests/app/Services/MigrationServiceTest.php index bc81e221f6..35c009c536 100644 --- a/tests/app/Services/MigrationServiceTest.php +++ b/tests/app/Services/MigrationServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/ModuleServiceTest.php b/tests/app/Services/ModuleServiceTest.php index f04cb38171..e836c740bc 100644 --- a/tests/app/Services/ModuleServiceTest.php +++ b/tests/app/Services/ModuleServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/PendingChangesServiceTest.php b/tests/app/Services/PendingChangesServiceTest.php index 48308c7851..7c3b344d6e 100644 --- a/tests/app/Services/PendingChangesServiceTest.php +++ b/tests/app/Services/PendingChangesServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/PhpServiceTest.php b/tests/app/Services/PhpServiceTest.php index c366098dbe..ca98c17576 100644 --- a/tests/app/Services/PhpServiceTest.php +++ b/tests/app/Services/PhpServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/RateLimitServiceTest.php b/tests/app/Services/RateLimitServiceTest.php index 275f70a016..108c0be440 100644 --- a/tests/app/Services/RateLimitServiceTest.php +++ b/tests/app/Services/RateLimitServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/RelationshipServiceTest.php b/tests/app/Services/RelationshipServiceTest.php index 7cac4bb65c..d043fef193 100644 --- a/tests/app/Services/RelationshipServiceTest.php +++ b/tests/app/Services/RelationshipServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/RomanNumeralsServiceTest.php b/tests/app/Services/RomanNumeralsServiceTest.php index 4571c3b3ca..b0f150fe87 100644 --- a/tests/app/Services/RomanNumeralsServiceTest.php +++ b/tests/app/Services/RomanNumeralsServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/SearchServiceTest.php b/tests/app/Services/SearchServiceTest.php index 5c53ff8717..72172f7b0f 100644 --- a/tests/app/Services/SearchServiceTest.php +++ b/tests/app/Services/SearchServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/ServerCheckServiceTest.php b/tests/app/Services/ServerCheckServiceTest.php index c476b1f2a0..70f1dab4ab 100644 --- a/tests/app/Services/ServerCheckServiceTest.php +++ b/tests/app/Services/ServerCheckServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/SiteLogsServiceTest.php b/tests/app/Services/SiteLogsServiceTest.php index 156ab2a254..2f33b32523 100644 --- a/tests/app/Services/SiteLogsServiceTest.php +++ b/tests/app/Services/SiteLogsServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/TimeoutServiceTest.php b/tests/app/Services/TimeoutServiceTest.php index 05bb014c9b..639af18a3b 100644 --- a/tests/app/Services/TimeoutServiceTest.php +++ b/tests/app/Services/TimeoutServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/TreeServiceTest.php b/tests/app/Services/TreeServiceTest.php index e9f4d3bb74..ab9a9695c8 100644 --- a/tests/app/Services/TreeServiceTest.php +++ b/tests/app/Services/TreeServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/UpgradeServiceTest.php b/tests/app/Services/UpgradeServiceTest.php index 18b920f0d2..d26f98e6c6 100644 --- a/tests/app/Services/UpgradeServiceTest.php +++ b/tests/app/Services/UpgradeServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Services/UserServiceTest.php b/tests/app/Services/UserServiceTest.php index 5fe7b3a30c..b053d830e9 100644 --- a/tests/app/Services/UserServiceTest.php +++ b/tests/app/Services/UserServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SessionDatabaseHandlerTest.php b/tests/app/SessionDatabaseHandlerTest.php index 88697c5b81..27ce045f3f 100644 --- a/tests/app/SessionDatabaseHandlerTest.php +++ b/tests/app/SessionDatabaseHandlerTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SessionTest.php b/tests/app/SessionTest.php index 1855cd5673..53ece77523 100644 --- a/tests/app/SessionTest.php +++ b/tests/app/SessionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SharedNoteTest.php b/tests/app/SharedNoteTest.php index dcf6e032a6..a9002c6321 100644 --- a/tests/app/SharedNoteTest.php +++ b/tests/app/SharedNoteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SiteTest.php b/tests/app/SiteTest.php index f9f0930d04..b018de9692 100644 --- a/tests/app/SiteTest.php +++ b/tests/app/SiteTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SiteUserTest.php b/tests/app/SiteUserTest.php index d568e8c90d..01c4a5df24 100644 --- a/tests/app/SiteUserTest.php +++ b/tests/app/SiteUserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SoundexTest.php b/tests/app/SoundexTest.php index ea7ee7b266..fdfd6e82d4 100644 --- a/tests/app/SoundexTest.php +++ b/tests/app/SoundexTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SourceTest.php b/tests/app/SourceTest.php index f2e78ada11..f90281085c 100644 --- a/tests/app/SourceTest.php +++ b/tests/app/SourceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartAgeTest.php b/tests/app/Statistics/Google/ChartAgeTest.php index a888bedb3c..67e89d87b0 100644 --- a/tests/app/Statistics/Google/ChartAgeTest.php +++ b/tests/app/Statistics/Google/ChartAgeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartBirthTest.php b/tests/app/Statistics/Google/ChartBirthTest.php index 2b32069d28..72092fa027 100644 --- a/tests/app/Statistics/Google/ChartBirthTest.php +++ b/tests/app/Statistics/Google/ChartBirthTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartChildrenTest.php b/tests/app/Statistics/Google/ChartChildrenTest.php index 273a9bad0e..6fbda811a8 100644 --- a/tests/app/Statistics/Google/ChartChildrenTest.php +++ b/tests/app/Statistics/Google/ChartChildrenTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartCommonGivenTest.php b/tests/app/Statistics/Google/ChartCommonGivenTest.php index acdb886a35..a7ae517e02 100644 --- a/tests/app/Statistics/Google/ChartCommonGivenTest.php +++ b/tests/app/Statistics/Google/ChartCommonGivenTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartCommonSurnameTest.php b/tests/app/Statistics/Google/ChartCommonSurnameTest.php index 71fbbb5fb3..ea47d6eaef 100644 --- a/tests/app/Statistics/Google/ChartCommonSurnameTest.php +++ b/tests/app/Statistics/Google/ChartCommonSurnameTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartDeathTest.php b/tests/app/Statistics/Google/ChartDeathTest.php index d32cf6cf3a..f8fd47a6b9 100644 --- a/tests/app/Statistics/Google/ChartDeathTest.php +++ b/tests/app/Statistics/Google/ChartDeathTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartDistributionTest.php b/tests/app/Statistics/Google/ChartDistributionTest.php index 6b7b6431dc..f222d6488b 100644 --- a/tests/app/Statistics/Google/ChartDistributionTest.php +++ b/tests/app/Statistics/Google/ChartDistributionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartDivorceTest.php b/tests/app/Statistics/Google/ChartDivorceTest.php index e3f80b92b5..71d750f21a 100644 --- a/tests/app/Statistics/Google/ChartDivorceTest.php +++ b/tests/app/Statistics/Google/ChartDivorceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartFamilyLargestTest.php b/tests/app/Statistics/Google/ChartFamilyLargestTest.php index b4cbe3a4f5..4b4ad20e38 100644 --- a/tests/app/Statistics/Google/ChartFamilyLargestTest.php +++ b/tests/app/Statistics/Google/ChartFamilyLargestTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php b/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php index fc50d25725..88497379f1 100644 --- a/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php +++ b/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php b/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php index 039aaf49e1..8d9e39c1b5 100644 --- a/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php +++ b/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartMarriageAgeTest.php b/tests/app/Statistics/Google/ChartMarriageAgeTest.php index 14ddafb8e6..57dba692c5 100644 --- a/tests/app/Statistics/Google/ChartMarriageAgeTest.php +++ b/tests/app/Statistics/Google/ChartMarriageAgeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartMarriageTest.php b/tests/app/Statistics/Google/ChartMarriageTest.php index a0d0ccc872..4f8de61858 100644 --- a/tests/app/Statistics/Google/ChartMarriageTest.php +++ b/tests/app/Statistics/Google/ChartMarriageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartMediaTest.php b/tests/app/Statistics/Google/ChartMediaTest.php index daff61a44b..60637141d9 100644 --- a/tests/app/Statistics/Google/ChartMediaTest.php +++ b/tests/app/Statistics/Google/ChartMediaTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartMortalityTest.php b/tests/app/Statistics/Google/ChartMortalityTest.php index fb142cfeb4..62402bafc5 100644 --- a/tests/app/Statistics/Google/ChartMortalityTest.php +++ b/tests/app/Statistics/Google/ChartMortalityTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php b/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php index 0ff687120b..a60c8e6a72 100644 --- a/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php +++ b/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Google/ChartSexTest.php b/tests/app/Statistics/Google/ChartSexTest.php index c8fcb07579..c964be88ab 100644 --- a/tests/app/Statistics/Google/ChartSexTest.php +++ b/tests/app/Statistics/Google/ChartSexTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/BrowserRepositoryTest.php b/tests/app/Statistics/Repository/BrowserRepositoryTest.php index 6d7c82183a..1dc0927987 100644 --- a/tests/app/Statistics/Repository/BrowserRepositoryTest.php +++ b/tests/app/Statistics/Repository/BrowserRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/ContactRepositoryTest.php b/tests/app/Statistics/Repository/ContactRepositoryTest.php index b38fada248..a524b05f04 100644 --- a/tests/app/Statistics/Repository/ContactRepositoryTest.php +++ b/tests/app/Statistics/Repository/ContactRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/EventRepositoryTest.php b/tests/app/Statistics/Repository/EventRepositoryTest.php index 45f6224da6..030fa3a70e 100644 --- a/tests/app/Statistics/Repository/EventRepositoryTest.php +++ b/tests/app/Statistics/Repository/EventRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/FamilyDatesRepositoryTest.php b/tests/app/Statistics/Repository/FamilyDatesRepositoryTest.php index 6bee2a008d..771aa7fa50 100644 --- a/tests/app/Statistics/Repository/FamilyDatesRepositoryTest.php +++ b/tests/app/Statistics/Repository/FamilyDatesRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/FamilyRepositoryTest.php b/tests/app/Statistics/Repository/FamilyRepositoryTest.php index 2fd9ca2208..fe6a82381e 100644 --- a/tests/app/Statistics/Repository/FamilyRepositoryTest.php +++ b/tests/app/Statistics/Repository/FamilyRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/FavoritesRepositoryTest.php b/tests/app/Statistics/Repository/FavoritesRepositoryTest.php index 2ff67604ff..f95192d752 100644 --- a/tests/app/Statistics/Repository/FavoritesRepositoryTest.php +++ b/tests/app/Statistics/Repository/FavoritesRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/GedcomRepositoryTest.php b/tests/app/Statistics/Repository/GedcomRepositoryTest.php index 426d26f623..8a0c3c308c 100644 --- a/tests/app/Statistics/Repository/GedcomRepositoryTest.php +++ b/tests/app/Statistics/Repository/GedcomRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/HitCountRepositoryTest.php b/tests/app/Statistics/Repository/HitCountRepositoryTest.php index 82d9ce5b2c..6769d036e6 100644 --- a/tests/app/Statistics/Repository/HitCountRepositoryTest.php +++ b/tests/app/Statistics/Repository/HitCountRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/IndividualRepositoryTest.php b/tests/app/Statistics/Repository/IndividualRepositoryTest.php index b83ece0dda..c09c68baee 100644 --- a/tests/app/Statistics/Repository/IndividualRepositoryTest.php +++ b/tests/app/Statistics/Repository/IndividualRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/LatestUserRepositoryTest.php b/tests/app/Statistics/Repository/LatestUserRepositoryTest.php index 7c09f9c7c8..2c7bb12d94 100644 --- a/tests/app/Statistics/Repository/LatestUserRepositoryTest.php +++ b/tests/app/Statistics/Repository/LatestUserRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/MediaRepositoryTest.php b/tests/app/Statistics/Repository/MediaRepositoryTest.php index 79913ad54a..c5ce67dcba 100644 --- a/tests/app/Statistics/Repository/MediaRepositoryTest.php +++ b/tests/app/Statistics/Repository/MediaRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/MessageRepositoryTest.php b/tests/app/Statistics/Repository/MessageRepositoryTest.php index e5b196a3c5..1007844d4b 100644 --- a/tests/app/Statistics/Repository/MessageRepositoryTest.php +++ b/tests/app/Statistics/Repository/MessageRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/NewsRepositoryTest.php b/tests/app/Statistics/Repository/NewsRepositoryTest.php index 77f0f74411..f265942338 100644 --- a/tests/app/Statistics/Repository/NewsRepositoryTest.php +++ b/tests/app/Statistics/Repository/NewsRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/PlaceRepositoryTest.php b/tests/app/Statistics/Repository/PlaceRepositoryTest.php index e57ddfc247..95a505e899 100644 --- a/tests/app/Statistics/Repository/PlaceRepositoryTest.php +++ b/tests/app/Statistics/Repository/PlaceRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/ServerRepositoryTest.php b/tests/app/Statistics/Repository/ServerRepositoryTest.php index 30d63edeeb..e016e6cd6e 100644 --- a/tests/app/Statistics/Repository/ServerRepositoryTest.php +++ b/tests/app/Statistics/Repository/ServerRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Repository/UserRepositoryTest.php b/tests/app/Statistics/Repository/UserRepositoryTest.php index f1fceae3ba..b945c0730b 100644 --- a/tests/app/Statistics/Repository/UserRepositoryTest.php +++ b/tests/app/Statistics/Repository/UserRepositoryTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Service/CenturyServiceTest.php b/tests/app/Statistics/Service/CenturyServiceTest.php index 9ccd065815..6545a441d1 100644 --- a/tests/app/Statistics/Service/CenturyServiceTest.php +++ b/tests/app/Statistics/Service/CenturyServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Service/ColorServiceTest.php b/tests/app/Statistics/Service/ColorServiceTest.php index 3da0427779..8ba14c97f0 100644 --- a/tests/app/Statistics/Service/ColorServiceTest.php +++ b/tests/app/Statistics/Service/ColorServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/Statistics/Service/CountryServiceTest.php b/tests/app/Statistics/Service/CountryServiceTest.php index 7a16c01ee2..8333cefced 100644 --- a/tests/app/Statistics/Service/CountryServiceTest.php +++ b/tests/app/Statistics/Service/CountryServiceTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/StatisticsTest.php b/tests/app/StatisticsTest.php index d7109ee196..2efe7a4330 100644 --- a/tests/app/StatisticsTest.php +++ b/tests/app/StatisticsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/StatsTest.php b/tests/app/StatsTest.php index e04d29243e..299cf70149 100644 --- a/tests/app/StatsTest.php +++ b/tests/app/StatsTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SubmissionTest.php b/tests/app/SubmissionTest.php index 4976b3d5d1..c9a36a0831 100644 --- a/tests/app/SubmissionTest.php +++ b/tests/app/SubmissionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SubmitterTest.php b/tests/app/SubmitterTest.php index b34498e2f4..bdacdbd3db 100644 --- a/tests/app/SubmitterTest.php +++ b/tests/app/SubmitterTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php b/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php index b98d593187..76244d2b1b 100644 --- a/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php b/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php index 8d13352312..4ed1d4d253 100644 --- a/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php b/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php index 63568e37e7..6f1660b8ce 100644 --- a/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php b/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php index 207e17a9ba..84b674f5c9 100644 --- a/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php b/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php index 1713dbeff6..42db90b101 100644 --- a/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php b/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php index b6c99c9adc..fb929f0648 100644 --- a/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/PolishSurnameTraditionTest.php b/tests/app/SurnameTradition/PolishSurnameTraditionTest.php index 33f35e29c1..58fecd6917 100644 --- a/tests/app/SurnameTradition/PolishSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/PolishSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php b/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php index 77163ccd97..dbe29bdaf3 100644 --- a/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php b/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php index ff48ac9ef8..03fe0e7e2b 100644 --- a/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php +++ b/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/TimestampTest.php b/tests/app/TimestampTest.php index b896c0a1f7..2475d6f8a1 100644 --- a/tests/app/TimestampTest.php +++ b/tests/app/TimestampTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/TreeTest.php b/tests/app/TreeTest.php index 3a55b8e63d..f66e6988f0 100644 --- a/tests/app/TreeTest.php +++ b/tests/app/TreeTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/TreeUserTest.php b/tests/app/TreeUserTest.php index 4d74ebec91..5e0ff91e34 100644 --- a/tests/app/TreeUserTest.php +++ b/tests/app/TreeUserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/UserTest.php b/tests/app/UserTest.php index d3b3e3a454..ddc0f35aed 100644 --- a/tests/app/UserTest.php +++ b/tests/app/UserTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/ValidatorTest.php b/tests/app/ValidatorTest.php index 10541a2b7a..39bf00c5a8 100644 --- a/tests/app/ValidatorTest.php +++ b/tests/app/ValidatorTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/ViewTest.php b/tests/app/ViewTest.php index 3573eb8ec7..af9fb70190 100644 --- a/tests/app/ViewTest.php +++ b/tests/app/ViewTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/app/WebtreesTest.php b/tests/app/WebtreesTest.php index 83b3d242f0..7c1f831f0d 100644 --- a/tests/app/WebtreesTest.php +++ b/tests/app/WebtreesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/feature/EmbeddedVariablesTest.php b/tests/feature/EmbeddedVariablesTest.php index 7b3050b260..28ab6b919b 100644 --- a/tests/feature/EmbeddedVariablesTest.php +++ b/tests/feature/EmbeddedVariablesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/feature/ImportGedcomTest.php b/tests/feature/ImportGedcomTest.php index efbac469c7..b4d3fdfb2c 100644 --- a/tests/feature/ImportGedcomTest.php +++ b/tests/feature/ImportGedcomTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/feature/IndividualListTest.php b/tests/feature/IndividualListTest.php index 5e970c7572..3573330c5c 100644 --- a/tests/feature/IndividualListTest.php +++ b/tests/feature/IndividualListTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/feature/Privacy.php b/tests/feature/Privacy.php index 3504630af2..cad65309cd 100644 --- a/tests/feature/Privacy.php +++ b/tests/feature/Privacy.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/feature/RelationshipNamesTest.php b/tests/feature/RelationshipNamesTest.php index 696990007e..aa6e3caa11 100644 --- a/tests/feature/RelationshipNamesTest.php +++ b/tests/feature/RelationshipNamesTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/views/AbstractViewTest.php b/tests/views/AbstractViewTest.php index 2bf5331d92..c0791c6d3f 100644 --- a/tests/views/AbstractViewTest.php +++ b/tests/views/AbstractViewTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/tests/views/VerifySuccessPageTest.php b/tests/views/VerifySuccessPageTest.php index 8218cb3f00..a84fc68fda 100644 --- a/tests/views/VerifySuccessPageTest.php +++ b/tests/views/VerifySuccessPageTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or |
