Skip to content

Commit a3d078b

Browse files
committed
correct PHP version & year++
1 parent b9dec59 commit a3d078b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ext/date/lib/parse_date.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| PHP Version 5 |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1997-2010 The PHP Group |
5+
| Copyright (c) 1997-2012 The PHP Group |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 3.01 of the PHP license, |
88
| that is bundled with this package in the file LICENSE, and is |

ext/date/lib/parse_iso_intervals.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| PHP Version 5 |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1997-2010 The PHP Group |
5+
| Copyright (c) 1997-2012 The PHP Group |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 3.01 of the PHP license, |
88
| that is bundled with this package in the file LICENSE, and is |

ext/standard/url_scanner_ex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#line 1 "ext/standard/url_scanner_ex.re"
33
/*
44
+----------------------------------------------------------------------+
5-
| PHP Version 6 |
5+
| PHP Version 5 |
66
+----------------------------------------------------------------------+
77
| Copyright (c) 1997-2012 The PHP Group |
88
+----------------------------------------------------------------------+

ext/standard/url_scanner_ex.re

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| PHP Version 6 |
3+
| PHP Version 5 |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1997-2006 The PHP Group |
5+
| Copyright (c) 1997-2012 The PHP Group |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 3.01 of the PHP license, |
88
| that is bundled with this package in the file LICENSE, and is |

0 commit comments

Comments
 (0)