diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-01-25 10:00:53 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-01-25 10:01:35 +0000 |
| commit | d11be7027e34e3121be11cc025421873364403f9 (patch) | |
| tree | 8829e9aca8e25732f281e175a2cb29f3665bd878 /tests/app/Exceptions | |
| parent | b11cdcd45131b1585d66693fab363cfeb18c51a4 (diff) | |
| download | webtrees-d11be7027e34e3121be11cc025421873364403f9.tar.gz webtrees-d11be7027e34e3121be11cc025421873364403f9.tar.bz2 webtrees-d11be7027e34e3121be11cc025421873364403f9.zip | |
It's 2023
Diffstat (limited to 'tests/app/Exceptions')
| -rw-r--r-- | tests/app/Exceptions/FileUploadExceptionTest.php | 2 | ||||
| -rw-r--r-- | tests/app/Exceptions/GedcomErrorExceptionTest.php | 2 | ||||
| -rw-r--r-- | tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/app/Exceptions/FileUploadExceptionTest.php b/tests/app/Exceptions/FileUploadExceptionTest.php index 1f01cc5265..73b24bd695 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) 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/Exceptions/GedcomErrorExceptionTest.php b/tests/app/Exceptions/GedcomErrorExceptionTest.php index 54c9442193..6f91f6da85 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) 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/Exceptions/InvalidGedcomEncodingExceptionTest.php b/tests/app/Exceptions/InvalidGedcomEncodingExceptionTest.php index da097c9073..2afa072d44 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) 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 |
