forked from runkit7/runkit7
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix years and emails in copyright info blocks
- Loading branch information
Showing
13 changed files
with
75 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/* | ||
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
#ifndef PHP_RUNKIT_HASH_H | ||
#define PHP_RUNKIT_HASH_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
/* | ||
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Dmitry Zenovich <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
#ifndef PHP_RUNKIT_SANDBOX_H | ||
#define PHP_RUNKIT_SANDBOX_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
/* | ||
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Dmitry Zenovich <[email protected]> | | ||
+----------------------------------------------------------------------+ | ||
*/ | ||
|
||
#ifndef PHP_RUNKIT_ZVAL_H | ||
#define PHP_RUNKIT_ZVAL_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Props: Wez Furlong | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
+----------------------------------------------------------------------+ | ||
| PHP Version 5 | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2012 Dmitry Zenovich | | ||
| Copyright (c) 1997-2006 The PHP Group, (c) 2008-2015 Dmitry Zenovich | | ||
+----------------------------------------------------------------------+ | ||
| This source file is subject to the new BSD license, | | ||
| that is bundled with this package in the file LICENSE, and is | | ||
| available through the world-wide-web at the following url: | | ||
| http://www.opensource.org/licenses/BSD-3-Clause | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send a note to | | ||
| [email protected] so we can mail you a copy immediately. | | ||
| [email protected] so we can mail you a copy immediately. | | ||
+----------------------------------------------------------------------+ | ||
| Author: Sara Golemon <[email protected]> | | ||
| Modified by Dmitry Zenovich <[email protected]> | | ||
|