Skip to content

Commit

Permalink
Close #170
Browse files Browse the repository at this point in the history
  • Loading branch information
neomerx committed Feb 15, 2017
1 parent 7f83d4e commit 9acd609
Show file tree
Hide file tree
Showing 169 changed files with 173 additions and 170 deletions.
2 changes: 1 addition & 1 deletion src/Codec/CodecMatcher.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Codec;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Codec/CodecMatcherInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Codec;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Decoder/DecoderInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Decoder;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Document/DocumentFactoryInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Document;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Document/DocumentInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Document;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Document/ErrorInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Document;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Document/LinkInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Document;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/EncoderInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Handlers/HandlerFactoryInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Handlers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Handlers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parameters;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parameters;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parameters;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Parser/ParserFactoryInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parser;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Parser/ParserInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parser;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Parser/ParserManagerInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parser;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parser;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Parser/ParserReplyInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Parser;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Stack/StackFactoryInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Stack;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Stack/StackFrameInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Stack;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Stack;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Stack/StackInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Stack;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Encoder/Stack/StackReadOnlyInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Encoder\Stack;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Factories/FactoryInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Factories;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Headers/AcceptHeaderInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Headers/AcceptMediaTypeInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Headers/HeaderInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Headers/HeaderParametersInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Headers/HeadersCheckerInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Headers/MediaTypeInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Headers;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/HttpFactoryInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Query/QueryCheckerInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Query;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http\Query;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/ResponsesInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Http;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/I18n/TranslatorInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\I18n;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Schema/ContainerInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Schema;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Schema/RelationshipObjectInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Schema;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Schema/ResourceObjectInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Schema;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Schema/SchemaFactoryInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Schema;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Schema/SchemaProviderInterface.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Contracts\Schema;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Decoders/ArrayDecoder.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Decoders;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Decoders/ObjectDecoder.php
@@ -1,7 +1,7 @@
<?php namespace Neomerx\JsonApi\Decoders;

/**
* Copyright 2015 info@neomerx.com (www.neomerx.com)
* Copyright 2015-2017 info@neomerx.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 9acd609

Please sign in to comment.