From 6ec703c9fab797312c5a9de74ec8abd5ec2424c5 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 2 Feb 2025 11:15:41 +0100 Subject: [PATCH] update phpdoc --- tests/AuthenticationTest.php | 2 +- tests/Client/ClientTest.php | 2 +- tests/Client/DeleteRequestTest.php | 2 +- tests/Client/GetRequestTest.php | 2 +- tests/Client/HeadRequestTest.php | 2 +- tests/Client/OptionsTest.php | 2 +- tests/Client/PatchRequestTest.php | 2 +- tests/Client/PostRequestTest.php | 2 +- tests/Client/PutRequestTest.php | 2 +- tests/Environment/HttpContextTest.php | 2 +- tests/Environment/HttpResponseTest.php | 2 +- tests/Exception/StatusCodeExceptionTest.php | 2 +- tests/ExceptionTest.php | 2 +- tests/ExceptionThrowerTest.php | 2 +- tests/Filter/BackstageTest.php | 2 +- tests/Filter/BasicAuthenticationTest.php | 2 +- tests/Filter/BrowserCacheTest.php | 2 +- tests/Filter/CORSTest.php | 2 +- tests/Filter/Condition/PathMatchTest.php | 2 +- tests/Filter/Condition/RequestMethodChoiceTest.php | 2 +- tests/Filter/ContentMd5Test.php | 2 +- tests/Filter/DummyFilter.php | 2 +- tests/Filter/FilterChainTest.php | 2 +- tests/Filter/FilterTestCase.php | 2 +- tests/Filter/GroupTest.php | 2 +- tests/Filter/HSTSTest.php | 2 +- tests/Filter/IpFirewallTest.php | 2 +- tests/Filter/TestFilter.php | 2 +- tests/Filter/UserAgentEnforcerTest.php | 2 +- tests/MediaType/JsonTest.php | 2 +- tests/MediaType/XmlTest.php | 2 +- tests/MediaTypeTest.php | 2 +- tests/MessageTest.php | 2 +- tests/RequestTest.php | 2 +- tests/ResponseTest.php | 2 +- tests/Server/RequestFactoryTest.php | 2 +- tests/Server/ResponseFactoryTest.php | 2 +- tests/Server/SenderTest.php | 2 +- tests/Server/SenderTestCase.php | 2 +- tests/Stream/BufferedStreamTest.php | 2 +- tests/Stream/FileStreamTest.php | 2 +- tests/Stream/LazyStreamTest.php | 2 +- tests/Stream/MultipartStreamTest.php | 2 +- tests/Stream/StreamReadOnlyTest.php | 2 +- tests/Stream/StreamTest.php | 2 +- tests/Stream/StreamTestCase.php | 2 +- tests/Stream/StreamWriteOnlyTest.php | 2 +- tests/Stream/StringStreamTest.php | 2 +- tests/Stream/UtilTest.php | 2 +- tests/Writer/FileTest.php | 2 +- tests/Writer/FormTest.php | 2 +- tests/Writer/JsonTest.php | 2 +- tests/Writer/MultipartTest.php | 2 +- tests/Writer/ResourceTest.php | 2 +- tests/Writer/StreamTest.php | 2 +- tests/Writer/WriterTest.php | 2 +- tests/Writer/XmlTest.php | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/tests/AuthenticationTest.php b/tests/AuthenticationTest.php index 2b1f9ec..69cbff5 100644 --- a/tests/AuthenticationTest.php +++ b/tests/AuthenticationTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/ClientTest.php b/tests/Client/ClientTest.php index 040e2db..442dd18 100644 --- a/tests/Client/ClientTest.php +++ b/tests/Client/ClientTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/DeleteRequestTest.php b/tests/Client/DeleteRequestTest.php index e028523..69be4c5 100644 --- a/tests/Client/DeleteRequestTest.php +++ b/tests/Client/DeleteRequestTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/GetRequestTest.php b/tests/Client/GetRequestTest.php index eae75ec..a6c5589 100644 --- a/tests/Client/GetRequestTest.php +++ b/tests/Client/GetRequestTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/HeadRequestTest.php b/tests/Client/HeadRequestTest.php index 3dcbcad..0cce34e 100644 --- a/tests/Client/HeadRequestTest.php +++ b/tests/Client/HeadRequestTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/OptionsTest.php b/tests/Client/OptionsTest.php index c9ce285..6750b38 100644 --- a/tests/Client/OptionsTest.php +++ b/tests/Client/OptionsTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/PatchRequestTest.php b/tests/Client/PatchRequestTest.php index a9a8df2..4516caa 100644 --- a/tests/Client/PatchRequestTest.php +++ b/tests/Client/PatchRequestTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/PostRequestTest.php b/tests/Client/PostRequestTest.php index 7819d51..53413b7 100644 --- a/tests/Client/PostRequestTest.php +++ b/tests/Client/PostRequestTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Client/PutRequestTest.php b/tests/Client/PutRequestTest.php index 76e0969..ea57661 100644 --- a/tests/Client/PutRequestTest.php +++ b/tests/Client/PutRequestTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Environment/HttpContextTest.php b/tests/Environment/HttpContextTest.php index 422180b..e2e1c9c 100644 --- a/tests/Environment/HttpContextTest.php +++ b/tests/Environment/HttpContextTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Environment/HttpResponseTest.php b/tests/Environment/HttpResponseTest.php index 62af674..5c55895 100644 --- a/tests/Environment/HttpResponseTest.php +++ b/tests/Environment/HttpResponseTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Exception/StatusCodeExceptionTest.php b/tests/Exception/StatusCodeExceptionTest.php index 34b9d19..db80c69 100644 --- a/tests/Exception/StatusCodeExceptionTest.php +++ b/tests/Exception/StatusCodeExceptionTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/ExceptionTest.php b/tests/ExceptionTest.php index df0c343..bba8132 100644 --- a/tests/ExceptionTest.php +++ b/tests/ExceptionTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/ExceptionThrowerTest.php b/tests/ExceptionThrowerTest.php index 9242fc1..7eb3105 100644 --- a/tests/ExceptionThrowerTest.php +++ b/tests/ExceptionThrowerTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/BackstageTest.php b/tests/Filter/BackstageTest.php index c1878a5..48b2b2f 100644 --- a/tests/Filter/BackstageTest.php +++ b/tests/Filter/BackstageTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/BasicAuthenticationTest.php b/tests/Filter/BasicAuthenticationTest.php index 765ca5a..ec4ddec 100644 --- a/tests/Filter/BasicAuthenticationTest.php +++ b/tests/Filter/BasicAuthenticationTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/BrowserCacheTest.php b/tests/Filter/BrowserCacheTest.php index e28a03a..0961e00 100644 --- a/tests/Filter/BrowserCacheTest.php +++ b/tests/Filter/BrowserCacheTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/CORSTest.php b/tests/Filter/CORSTest.php index ed2c4cf..7a31007 100644 --- a/tests/Filter/CORSTest.php +++ b/tests/Filter/CORSTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/Condition/PathMatchTest.php b/tests/Filter/Condition/PathMatchTest.php index dcd3987..fce60b8 100644 --- a/tests/Filter/Condition/PathMatchTest.php +++ b/tests/Filter/Condition/PathMatchTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/Condition/RequestMethodChoiceTest.php b/tests/Filter/Condition/RequestMethodChoiceTest.php index 2a48863..0786346 100644 --- a/tests/Filter/Condition/RequestMethodChoiceTest.php +++ b/tests/Filter/Condition/RequestMethodChoiceTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/ContentMd5Test.php b/tests/Filter/ContentMd5Test.php index d97ee8b..0517ddd 100644 --- a/tests/Filter/ContentMd5Test.php +++ b/tests/Filter/ContentMd5Test.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/DummyFilter.php b/tests/Filter/DummyFilter.php index 1fdc0ae..8534daf 100644 --- a/tests/Filter/DummyFilter.php +++ b/tests/Filter/DummyFilter.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/FilterChainTest.php b/tests/Filter/FilterChainTest.php index 8ed7f72..f632aea 100644 --- a/tests/Filter/FilterChainTest.php +++ b/tests/Filter/FilterChainTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/FilterTestCase.php b/tests/Filter/FilterTestCase.php index 37eb6d5..3c7ab42 100644 --- a/tests/Filter/FilterTestCase.php +++ b/tests/Filter/FilterTestCase.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/GroupTest.php b/tests/Filter/GroupTest.php index ae38af5..4a07c0e 100644 --- a/tests/Filter/GroupTest.php +++ b/tests/Filter/GroupTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/HSTSTest.php b/tests/Filter/HSTSTest.php index d24fedc..19f440c 100644 --- a/tests/Filter/HSTSTest.php +++ b/tests/Filter/HSTSTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/IpFirewallTest.php b/tests/Filter/IpFirewallTest.php index 500b58d..e60fe8a 100644 --- a/tests/Filter/IpFirewallTest.php +++ b/tests/Filter/IpFirewallTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/TestFilter.php b/tests/Filter/TestFilter.php index 31a57ee..80a16f3 100644 --- a/tests/Filter/TestFilter.php +++ b/tests/Filter/TestFilter.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Filter/UserAgentEnforcerTest.php b/tests/Filter/UserAgentEnforcerTest.php index deb3936..60ee051 100644 --- a/tests/Filter/UserAgentEnforcerTest.php +++ b/tests/Filter/UserAgentEnforcerTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/MediaType/JsonTest.php b/tests/MediaType/JsonTest.php index 0c6f982..2a07f34 100644 --- a/tests/MediaType/JsonTest.php +++ b/tests/MediaType/JsonTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/MediaType/XmlTest.php b/tests/MediaType/XmlTest.php index 750ea78..03e664e 100644 --- a/tests/MediaType/XmlTest.php +++ b/tests/MediaType/XmlTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/MediaTypeTest.php b/tests/MediaTypeTest.php index e9d3d50..c53f68c 100644 --- a/tests/MediaTypeTest.php +++ b/tests/MediaTypeTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/MessageTest.php b/tests/MessageTest.php index 6ff890b..004a001 100644 --- a/tests/MessageTest.php +++ b/tests/MessageTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/RequestTest.php b/tests/RequestTest.php index 4845111..a3fc648 100644 --- a/tests/RequestTest.php +++ b/tests/RequestTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/ResponseTest.php b/tests/ResponseTest.php index f288693..08eca5f 100644 --- a/tests/ResponseTest.php +++ b/tests/ResponseTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Server/RequestFactoryTest.php b/tests/Server/RequestFactoryTest.php index 0c6e26b..fc3eea7 100644 --- a/tests/Server/RequestFactoryTest.php +++ b/tests/Server/RequestFactoryTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Server/ResponseFactoryTest.php b/tests/Server/ResponseFactoryTest.php index 8d45fdc..5de8b59 100644 --- a/tests/Server/ResponseFactoryTest.php +++ b/tests/Server/ResponseFactoryTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Server/SenderTest.php b/tests/Server/SenderTest.php index 3ee2ab7..cb5cf61 100644 --- a/tests/Server/SenderTest.php +++ b/tests/Server/SenderTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Server/SenderTestCase.php b/tests/Server/SenderTestCase.php index f1a304f..561006d 100644 --- a/tests/Server/SenderTestCase.php +++ b/tests/Server/SenderTestCase.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/BufferedStreamTest.php b/tests/Stream/BufferedStreamTest.php index 5bb544c..7c08c1d 100644 --- a/tests/Stream/BufferedStreamTest.php +++ b/tests/Stream/BufferedStreamTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/FileStreamTest.php b/tests/Stream/FileStreamTest.php index 02ed33e..c07f9d6 100644 --- a/tests/Stream/FileStreamTest.php +++ b/tests/Stream/FileStreamTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/LazyStreamTest.php b/tests/Stream/LazyStreamTest.php index 3fae335..2586b35 100644 --- a/tests/Stream/LazyStreamTest.php +++ b/tests/Stream/LazyStreamTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/MultipartStreamTest.php b/tests/Stream/MultipartStreamTest.php index 9f3bf78..c7a5e50 100644 --- a/tests/Stream/MultipartStreamTest.php +++ b/tests/Stream/MultipartStreamTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/StreamReadOnlyTest.php b/tests/Stream/StreamReadOnlyTest.php index c0a04a4..e68cae7 100644 --- a/tests/Stream/StreamReadOnlyTest.php +++ b/tests/Stream/StreamReadOnlyTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/StreamTest.php b/tests/Stream/StreamTest.php index c921c93..70885bb 100644 --- a/tests/Stream/StreamTest.php +++ b/tests/Stream/StreamTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/StreamTestCase.php b/tests/Stream/StreamTestCase.php index 31c0b6c..3b0a660 100644 --- a/tests/Stream/StreamTestCase.php +++ b/tests/Stream/StreamTestCase.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/StreamWriteOnlyTest.php b/tests/Stream/StreamWriteOnlyTest.php index 31f5d56..01d3e2f 100644 --- a/tests/Stream/StreamWriteOnlyTest.php +++ b/tests/Stream/StreamWriteOnlyTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/StringStreamTest.php b/tests/Stream/StringStreamTest.php index 312b59f..4435612 100644 --- a/tests/Stream/StringStreamTest.php +++ b/tests/Stream/StringStreamTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Stream/UtilTest.php b/tests/Stream/UtilTest.php index cad7a76..16d3b2c 100644 --- a/tests/Stream/UtilTest.php +++ b/tests/Stream/UtilTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/FileTest.php b/tests/Writer/FileTest.php index f58e93e..26cae75 100644 --- a/tests/Writer/FileTest.php +++ b/tests/Writer/FileTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/FormTest.php b/tests/Writer/FormTest.php index 79836a7..3a2d836 100644 --- a/tests/Writer/FormTest.php +++ b/tests/Writer/FormTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/JsonTest.php b/tests/Writer/JsonTest.php index b88c51e..5a2ce62 100644 --- a/tests/Writer/JsonTest.php +++ b/tests/Writer/JsonTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/MultipartTest.php b/tests/Writer/MultipartTest.php index f281ed7..ad122a9 100644 --- a/tests/Writer/MultipartTest.php +++ b/tests/Writer/MultipartTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/ResourceTest.php b/tests/Writer/ResourceTest.php index 3a35031..ab8cb56 100644 --- a/tests/Writer/ResourceTest.php +++ b/tests/Writer/ResourceTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/StreamTest.php b/tests/Writer/StreamTest.php index c92438a..5080d18 100644 --- a/tests/Writer/StreamTest.php +++ b/tests/Writer/StreamTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/WriterTest.php b/tests/Writer/WriterTest.php index 89b74ff..bc26df2 100644 --- a/tests/Writer/WriterTest.php +++ b/tests/Writer/WriterTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/Writer/XmlTest.php b/tests/Writer/XmlTest.php index f67f967..dd13a2f 100644 --- a/tests/Writer/XmlTest.php +++ b/tests/Writer/XmlTest.php @@ -3,7 +3,7 @@ * PSX is an open source PHP framework to develop RESTful APIs. * For the current version and information visit * - * Copyright 2010-2023 Christoph Kappestein + * Copyright (c) Christoph Kappestein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.