diff options
author | Sammy Kaye Powers <sammyk@sammykmedia.com> | 2017-01-02 09:30:12 -0600 |
---|---|---|
committer | Sammy Kaye Powers <sammyk@sammykmedia.com> | 2017-01-02 09:30:12 -0600 |
commit | 9e29f841ce3711488781be958ffdfc42d738de4a (patch) | |
tree | f835abb1f28530b84e3fdaea4579fc212f9daa03 /ext/calendar | |
parent | dfb6cdb61792f1525e7014305e5f31dd313da264 (diff) | |
download | php-git-9e29f841ce3711488781be958ffdfc42d738de4a.tar.gz |
Update copyright headers to 2017
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/cal_unix.c | 2 | ||||
-rw-r--r-- | ext/calendar/calendar.c | 8 | ||||
-rw-r--r-- | ext/calendar/easter.c | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ext/calendar/cal_unix.c b/ext/calendar/cal_unix.c index 8c85fac622..db6e558f32 100644 --- a/ext/calendar/cal_unix.c +++ b/ext/calendar/cal_unix.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2016 The PHP Group | + | Copyright (c) 1997-2017 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c index b5d21a4dcd..cae04314d9 100644 --- a/ext/calendar/calendar.c +++ b/ext/calendar/calendar.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2016 The PHP Group | + | Copyright (c) 1997-2017 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -219,7 +219,7 @@ enum { CAL_MONTH_GREGORIAN_SHORT, CAL_MONTH_GREGORIAN_LONG, }; /* for heb_number_to_chars */ -static char alef_bet[25] = "0àáâãäåæçèéëìîðñòôö÷øùú"; +static char alef_bet[25] = "0à áâãäåæçèéëìîðñòôö÷øùú"; #define CAL_JEWISH_ADD_ALAFIM_GERESH 0x2 #define CAL_JEWISH_ADD_ALAFIM 0x4 @@ -511,7 +511,7 @@ PHP_FUNCTION(juliantojd) /* {{{ heb_number_to_chars*/ /* caution: the Hebrew format produces non unique result. -for example both: year '5' and year '5000' produce 'ä'. +for example both: year '5' and year '5000' produce 'ä'. use the numeric one for calculations. */ static char *heb_number_to_chars(int n, int fl, char **ret) @@ -538,7 +538,7 @@ static char *heb_number_to_chars(int n, int fl, char **ret) p++; } if (CAL_JEWISH_ADD_ALAFIM & fl) { - strcpy(p, " àìôéí "); + strcpy(p, " à ìôéà "); p += 7; } diff --git a/ext/calendar/easter.c b/ext/calendar/easter.c index cf1f376191..1354f9f270 100644 --- a/ext/calendar/easter.c +++ b/ext/calendar/easter.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2016 The PHP Group | + | Copyright (c) 1997-2017 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | |