Skip to content

Fixed copyright block #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<!--
~ /*
~ * This file is part of JSON:API implementation for PHP.
~ *
~ * (c) Alexey Karapetov <karapetov@gmail.com>
~ *
~ * For the full copyright and license information, please view the LICENSE
~ * file that was distributed with this source code.
~ */
~ This file is part of JSON:API implementation for PHP.
~
~ (c) Alexey Karapetov <karapetov@gmail.com>
~
~ For the full copyright and license information, please view the LICENSE
~ file that was distributed with this source code.
-->

<ruleset>
Expand Down
14 changes: 6 additions & 8 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ /*
~ * This file is part of JSON:API implementation for PHP.
~ *
~ * (c) Alexey Karapetov <karapetov@gmail.com>
~ *
~ * For the full copyright and license information, please view the LICENSE
~ * file that was distributed with this source code.
~ */
~ This file is part of JSON:API implementation for PHP.
~
~ (c) Alexey Karapetov <karapetov@gmail.com>
~
~ For the full copyright and license information, please view the LICENSE
~ file that was distributed with this source code.
-->

<phpunit
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Document.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Error.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Resource/IdentifiableResource.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace JsonApiPhp\JsonApi\Document\Resource;
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Resource/NullData.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Resource/Relationship/Linkage.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Resource/Relationship/Relationship.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Resource/ResourceId.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/Document/Resource/ResourceObject.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/HasLinks.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/HasLinksAndMeta.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions src/HasMeta.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/Document/CompoundDocumentTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/Document/DocumentTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/Document/ErrorTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/Document/Resource/Relationship/LinkageTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/Document/Resource/Relationship/RelationshipTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/Document/Resource/ResourceTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/HasAssertEqualsAsJson.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/IntegrationTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);
Expand Down
10 changes: 4 additions & 6 deletions test/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php
/**
* This file is part of JSON:API implementation for PHP.
*
* * This file is part of JSON:API implementation for PHP.
* *
* * (c) Alexey Karapetov <karapetov@gmail.com>
* *
* * For the full copyright and license information, please view the LICENSE
* * file that was distributed with this source code.
* (c) Alexey Karapetov <karapetov@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

require_once __DIR__ . '/../vendor/autoload.php';
Expand Down