From 0541dce8fad3431e8b5a71648d7c6ea250939905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antal=20=C3=81ron?= Date: Wed, 21 Jun 2023 15:16:34 +0200 Subject: [PATCH] Fix header comment --- .php-cs-fixer.dist.php | 4 ++-- src/Disqus.php | 2 +- src/DisqusResourceOwner.php | 2 +- src/Exception/DisqusIdentityProviderException.php | 2 +- test/DisqusTest.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 42d7735..d85c905 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -3,7 +3,7 @@ /* * This file is part of Disqus Oaut2 client * - * (c) EDIMA.email Kft. + * (c) Antal Áron * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -12,7 +12,7 @@ $header = <<<'EOF' This file is part of Disqus Oaut2 client -(c) EDIMA.email Kft. +(c) Antal Áron For the full copyright and license information, please view the LICENSE file that was distributed with this source code. diff --git a/src/Disqus.php b/src/Disqus.php index be58002..229be2b 100644 --- a/src/Disqus.php +++ b/src/Disqus.php @@ -3,7 +3,7 @@ /* * This file is part of Disqus Oaut2 client * - * (c) EDIMA.email Kft. + * (c) Antal Áron * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/DisqusResourceOwner.php b/src/DisqusResourceOwner.php index 9f59123..6ab1a82 100644 --- a/src/DisqusResourceOwner.php +++ b/src/DisqusResourceOwner.php @@ -3,7 +3,7 @@ /* * This file is part of Disqus Oaut2 client * - * (c) EDIMA.email Kft. + * (c) Antal Áron * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/DisqusIdentityProviderException.php b/src/Exception/DisqusIdentityProviderException.php index d013b1d..b504e0a 100644 --- a/src/Exception/DisqusIdentityProviderException.php +++ b/src/Exception/DisqusIdentityProviderException.php @@ -3,7 +3,7 @@ /* * This file is part of Disqus Oaut2 client * - * (c) EDIMA.email Kft. + * (c) Antal Áron * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/DisqusTest.php b/test/DisqusTest.php index 2cff7e4..edac1de 100644 --- a/test/DisqusTest.php +++ b/test/DisqusTest.php @@ -3,7 +3,7 @@ /* * This file is part of Disqus Oaut2 client * - * (c) EDIMA.email Kft. + * (c) Antal Áron * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.