Skip to content

Commit d2c9e80

Browse files
author
Andi Gutmans
committed
- Update copyright year
1 parent 121d71c commit d2c9e80

Some content is hidden

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

54 files changed

+55
-55
lines changed

Zend/zend.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
+----------------------------------------------------------------------+
33
| Zend Engine |
44
+----------------------------------------------------------------------+
5-
| Copyright (c) 1998-2000 Zend Technologies Ltd. (http://www.zend.com) |
5+
| Copyright (c) 1998-2001 Zend Technologies Ltd. (http://www.zend.com) |
66
+----------------------------------------------------------------------+
77
| This source file is subject to version 0.92 of the Zend license, |
88
| that is bundled with this package in the file LICENSE, and is |
@@ -71,7 +71,7 @@ ZEND_API zval zval_used_for_init; /* True global variable */
7171
/* version information */
7272
static char *zend_version_info;
7373
static uint zend_version_info_length;
74-
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2000 Zend Technologies\n"
74+
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2001 Zend Technologies\n"
7575

7676

7777
#define PRINT_ZVAL_INDENT 4

Zend/zend.h

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

Zend/zend_API.c

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

Zend/zend_API.h

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

Zend/zend_alloc.c

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

Zend/zend_alloc.h

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

Zend/zend_builtin_functions.c

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

Zend/zend_builtin_functions.h

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

Zend/zend_compile.c

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

Zend/zend_compile.h

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

Zend/zend_config.w32.h

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

Zend/zend_constants.c

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

Zend/zend_constants.h

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

Zend/zend_dynamic_array.c

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

Zend/zend_dynamic_array.h

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

Zend/zend_errors.h

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

Zend/zend_execute.c

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

Zend/zend_execute.h

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

Zend/zend_execute_API.c

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

Zend/zend_extensions.c

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

Zend/zend_extensions.h

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

Zend/zend_fast_cache.h

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

Zend/zend_globals.h

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

Zend/zend_globals_macros.h

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

Zend/zend_hash.c

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

Zend/zend_hash.h

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

Zend/zend_highlight.c

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

Zend/zend_highlight.h

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

Zend/zend_indent.c

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

Zend/zend_indent.h

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

Zend/zend_ini.c

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

0 commit comments

Comments
 (0)