Commit 766d2760 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Add license declaration

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

namespace Arokettu\Bencode;
Loading