Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
update file headers and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Indemnity83 committed Mar 30, 2018
1 parent 22e11de commit c8a568f
Show file tree
Hide file tree
Showing 59 changed files with 117 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $rules = [
'visibility_required' => true,
'no_whitespace_in_blank_line' => true,
'ordered_imports' => ['sortAlgorithm' => 'length'],
'header_comment' => ['header' => "This file is part of Solder.\n\n(c) Kyle Klaus <kklaus@indemnity83.com>\n\nFor the full copyright and license information, please view the LICENSE\nfile that was distributed with this source code."],
'header_comment' => ['header' => "This file is part of TechnicPack Launcher Api.\n\n(c) Syndicate LLC\n\nFor the full copyright and license information, please view the LICENSE\nfile that was distributed with this source code."],
];

$finder = PhpCsFixer\Finder::create()
Expand Down
4 changes: 2 additions & 2 deletions config/platform.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions migrations/2017_09_06_154609_create_keys_table.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions migrations/2017_09_09_154654_create_clients_table.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions migrations/2018_03_14_100000_create_client_exposes_table.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions routes/api.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Build.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/HasClients.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Api/DescribeApi.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Api/ModpackBuildController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Api/ModpackController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Api/VerifyToken.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Settings/ClientsController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Controllers/Settings/KeysController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Resources/Api/BuildResource.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Resources/Api/ModResource.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Resources/Api/ModpackFullResource.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Resources/Api/ModpackResource.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Resources/ClientResource.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Resources/KeyResource.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Key.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Modpack.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Policies/ClientPolicy.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Policies/KeyPolicy.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Providers/PlatformServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/QueryBuilder.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/Build.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/Feature/Api/DescribeApiTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/Feature/Api/ListModpacksTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions tests/Feature/Api/ShowBuildsTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of Solder.
* This file is part of TechnicPack Launcher Api.
*
* (c) Kyle Klaus <kklaus@indemnity83.com>
* (c) Syndicate LLC
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Loading

0 comments on commit c8a568f

Please sign in to comment.