Skip to content

Commit e4c8949

Browse files
authored
[ci skip] Update EXTENSIONS and Author(s) in ext/random (php#9074)
php.net account is better suited for this cases.
1 parent ec52da1 commit e4c8949

10 files changed

+10
-10
lines changed

EXTENSIONS

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ STATUS: Working
427427
SINCE: 4.0.2
428428
-------------------------------------------------------------------------------
429429
EXTENSION: random
430-
PRIMARY MAINTAINER Go Kudo <zeriyoshi@gmail.com> (2022 - 2022)
430+
PRIMARY MAINTAINER Go Kudo <zeriyoshi@php.net> (2022 - 2022)
431431
Tim Düsterhus <[email protected]> (2022 - 2022)
432432
MAINTENANCE: Maintained
433433
STATUS: Working

ext/random/engine_combinedlcg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| [email protected] so we can mail you a copy immediately. |
1212
+----------------------------------------------------------------------+
1313
| Authors: Sascha Schumann <[email protected]> |
14-
| Go Kudo <[email protected]> |
14+
| Go Kudo <[email protected]> |
1515
+----------------------------------------------------------------------+
1616
*/
1717

ext/random/engine_mt19937.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| Zeev Suraski <[email protected]> |
1515
| Pedro Melo <[email protected]> |
1616
| Sterling Hughes <[email protected]> |
17-
| Go Kudo <[email protected]> |
17+
| Go Kudo <[email protected]> |
1818
| |
1919
| Based on code from: Richard J. Wagner <[email protected]> |
2020
| Makoto Matsumoto <[email protected]> |

ext/random/engine_pcgoneseq128xslrr64.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| obtain it through the world-wide-web, please send a note to |
1111
| [email protected] so we can mail you a copy immediately. |
1212
+----------------------------------------------------------------------+
13-
| Author: Go Kudo <[email protected]> |
13+
| Author: Go Kudo <[email protected]> |
1414
| |
1515
| Based on code from: Melissa O'Neill <[email protected]> |
1616
+----------------------------------------------------------------------+

ext/random/engine_secure.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| [email protected] so we can mail you a copy immediately. |
1212
+----------------------------------------------------------------------+
1313
| Authors: Sammy Kaye Powers <[email protected]> |
14-
| Go Kudo <[email protected]> |
14+
| Go Kudo <[email protected]> |
1515
+----------------------------------------------------------------------+
1616
*/
1717

ext/random/engine_user.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| obtain it through the world-wide-web, please send a note to |
1111
| [email protected] so we can mail you a copy immediately. |
1212
+----------------------------------------------------------------------+
13-
| Author: Go Kudo <[email protected]> |
13+
| Author: Go Kudo <[email protected]> |
1414
+----------------------------------------------------------------------+
1515
*/
1616

ext/random/engine_xoshiro256starstar.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| obtain it through the world-wide-web, please send a note to |
1111
| [email protected] so we can mail you a copy immediately. |
1212
+----------------------------------------------------------------------+
13-
| Author: Go Kudo <[email protected]> |
13+
| Author: Go Kudo <[email protected]> |
1414
| |
1515
| Based on code from: David Blackman |
1616
| Sebastiano Vigna <[email protected]> |

ext/random/php_random.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| Pedro Melo <[email protected]> |
1717
| Sterling Hughes <[email protected]> |
1818
| Sammy Kaye Powers <[email protected]> |
19-
| Go Kudo <[email protected]> |
19+
| Go Kudo <[email protected]> |
2020
| |
2121
| Based on code from: Richard J. Wagner <[email protected]> |
2222
| Makoto Matsumoto <[email protected]> |

ext/random/random.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| [email protected] so we can mail you a copy immediately. |
1212
+----------------------------------------------------------------------+
1313
| Authors: Sammy Kaye Powers <[email protected]> |
14-
| Go Kudo <[email protected]> |
14+
| Go Kudo <[email protected]> |
1515
+----------------------------------------------------------------------+
1616
*/
1717

ext/random/randomizer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| obtain it through the world-wide-web, please send a note to |
1111
| [email protected] so we can mail you a copy immediately. |
1212
+----------------------------------------------------------------------+
13-
| Author: Go Kudo <[email protected]> |
13+
| Author: Go Kudo <[email protected]> |
1414
+----------------------------------------------------------------------+
1515
*/
1616

0 commit comments

Comments
 (0)