Skip to content

Commit

Permalink
adjust copyright (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Tebiev <alexander.tebiev@gmail.com>
  • Loading branch information
beeyev and alexander-tebiev authored Jun 19, 2023
1 parent 8978e36 commit 656fbbb
Show file tree
Hide file tree
Showing 37 changed files with 94 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EditorConfig is awesome: http://EditorConfig.org
# Alexander Tebiev - https://github.com/beeyev

# top-most EditorConfig file
root = true
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Alexander Tebiev - https://github.com/beeyev
* text=auto eol=lf
.github/ export-ignore
.editorconfig export-ignore
Expand Down
1 change: 1 addition & 0 deletions .github/actions/prepare-php-environment/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Alexander Tebiev - https://github.com/beeyev
name: Prepare PHP Environment
description: 'Prepare PHP Environment'
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-code-style.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Alexander Tebiev - https://github.com/beeyev
name: Code Style

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-phpstan-check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Alexander Tebiev - https://github.com/beeyev
name: PHPStan check

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-phpunit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Alexander Tebiev - https://github.com/beeyev
name: PHPUnit tests

on:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Alexander Tebiev - https://github.com/beeyev
.php-cs-fixer.cache
.phpunit.result.cache
composer.lock
Expand Down
4 changes: 3 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
/*
/**
* This document has been generated with
* https://mlocati.github.io/php-cs-fixer-configurator/#version:2.19.3|configurator
*
* @author Alexander Tebiev - https://github.com/beeyev
*/
$config = new PhpCsFixer\Config();

Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Alexander Tebiev - https://github.com/beeyev

.PHONY: *
.DEFAULT_GOAL := help

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authors": [
{
"name": "Alexander Tebiev",
"email": "tebiev@mail.com",
"email": "alexander.tebiev@gmail.com",
"homepage": "https://github.com/beeyev/"
}
],
Expand Down
4 changes: 3 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

use Rector\Config\RectorConfig;
Expand Down
4 changes: 3 additions & 1 deletion src/Adapters/Laravel/Facades/ThumborFacade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Adapters\Laravel\Facades;
Expand Down
4 changes: 3 additions & 1 deletion src/Adapters/Laravel/ThumborServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Adapters\Laravel;
Expand Down
4 changes: 3 additions & 1 deletion src/Adapters/Laravel/config/thumbor.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

return [
Expand Down
4 changes: 3 additions & 1 deletion src/Exceptions/ThumborException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Exceptions;
Expand Down
4 changes: 3 additions & 1 deletion src/Exceptions/ThumborInvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Exceptions;
Expand Down
4 changes: 3 additions & 1 deletion src/Manipulations/Filter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion src/Manipulations/Fit.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion src/Manipulations/Halign.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion src/Manipulations/Resize.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion src/Manipulations/Trim.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion src/Manipulations/Valign.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion src/Support/Security.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Support;
Expand Down
4 changes: 3 additions & 1 deletion src/Thumbor.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/CombinedTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/CropTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/FilterTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/HalignTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/MetadataTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/ResizeOrFitTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/SmartCropTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/TrimTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Manipulations/ValignTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Manipulations;
Expand Down
4 changes: 3 additions & 1 deletion tests/Support/SecurityTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests\Support;
Expand Down
4 changes: 3 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests;
Expand Down
4 changes: 3 additions & 1 deletion tests/ThumborTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests;
Expand Down
4 changes: 3 additions & 1 deletion tests/ThumborUrlGenerationTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

/**
* @author Alexander Tebiev - https://github.com/beeyev
*/
declare(strict_types=1);

namespace Beeyev\Thumbor\Tests;
Expand Down

0 comments on commit 656fbbb

Please sign in to comment.