diff options
Diffstat (limited to 'tests/app/Http/Exceptions')
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php b/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php index 1266f0978a..addcf4a649 100644 --- a/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2025 webtrees development team + * Copyright (C) 2026 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the 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 64b1b8c4a6..572a7050d5 100644 --- a/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2025 webtrees development team + * Copyright (C) 2026 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the 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 a40d95f859..17e77a7dfd 100644 --- a/tests/app/Http/Exceptions/HttpExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2025 webtrees development team + * Copyright (C) 2026 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the 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 d7f0614112..3cae579edc 100644 --- a/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2025 webtrees development team + * Copyright (C) 2026 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the 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 3ec7b18281..7197716f60 100644 --- a/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2025 webtrees development team + * Copyright (C) 2026 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the 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 3667deb864..be346f03a8 100644 --- a/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2025 webtrees development team + * Copyright (C) 2026 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the 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 af435f632a..5d53c8043f 100644 --- a/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2025 webtrees development team + * Copyright (C) 2026 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or |
