diff --git a/src/ParseException.php b/src/ParseException.php index 0467b94..93e91ed 100644 --- a/src/ParseException.php +++ b/src/ParseException.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/src/Parser.php b/src/Parser.php index 3695c69..87fbf5d 100644 --- a/src/Parser.php +++ b/src/Parser.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/src/Printer.php b/src/Printer.php index 6dd5f59..801e444 100644 --- a/src/Printer.php +++ b/src/Printer.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/src/Printer5.php b/src/Printer5.php index 81ae389..8306bc4 100644 --- a/src/Printer5.php +++ b/src/Printer5.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/src/Runtime.php b/src/Runtime.php index 555ffe0..a61f7e0 100644 --- a/src/Runtime.php +++ b/src/Runtime.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/src/SecurityException.php b/src/SecurityException.php index 322425e..a2fa077 100644 --- a/src/SecurityException.php +++ b/src/SecurityException.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/src/SecurityManager.php b/src/SecurityManager.php index bacf5d1..98ee56a 100644 --- a/src/SecurityManager.php +++ b/src/SecurityManager.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/src/SecurityManagerConfiguration.php b/src/SecurityManagerConfiguration.php index 9cca50a..f6f2fe6 100644 --- a/src/SecurityManagerConfiguration.php +++ b/src/SecurityManagerConfiguration.php @@ -1,9 +1,32 @@ + * + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ namespace PSX\Sandbox; - +/** + * SecurityManagerConfiguration + * + * @author Antonio Norman + * @license http://www.apache.org/licenses/LICENSE-2.0 + * @link https://phpsx.org + */ class SecurityManagerConfiguration { /** diff --git a/tests/FooService.php b/tests/FooService.php index 8e67d2b..75987e6 100644 --- a/tests/FooService.php +++ b/tests/FooService.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/PHPTestCase.php b/tests/PHPTestCase.php index a3bbcce..d60460c 100644 --- a/tests/PHPTestCase.php +++ b/tests/PHPTestCase.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/SafeTest.php b/tests/SafeTest.php index 2ef24df..4c01daa 100644 --- a/tests/SafeTest.php +++ b/tests/SafeTest.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/UnsafeTest.php b/tests/UnsafeTest.php index 3f27a07..1fbcb95 100644 --- a/tests/UnsafeTest.php +++ b/tests/UnsafeTest.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.