Skip to content

Commit fbfdd1e

Browse files
committed
Happy new year (Update copyright to 2018)
1 parent 463fd04 commit fbfdd1e

26 files changed

+36
-36
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--------------------------------------------------------------------
22
The PHP License, version 3.01
3-
Copyright (c) 1999 - 2017 The PHP Group. All rights reserved.
3+
Copyright (c) 1999 - 2018 The PHP Group. All rights reserved.
44
--------------------------------------------------------------------
55

66
Redistribution and use in source and binary forms, with or without

Zend/zend_bitset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend OPcache JIT |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2014 The PHP Group |
5+
| Copyright (c) 1998-2018 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 |

Zend/zend_signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Signal Handling |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 2008 The PHP Group |
5+
| Copyright (c) 2008-2018 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 |

Zend/zend_signal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Signal Handling |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 2008 The PHP Group |
5+
| Copyright (c) 2008-2018 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/mbstring/mb_gpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| PHP Version 7 |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 2001 The PHP Group |
5+
| Copyright (c) 2001-2018 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/oci8/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--------------------------------------------------------------------
22
The PHP License, version 3.01
3-
Copyright (c) 1999 - 2017 The PHP Group. All rights reserved.
3+
Copyright (c) 1999 - 2018 The PHP Group. All rights reserved.
44
--------------------------------------------------------------------
55

66
Redistribution and use in source and binary forms, with or without

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3058,7 +3058,7 @@ ZEND_EXT_API zend_extension zend_extension_entry = {
30583058
PHP_VERSION, /* version */
30593059
"Zend Technologies", /* author */
30603060
"http://www.zend.com/", /* URL */
3061-
"Copyright (c) 1999-2017", /* copyright */
3061+
"Copyright (c) 1999-2018", /* copyright */
30623062
accel_startup, /* startup */
30633063
NULL, /* shutdown */
30643064
accel_activate, /* per-script activation */

ext/phar/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--------------------------------------------------------------------
22
The PHP License, version 3.01
3-
Copyright (c) 1999 - 2005 The PHP Group. All rights reserved.
3+
Copyright (c) 1999 - 2018 The PHP Group. All rights reserved.
44
--------------------------------------------------------------------
55

66
Redistribution and use in source and binary forms, with or without

ext/phar/phar.1.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PHAR 1 "2017" "The PHP Group" "User Commands"
1+
.TH PHAR 1 "2018" "The PHP Group" "User Commands"
22
.SH NAME
33
phar, phar.phar \- PHAR (PHP archive) command line tool
44
.SH SYNOPSIS
@@ -507,7 +507,7 @@ contributors all around the world.
507507
.SH VERSION INFORMATION
508508
This manpage describes \fBphar\fP, version @PHP_VERSION@.
509509
.SH COPYRIGHT
510-
Copyright \(co 1997\-2017 The PHP Group
510+
Copyright \(co 1997\-2018 The PHP Group
511511
.LP
512512
This source file is subject to version 3.01 of the PHP license,
513513
that is bundled with this package in the file LICENSE, and is

ext/soap/interop/client_round2_interop.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// +----------------------------------------------------------------------+
44
// | PHP Version 4 |
55
// +----------------------------------------------------------------------+
6-
// | Copyright (c) 1997-2003 The PHP Group |
6+
// | Copyright (c) 1997-2018 The PHP Group |
77
// +----------------------------------------------------------------------+
88
// | This source file is subject to version 2.02 of the PHP license, |
99
// | that is bundled with this package in the file LICENSE, and is |
@@ -782,4 +782,4 @@ function showWire($id) {
782782

783783
}
784784

785-
?>
785+
?>

0 commit comments

Comments
 (0)