Skip to content

Update EXTENSIONS and Author(s) in ext/random #9074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EXTENSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ STATUS: Working
SINCE: 4.0.2
-------------------------------------------------------------------------------
EXTENSION: random
PRIMARY MAINTAINER Go Kudo <zeriyoshi@gmail.com> (2022 - 2022)
PRIMARY MAINTAINER Go Kudo <zeriyoshi@php.net> (2022 - 2022)
Tim Düsterhus <timwolla@php.net> (2022 - 2022)
MAINTENANCE: Maintained
STATUS: Working
Expand Down
2 changes: 1 addition & 1 deletion ext/random/engine_combinedlcg.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Sascha Schumann <sascha@schumann.cx> |
| Go Kudo <g-kudo@colopl.co.jp> |
| Go Kudo <zeriyoshi@php.net> |
+----------------------------------------------------------------------+
*/

Expand Down
2 changes: 1 addition & 1 deletion ext/random/engine_mt19937.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| Zeev Suraski <zeev@php.net> |
| Pedro Melo <melo@ip.pt> |
| Sterling Hughes <sterling@php.net> |
| Go Kudo <g-kudo@colopl.co.jp> |
| Go Kudo <zeriyoshi@php.net> |
| |
| Based on code from: Richard J. Wagner <rjwagner@writeme.com> |
| Makoto Matsumoto <matumoto@math.keio.ac.jp> |
Expand Down
2 changes: 1 addition & 1 deletion ext/random/engine_pcgoneseq128xslrr64.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Go Kudo <g-kudo@colopl.co.jp> |
| Author: Go Kudo <zeriyoshi@php.net> |
| |
| Based on code from: Melissa O'Neill <oneill@pcg-random.org> |
+----------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion ext/random/engine_secure.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Sammy Kaye Powers <me@sammyk.me> |
| Go Kudo <g-kudo@colopl.co.jp> |
| Go Kudo <zeriyoshi@php.net> |
+----------------------------------------------------------------------+
*/

Expand Down
2 changes: 1 addition & 1 deletion ext/random/engine_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Go Kudo <g-kudo@colopl.co.jp> |
| Author: Go Kudo <zeriyoshi@php.net> |
+----------------------------------------------------------------------+
*/

Expand Down
2 changes: 1 addition & 1 deletion ext/random/engine_xoshiro256starstar.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Go Kudo <g-kudo@colopl.co.jp> |
| Author: Go Kudo <zeriyoshi@php.net> |
| |
| Based on code from: David Blackman |
| Sebastiano Vigna <vigna@acm.org> |
Expand Down
2 changes: 1 addition & 1 deletion ext/random/php_random.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| Pedro Melo <melo@ip.pt> |
| Sterling Hughes <sterling@php.net> |
| Sammy Kaye Powers <me@sammyk.me> |
| Go Kudo <g-kudo@colopl.co.jp> |
| Go Kudo <zeriyoshi@php.net> |
| |
| Based on code from: Richard J. Wagner <rjwagner@writeme.com> |
| Makoto Matsumoto <matumoto@math.keio.ac.jp> |
Expand Down
2 changes: 1 addition & 1 deletion ext/random/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Sammy Kaye Powers <me@sammyk.me> |
| Go Kudo <g-kudo@colopl.co.jp> |
| Go Kudo <zeriyoshi@php.net> |
+----------------------------------------------------------------------+
*/

Expand Down
2 changes: 1 addition & 1 deletion ext/random/randomizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Go Kudo <g-kudo@colopl.co.jp> |
| Author: Go Kudo <zeriyoshi@php.net> |
+----------------------------------------------------------------------+
*/

Expand Down