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 /app/Date | |
| parent | 084926c04b051183258562d2ce407b802cf700aa (diff) | |
| download | webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.gz webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.bz2 webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.zip | |
It's 2025. Update copyright date.
Diffstat (limited to 'app/Date')
| -rw-r--r-- | app/Date/AbstractCalendarDate.php | 2 | ||||
| -rw-r--r-- | app/Date/AbstractGregorianJulianDate.php | 2 | ||||
| -rw-r--r-- | app/Date/FrenchDate.php | 2 | ||||
| -rw-r--r-- | app/Date/GregorianDate.php | 2 | ||||
| -rw-r--r-- | app/Date/HijriDate.php | 2 | ||||
| -rw-r--r-- | app/Date/JalaliDate.php | 2 | ||||
| -rw-r--r-- | app/Date/JewishDate.php | 2 | ||||
| -rw-r--r-- | app/Date/JulianDate.php | 2 | ||||
| -rw-r--r-- | app/Date/RomanDate.php | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/app/Date/AbstractCalendarDate.php b/app/Date/AbstractCalendarDate.php index d4211d5ac9..820a67f0e6 100644 --- a/app/Date/AbstractCalendarDate.php +++ b/app/Date/AbstractCalendarDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/AbstractGregorianJulianDate.php b/app/Date/AbstractGregorianJulianDate.php index 00615a8294..11ec6dbd3f 100644 --- a/app/Date/AbstractGregorianJulianDate.php +++ b/app/Date/AbstractGregorianJulianDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/FrenchDate.php b/app/Date/FrenchDate.php index 59884c23bc..e73af65ff3 100644 --- a/app/Date/FrenchDate.php +++ b/app/Date/FrenchDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/GregorianDate.php b/app/Date/GregorianDate.php index 6e1e3f093b..b577b06509 100644 --- a/app/Date/GregorianDate.php +++ b/app/Date/GregorianDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/HijriDate.php b/app/Date/HijriDate.php index 141733e84e..a31490fdb7 100644 --- a/app/Date/HijriDate.php +++ b/app/Date/HijriDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/JalaliDate.php b/app/Date/JalaliDate.php index c13c1efe96..6907cd4e49 100644 --- a/app/Date/JalaliDate.php +++ b/app/Date/JalaliDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/JewishDate.php b/app/Date/JewishDate.php index 79bb21ba65..90210fc62a 100644 --- a/app/Date/JewishDate.php +++ b/app/Date/JewishDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/JulianDate.php b/app/Date/JulianDate.php index eed0048f97..d6258def9e 100644 --- a/app/Date/JulianDate.php +++ b/app/Date/JulianDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/app/Date/RomanDate.php b/app/Date/RomanDate.php index 3ffddd1f30..8a8726d562 100644 --- a/app/Date/RomanDate.php +++ b/app/Date/RomanDate.php @@ -2,7 +2,7 @@ /** * webtrees: online genealogy - * Copyright (C) 2023 webtrees development team + * Copyright (C) 2025 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or |
