Commit 2a5fa017 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Copyright declaration

parent 47c82949
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
<?php

/**
 * @copyright 2021 Anton Smirnov
 * @license MIT https://spdx.org/licenses/MIT.html
 */

declare(strict_types=1);

namespace Arokettu\Path;
+5 −0
Original line number Diff line number Diff line
<?php

/**
 * @copyright 2021 Anton Smirnov
 * @license MIT https://spdx.org/licenses/MIT.html
 */

declare(strict_types=1);

namespace Arokettu\Path;
+5 −0
Original line number Diff line number Diff line
<?php

/**
 * @copyright 2021 Anton Smirnov
 * @license MIT https://spdx.org/licenses/MIT.html
 */

declare(strict_types=1);

namespace Arokettu\Path;
+5 −0
Original line number Diff line number Diff line
<?php

/**
 * @copyright 2021 Anton Smirnov
 * @license MIT https://spdx.org/licenses/MIT.html
 */

declare(strict_types=1);

namespace Arokettu\Path\Exceptions;
+5 −0
Original line number Diff line number Diff line
<?php

/**
 * @copyright 2021 Anton Smirnov
 * @license MIT https://spdx.org/licenses/MIT.html
 */

declare(strict_types=1);

namespace Arokettu\Path\Exceptions;
Loading