Skip to content

Commit

Permalink
Fix license (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 4, 2022
1 parent d77a641 commit 6d3e2af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^3.8.0" installed="3.13.0" location="./tools/php-cs-fixer" copy="false"/>
<phar name="php-cs-fixer" version="^3.13.0" installed="3.13.0" location="./tools/php-cs-fixer" copy="false"/>
<phar name="infection" version="^0.26.16" installed="0.26.16" location="./tools/infection" copy="false"/>
<phar name="composer-normalize" version="^2.28.3" installed="2.28.3" location="./tools/composer-normalize" copy="false"/>
</phive>
9 changes: 0 additions & 9 deletions src/CpuCoreCounter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2017-2022 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
*
* @see https://github.com/ergebnis/php-package-template
*/

namespace Fidry\CpuCounter;

use function count;
Expand Down

0 comments on commit 6d3e2af

Please sign in to comment.