From 77e0e93f55abf998d3cd3d43aeb29e42dcdf4bfb Mon Sep 17 00:00:00 2001 From: Go Kudo Date: Thu, 21 Jul 2022 12:56:16 +0900 Subject: [PATCH] Update EXTENSIONS and Author(s) in ext/random php.net account is better suited for this cases. --- EXTENSIONS | 2 +- ext/random/engine_combinedlcg.c | 2 +- ext/random/engine_mt19937.c | 2 +- ext/random/engine_pcgoneseq128xslrr64.c | 2 +- ext/random/engine_secure.c | 2 +- ext/random/engine_user.c | 2 +- ext/random/engine_xoshiro256starstar.c | 2 +- ext/random/php_random.h | 2 +- ext/random/random.c | 2 +- ext/random/randomizer.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/EXTENSIONS b/EXTENSIONS index 649bc1ee013de..1b745557bf5c8 100644 --- a/EXTENSIONS +++ b/EXTENSIONS @@ -427,7 +427,7 @@ STATUS: Working SINCE: 4.0.2 ------------------------------------------------------------------------------- EXTENSION: random -PRIMARY MAINTAINER Go Kudo (2022 - 2022) +PRIMARY MAINTAINER Go Kudo (2022 - 2022) Tim Düsterhus (2022 - 2022) MAINTENANCE: Maintained STATUS: Working diff --git a/ext/random/engine_combinedlcg.c b/ext/random/engine_combinedlcg.c index 35c997da76340..527ff168e8ccf 100644 --- a/ext/random/engine_combinedlcg.c +++ b/ext/random/engine_combinedlcg.c @@ -11,7 +11,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Sascha Schumann | - | Go Kudo | + | Go Kudo | +----------------------------------------------------------------------+ */ diff --git a/ext/random/engine_mt19937.c b/ext/random/engine_mt19937.c index 6e438fea5fda1..63613e2fcc878 100644 --- a/ext/random/engine_mt19937.c +++ b/ext/random/engine_mt19937.c @@ -14,7 +14,7 @@ | Zeev Suraski | | Pedro Melo | | Sterling Hughes | - | Go Kudo | + | Go Kudo | | | | Based on code from: Richard J. Wagner | | Makoto Matsumoto | diff --git a/ext/random/engine_pcgoneseq128xslrr64.c b/ext/random/engine_pcgoneseq128xslrr64.c index 1d8644a67a87e..7f15c839d3372 100644 --- a/ext/random/engine_pcgoneseq128xslrr64.c +++ b/ext/random/engine_pcgoneseq128xslrr64.c @@ -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 | + | Author: Go Kudo | | | | Based on code from: Melissa O'Neill | +----------------------------------------------------------------------+ diff --git a/ext/random/engine_secure.c b/ext/random/engine_secure.c index 464472dbe04da..7dda4e9dec1d6 100644 --- a/ext/random/engine_secure.c +++ b/ext/random/engine_secure.c @@ -11,7 +11,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Sammy Kaye Powers | - | Go Kudo | + | Go Kudo | +----------------------------------------------------------------------+ */ diff --git a/ext/random/engine_user.c b/ext/random/engine_user.c index 1b86c93d0ac55..9e944452e8a58 100644 --- a/ext/random/engine_user.c +++ b/ext/random/engine_user.c @@ -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 | + | Author: Go Kudo | +----------------------------------------------------------------------+ */ diff --git a/ext/random/engine_xoshiro256starstar.c b/ext/random/engine_xoshiro256starstar.c index 1f0065d976803..502fc59e4e02a 100644 --- a/ext/random/engine_xoshiro256starstar.c +++ b/ext/random/engine_xoshiro256starstar.c @@ -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 | + | Author: Go Kudo | | | | Based on code from: David Blackman | | Sebastiano Vigna | diff --git a/ext/random/php_random.h b/ext/random/php_random.h index 29dbccc91831c..3b677e3346482 100644 --- a/ext/random/php_random.h +++ b/ext/random/php_random.h @@ -16,7 +16,7 @@ | Pedro Melo | | Sterling Hughes | | Sammy Kaye Powers | - | Go Kudo | + | Go Kudo | | | | Based on code from: Richard J. Wagner | | Makoto Matsumoto | diff --git a/ext/random/random.c b/ext/random/random.c index 1763842fc0dd6..5ba0bf31b023d 100644 --- a/ext/random/random.c +++ b/ext/random/random.c @@ -11,7 +11,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Sammy Kaye Powers | - | Go Kudo | + | Go Kudo | +----------------------------------------------------------------------+ */ diff --git a/ext/random/randomizer.c b/ext/random/randomizer.c index 25632b99e1d25..722fbd0b5c4b0 100644 --- a/ext/random/randomizer.c +++ b/ext/random/randomizer.c @@ -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 | + | Author: Go Kudo | +----------------------------------------------------------------------+ */