Commit eb94dbaa authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Add copyright declaration

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

namespace Arokettu\Date\Calendars;
Loading