Skip to content

Commit 3537e95

Browse files
committed
bump year which is missed in rev 49493a2
1 parent d9bac84 commit 3537e95

File tree

102 files changed

+104
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+104
-104
lines changed

Zend/zend.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |
@@ -128,7 +128,7 @@ ZEND_API zval zval_used_for_init; /* True global variable */
128128
/* version information */
129129
static char *zend_version_info;
130130
static uint zend_version_info_length;
131-
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2015 Zend Technologies\n"
131+
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2016 Zend Technologies\n"
132132
#define PRINT_ZVAL_INDENT 4
133133

134134
static void print_hash(zend_write_func_t write_func, HashTable *ht, int indent, zend_bool is_object TSRMLS_DC) /* {{{ */

Zend/zend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_API.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_API.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_alloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_alloc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_ast.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_ast.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_build.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_builtin_functions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_builtin_functions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_closures.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_closures.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_compile.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_compile.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_config.nw.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_config.w32.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_constants.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_constants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_default_classes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_dynamic_array.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_dynamic_array.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_errors.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_exceptions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_exceptions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_execute.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_execute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_execute_API.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_extensions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_extensions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

Zend/zend_float.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 2.00 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |

0 commit comments

Comments
 (0)