diff options
Diffstat (limited to 'tests/app/Statistics/Repository')
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/app/Statistics/Repository/BrowserRepositoryTest.php b/tests/app/Statistics/Repository/BrowserRepositoryTest.php index 3777056158..f4acd02e8d 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 8f7cac2c82..6d038b94f6 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 8fcdb3c957..f72c6f6f46 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 9eedc9a351..cb7c7b69ed 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 18d26814e0..e67f4f38d0 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 e365e899c5..6052beac07 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 ec47cb2ceb..15497b376e 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 36c58cd37d..f6fb00ce33 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 2b17c3795a..3a0ae5f99e 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 876bfe02f7..1ad726cde2 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 3f6be99d45..ff4d877db7 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 60275c2958..e449b81d3c 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 22fac10826..819cf8cf76 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 86f9530938..df34ecde2a 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 8a633511d1..68fa165b13 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of 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 1fa58ea012..33a29521d0 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) 2023 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or |
