Skip to content

Commit

Permalink
chore: update maintainer and remove unnecessary disclaimers (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored Aug 2, 2024
1 parent 8d5edcb commit 725c2a7
Show file tree
Hide file tree
Showing 134 changed files with 3 additions and 1,463 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
[![Latest Version](https://badgen.now.sh/github/release/ArkEcosystem/php-crypto)](https://github.com/ArkEcosystem/php-crypto/releases)
[![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT)

> Lead Maintainer: [Brian Faust](https://github.com/faustbrian)
## Documentation

You can find installation instructions and detailed instructions on how to use this package at the [dedicated documentation site](https://docs.ark.io/sdk/cryptography/php.html).
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"license": "MIT",
"authors": [
{
"name": "Brian Faust",
"email": "hello@brianfaust.me",
"homepage": "https://github.com/faustbrian"
"name": "ARK Ecosystem",
"email": "info@arkscic.com",
"homepage": "https://arkscic.com"
}
],
"require": {
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Reader/Buffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Reader;

class Buffer
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Reader/Concerns/Hex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Reader\Concerns;

use ArkEcosystem\Crypto\Binary\Hex\Reader;
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Reader/Concerns/Integer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Reader\Concerns;

use ArkEcosystem\Crypto\Binary\Integer\Reader;
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Reader/Concerns/UnsignedInteger.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Reader\Concerns;

use ArkEcosystem\Crypto\Binary\UnsignedInteger\Reader;
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Writer/Buffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Writer;

use ArkEcosystem\Crypto\Binary\Hex\Writer as Hex;
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Writer/Concerns/Generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Writer\Concerns;

trait Generic
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Writer/Concerns/Hex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Writer\Concerns;

use ArkEcosystem\Crypto\Binary\Hex\Writer;
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Writer/Concerns/Integer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Writer\Concerns;

use ArkEcosystem\Crypto\Binary\Integer\Writer;
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Buffer/Writer/Concerns/UnsignedInteger.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Buffer\Writer\Concerns;

use ArkEcosystem\Crypto\Binary\UnsignedInteger\Writer;
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Hex/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Hex;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Hex/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Hex;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Integer/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Integer;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/Integer/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\Integer;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/UnsignedInteger/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\UnsignedInteger;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/Binary/UnsignedInteger/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\Binary\UnsignedInteger;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/ByteBuffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer;

use InvalidArgumentException;
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/ByteOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer;

class ByteOrder
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/Concerns/Initialisable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer\Concerns;

use InvalidArgumentException;
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/Concerns/Offsetable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer\Concerns;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/Concerns/Positionable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer\Concerns;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/Concerns/Readable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer\Concerns;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/Concerns/Reads/Floats.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer\Concerns\Reads;

/**
Expand Down
9 changes: 0 additions & 9 deletions src/ByteBuffer/Concerns/Reads/Hex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/*
* This file is part of Ark PHP Crypto.
*
* (c) Ark Ecosystem <info@ark.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ArkEcosystem\Crypto\ByteBuffer\Concerns\Reads;

/**
Expand Down
Loading

0 comments on commit 725c2a7

Please sign in to comment.