diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-01-30 19:16:06 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-01-30 19:16:06 +0000 |
| commit | 369c0ce6d43eee62858778711fa4744ed347814a (patch) | |
| tree | 70716c8effb3b0c0b82c52df4ea002b1aeec9a27 /app/Date | |
| parent | 78e8849fec37e0582376ef529b523e65fab9d56b (diff) | |
| download | webtrees-369c0ce6d43eee62858778711fa4744ed347814a.tar.gz webtrees-369c0ce6d43eee62858778711fa4744ed347814a.tar.bz2 webtrees-369c0ce6d43eee62858778711fa4744ed347814a.zip | |
Update copyright year
Diffstat (limited to 'app/Date')
| -rw-r--r-- | app/Date/CalendarDate.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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/app/Date/CalendarDate.php b/app/Date/CalendarDate.php index 42c1b0d73e..427edfcb99 100644 --- a/app/Date/CalendarDate.php +++ b/app/Date/CalendarDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the 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 d58681c3f9..c32c746a67 100644 --- a/app/Date/FrenchDate.php +++ b/app/Date/FrenchDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the 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 01d34de736..414158db2f 100644 --- a/app/Date/GregorianDate.php +++ b/app/Date/GregorianDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the 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 5869332fe6..97a1090ef9 100644 --- a/app/Date/HijriDate.php +++ b/app/Date/HijriDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the 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 83bee0eb1b..6eb62fd93e 100644 --- a/app/Date/JalaliDate.php +++ b/app/Date/JalaliDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the 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 1185f79e15..590cf27818 100644 --- a/app/Date/JewishDate.php +++ b/app/Date/JewishDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the 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 ec535c15dc..487ec79c84 100644 --- a/app/Date/JulianDate.php +++ b/app/Date/JulianDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the 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 33f31490e8..bc0cff12c3 100644 --- a/app/Date/RomanDate.php +++ b/app/Date/RomanDate.php @@ -1,7 +1,7 @@ <?php /** * webtrees: online genealogy - * Copyright (C) 2015 webtrees development team + * Copyright (C) 2016 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or |
