diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d8abe3..843531a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,8 +14,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.3] - laravel: [10] + php: [8.2, 8.3] + laravel: [11] steps: - name: Checkout Code diff --git a/.gitignore b/.gitignore index 62b9c43..9448440 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /dummy vendor/ composer.lock -.phpunit.result.cache -.phpunit.cache +.phpunit.cache/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 168869a..5dd13a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file. This projec ## Unreleased -## [3.3.0] - 2024-03-03 +## [4.0.0] - 2024-03-14 + +### Changed + +- Package is now licensed under the MIT License. +- **BREAKING** Package now requires Laravel 11. +- Minimum PHP version is now `8.2`. + +## [3.4.0] - 2024-03-03 ### Added - [#272](https://github.com/laravel-json-api/laravel/pull/272) Added a model property type-hint to the resource stub and allowed it to be replaced via a model option on the command. -## [3.2.0] - 2024-02-14 +## [3.3.0] - 2024-02-14 ### Added diff --git a/LICENSE b/LICENSE index 7218413..c587f9b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,202 +1,21 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2020 Cloud Creativity Limited. - - 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. +The MIT License (MIT) + +Copyright (c) 2024 Cloud Creativity Ltd + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 2808bcd..50ef5fa 100644 --- a/README.md +++ b/README.md @@ -129,4 +129,4 @@ To view an example Laravel application that uses this package, see the ## License -Laravel JSON:API is open-sourced software licensed under the [Apache 2.0 License](./LICENSE). +Laravel JSON:API is open-sourced software licensed under the [MIT License](./LICENSE). diff --git a/composer.json b/composer.json index 4be1273..a09de20 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "support": { "issues": "https://github.com/laravel-json-api/laravel/issues" }, - "license": "Apache-2.0", + "license": "MIT", "authors": [ { "name": "Cloud Creativity Ltd", @@ -23,20 +23,20 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "ext-json": "*", - "laravel-json-api/core": "^3.3", - "laravel-json-api/eloquent": "^3.1", - "laravel-json-api/encoder-neomerx": "^3.1", - "laravel-json-api/exceptions": "^2.1", - "laravel-json-api/spec": "^2.0", - "laravel-json-api/validation": "^3.0", - "laravel/framework": "^10.0" + "laravel-json-api/core": "^4.0", + "laravel-json-api/eloquent": "^4.0", + "laravel-json-api/encoder-neomerx": "^4.0", + "laravel-json-api/exceptions": "^3.0", + "laravel-json-api/spec": "^3.0", + "laravel-json-api/validation": "^4.0", + "laravel/framework": "^11.0" }, "require-dev": { - "laravel-json-api/testing": "^2.1", - "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^10.0" + "laravel-json-api/testing": "^3.0", + "orchestra/testbench": "^9.0", + "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { @@ -53,7 +53,7 @@ }, "extra": { "branch-alias": { - "dev-develop": "3.x-dev" + "dev-develop": "4.x-dev" }, "laravel": { "aliases": { diff --git a/src/Console/Concerns/ReplacesModel.php b/src/Console/Concerns/ReplacesModel.php index 753fc86..b1c47c1 100644 --- a/src/Console/Concerns/ReplacesModel.php +++ b/src/Console/Concerns/ReplacesModel.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/Concerns/ResolvesStub.php b/src/Console/Concerns/ResolvesStub.php index 547c93f..45094fa 100644 --- a/src/Console/Concerns/ResolvesStub.php +++ b/src/Console/Concerns/ResolvesStub.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/GeneratorCommand.php b/src/Console/GeneratorCommand.php index ef58a92..0fc0e9e 100644 --- a/src/Console/GeneratorCommand.php +++ b/src/Console/GeneratorCommand.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeAuthorizer.php b/src/Console/MakeAuthorizer.php index 39852f2..e3fc699 100644 --- a/src/Console/MakeAuthorizer.php +++ b/src/Console/MakeAuthorizer.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeController.php b/src/Console/MakeController.php index fbf11b8..b3bfce1 100644 --- a/src/Console/MakeController.php +++ b/src/Console/MakeController.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeFilter.php b/src/Console/MakeFilter.php index 8fa6280..4c1fa02 100644 --- a/src/Console/MakeFilter.php +++ b/src/Console/MakeFilter.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeQuery.php b/src/Console/MakeQuery.php index 126e082..0cbe922 100644 --- a/src/Console/MakeQuery.php +++ b/src/Console/MakeQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeRequest.php b/src/Console/MakeRequest.php index 31fb239..f8b1be5 100644 --- a/src/Console/MakeRequest.php +++ b/src/Console/MakeRequest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeRequests.php b/src/Console/MakeRequests.php index 4792dbc..f941f99 100644 --- a/src/Console/MakeRequests.php +++ b/src/Console/MakeRequests.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeResource.php b/src/Console/MakeResource.php index 7c1d996..f016c90 100644 --- a/src/Console/MakeResource.php +++ b/src/Console/MakeResource.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeSchema.php b/src/Console/MakeSchema.php index 79b83a4..764a4cc 100644 --- a/src/Console/MakeSchema.php +++ b/src/Console/MakeSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeServer.php b/src/Console/MakeServer.php index 4eccb01..2a27fee 100644 --- a/src/Console/MakeServer.php +++ b/src/Console/MakeServer.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/MakeSortField.php b/src/Console/MakeSortField.php index 2733827..0419ce4 100644 --- a/src/Console/MakeSortField.php +++ b/src/Console/MakeSortField.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Console/StubPublish.php b/src/Console/StubPublish.php index 1c028ac..2c6af08 100644 --- a/src/Console/StubPublish.php +++ b/src/Console/StubPublish.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace LaravelJsonApi\Laravel\Console; diff --git a/src/Exceptions/HttpNotAcceptableException.php b/src/Exceptions/HttpNotAcceptableException.php index 409e9b7..ea6384d 100644 --- a/src/Exceptions/HttpNotAcceptableException.php +++ b/src/Exceptions/HttpNotAcceptableException.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Exceptions/HttpUnsupportedMediaTypeException.php b/src/Exceptions/HttpUnsupportedMediaTypeException.php index 5a7b0c3..cf89247 100644 --- a/src/Exceptions/HttpUnsupportedMediaTypeException.php +++ b/src/Exceptions/HttpUnsupportedMediaTypeException.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Facades/JsonApiRoute.php b/src/Facades/JsonApiRoute.php index c68c621..9b2cd7b 100644 --- a/src/Facades/JsonApiRoute.php +++ b/src/Facades/JsonApiRoute.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/AttachRelationship.php b/src/Http/Controllers/Actions/AttachRelationship.php index 2fbc3ea..eeaa6f6 100644 --- a/src/Http/Controllers/Actions/AttachRelationship.php +++ b/src/Http/Controllers/Actions/AttachRelationship.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/Destroy.php b/src/Http/Controllers/Actions/Destroy.php index ec69397..8ab981b 100644 --- a/src/Http/Controllers/Actions/Destroy.php +++ b/src/Http/Controllers/Actions/Destroy.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/DetachRelationship.php b/src/Http/Controllers/Actions/DetachRelationship.php index 4baf920..4febd0a 100644 --- a/src/Http/Controllers/Actions/DetachRelationship.php +++ b/src/Http/Controllers/Actions/DetachRelationship.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/FetchMany.php b/src/Http/Controllers/Actions/FetchMany.php index ee003de..9a2eb13 100644 --- a/src/Http/Controllers/Actions/FetchMany.php +++ b/src/Http/Controllers/Actions/FetchMany.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/FetchOne.php b/src/Http/Controllers/Actions/FetchOne.php index 5ca1725..1c091b8 100644 --- a/src/Http/Controllers/Actions/FetchOne.php +++ b/src/Http/Controllers/Actions/FetchOne.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/FetchRelated.php b/src/Http/Controllers/Actions/FetchRelated.php index 4d63a24..354fe01 100644 --- a/src/Http/Controllers/Actions/FetchRelated.php +++ b/src/Http/Controllers/Actions/FetchRelated.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/FetchRelationship.php b/src/Http/Controllers/Actions/FetchRelationship.php index 55ad6b6..c9f4d72 100644 --- a/src/Http/Controllers/Actions/FetchRelationship.php +++ b/src/Http/Controllers/Actions/FetchRelationship.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/Store.php b/src/Http/Controllers/Actions/Store.php index b05d460..07a5fd7 100644 --- a/src/Http/Controllers/Actions/Store.php +++ b/src/Http/Controllers/Actions/Store.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/Update.php b/src/Http/Controllers/Actions/Update.php index 001cf12..b65c0d5 100644 --- a/src/Http/Controllers/Actions/Update.php +++ b/src/Http/Controllers/Actions/Update.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/Actions/UpdateRelationship.php b/src/Http/Controllers/Actions/UpdateRelationship.php index 09c3f47..245a6eb 100644 --- a/src/Http/Controllers/Actions/UpdateRelationship.php +++ b/src/Http/Controllers/Actions/UpdateRelationship.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Controllers/JsonApiController.php b/src/Http/Controllers/JsonApiController.php index f04c4c4..5fa75cc 100644 --- a/src/Http/Controllers/JsonApiController.php +++ b/src/Http/Controllers/JsonApiController.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Middleware/BootJsonApi.php b/src/Http/Middleware/BootJsonApi.php index 08cd487..b65602a 100644 --- a/src/Http/Middleware/BootJsonApi.php +++ b/src/Http/Middleware/BootJsonApi.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Requests/AnonymousCollectionQuery.php b/src/Http/Requests/AnonymousCollectionQuery.php index 2cc9da8..3363b32 100644 --- a/src/Http/Requests/AnonymousCollectionQuery.php +++ b/src/Http/Requests/AnonymousCollectionQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace LaravelJsonApi\Laravel\Http\Requests; diff --git a/src/Http/Requests/AnonymousQuery.php b/src/Http/Requests/AnonymousQuery.php index a07b3c1..028aa66 100644 --- a/src/Http/Requests/AnonymousQuery.php +++ b/src/Http/Requests/AnonymousQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace LaravelJsonApi\Laravel\Http\Requests; diff --git a/src/Http/Requests/FormRequest.php b/src/Http/Requests/FormRequest.php index f9787d6..1ff4f8e 100644 --- a/src/Http/Requests/FormRequest.php +++ b/src/Http/Requests/FormRequest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Requests/RequestResolver.php b/src/Http/Requests/RequestResolver.php index 88ff821..731576c 100644 --- a/src/Http/Requests/RequestResolver.php +++ b/src/Http/Requests/RequestResolver.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Requests/ResourceQuery.php b/src/Http/Requests/ResourceQuery.php index 157d7b8..116d5b9 100644 --- a/src/Http/Requests/ResourceQuery.php +++ b/src/Http/Requests/ResourceQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Http/Requests/ResourceRequest.php b/src/Http/Requests/ResourceRequest.php index 22955d9..7a0a267 100644 --- a/src/Http/Requests/ResourceRequest.php +++ b/src/Http/Requests/ResourceRequest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/LaravelJsonApi.php b/src/LaravelJsonApi.php index 0a21dc1..64e047e 100644 --- a/src/LaravelJsonApi.php +++ b/src/LaravelJsonApi.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/ActionProxy.php b/src/Routing/ActionProxy.php index 15abb81..443b0eb 100644 --- a/src/Routing/ActionProxy.php +++ b/src/Routing/ActionProxy.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/ActionRegistrar.php b/src/Routing/ActionRegistrar.php index 26e2400..c259278 100644 --- a/src/Routing/ActionRegistrar.php +++ b/src/Routing/ActionRegistrar.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/PendingRelationshipRegistration.php b/src/Routing/PendingRelationshipRegistration.php index c655acc..8bffb48 100644 --- a/src/Routing/PendingRelationshipRegistration.php +++ b/src/Routing/PendingRelationshipRegistration.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/PendingResourceRegistration.php b/src/Routing/PendingResourceRegistration.php index ac379f4..c98fa02 100644 --- a/src/Routing/PendingResourceRegistration.php +++ b/src/Routing/PendingResourceRegistration.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/PendingServerRegistration.php b/src/Routing/PendingServerRegistration.php index ed29aaf..0e66bd9 100644 --- a/src/Routing/PendingServerRegistration.php +++ b/src/Routing/PendingServerRegistration.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/Registrar.php b/src/Routing/Registrar.php index f68f9e3..61b23e3 100644 --- a/src/Routing/Registrar.php +++ b/src/Routing/Registrar.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/RelationshipRegistrar.php b/src/Routing/RelationshipRegistrar.php index 397bed3..4aaa6fb 100644 --- a/src/Routing/RelationshipRegistrar.php +++ b/src/Routing/RelationshipRegistrar.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/Relationships.php b/src/Routing/Relationships.php index 1890f86..9b967f7 100644 --- a/src/Routing/Relationships.php +++ b/src/Routing/Relationships.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/ResourceRegistrar.php b/src/Routing/ResourceRegistrar.php index 51a7e69..265fc79 100644 --- a/src/Routing/ResourceRegistrar.php +++ b/src/Routing/ResourceRegistrar.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/Routing/Route.php b/src/Routing/Route.php index 01b1d24..ca037a7 100644 --- a/src/Routing/Route.php +++ b/src/Routing/Route.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index a95f893..b71c3cf 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Http/Controllers/Api/V1/PostController.php b/tests/dummy/app/Http/Controllers/Api/V1/PostController.php index 365b55e..efafb8c 100644 --- a/tests/dummy/app/Http/Controllers/Api/V1/PostController.php +++ b/tests/dummy/app/Http/Controllers/Api/V1/PostController.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Http/Controllers/Api/V1/UserController.php b/tests/dummy/app/Http/Controllers/Api/V1/UserController.php index 4b4addb..0975510 100644 --- a/tests/dummy/app/Http/Controllers/Api/V1/UserController.php +++ b/tests/dummy/app/Http/Controllers/Api/V1/UserController.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Http/Controllers/Api/V1/VideoController.php b/tests/dummy/app/Http/Controllers/Api/V1/VideoController.php index fa8f748..9653bba 100644 --- a/tests/dummy/app/Http/Controllers/Api/V1/VideoController.php +++ b/tests/dummy/app/Http/Controllers/Api/V1/VideoController.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Http/Controllers/Controller.php b/tests/dummy/app/Http/Controllers/Controller.php index 948f5ff..26615ce 100644 --- a/tests/dummy/app/Http/Controllers/Controller.php +++ b/tests/dummy/app/Http/Controllers/Controller.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Http\Controllers; diff --git a/tests/dummy/app/JsonApi/V1/Comments/CommentSchema.php b/tests/dummy/app/JsonApi/V1/Comments/CommentSchema.php index f0b2084..6ad6366 100644 --- a/tests/dummy/app/JsonApi/V1/Comments/CommentSchema.php +++ b/tests/dummy/app/JsonApi/V1/Comments/CommentSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Images/ImageSchema.php b/tests/dummy/app/JsonApi/V1/Images/ImageSchema.php index 2b8f193..02aba0e 100644 --- a/tests/dummy/app/JsonApi/V1/Images/ImageSchema.php +++ b/tests/dummy/app/JsonApi/V1/Images/ImageSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Media/MediaCollectionQuery.php b/tests/dummy/app/JsonApi/V1/Media/MediaCollectionQuery.php index ed8ce50..1a9cbde 100644 --- a/tests/dummy/app/JsonApi/V1/Media/MediaCollectionQuery.php +++ b/tests/dummy/app/JsonApi/V1/Media/MediaCollectionQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Phones/PhoneSchema.php b/tests/dummy/app/JsonApi/V1/Phones/PhoneSchema.php index d8f988c..c237ca3 100644 --- a/tests/dummy/app/JsonApi/V1/Phones/PhoneSchema.php +++ b/tests/dummy/app/JsonApi/V1/Phones/PhoneSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Posts/PostCollectionQuery.php b/tests/dummy/app/JsonApi/V1/Posts/PostCollectionQuery.php index d96a9cc..d66bb64 100644 --- a/tests/dummy/app/JsonApi/V1/Posts/PostCollectionQuery.php +++ b/tests/dummy/app/JsonApi/V1/Posts/PostCollectionQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Posts/PostQuery.php b/tests/dummy/app/JsonApi/V1/Posts/PostQuery.php index 19a95b4..872d6ec 100644 --- a/tests/dummy/app/JsonApi/V1/Posts/PostQuery.php +++ b/tests/dummy/app/JsonApi/V1/Posts/PostQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Posts/PostRequest.php b/tests/dummy/app/JsonApi/V1/Posts/PostRequest.php index 7c790c7..c0f9ebc 100644 --- a/tests/dummy/app/JsonApi/V1/Posts/PostRequest.php +++ b/tests/dummy/app/JsonApi/V1/Posts/PostRequest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Posts/PostSchema.php b/tests/dummy/app/JsonApi/V1/Posts/PostSchema.php index a3a4f34..ca9abd6 100644 --- a/tests/dummy/app/JsonApi/V1/Posts/PostSchema.php +++ b/tests/dummy/app/JsonApi/V1/Posts/PostSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Posts/PostScope.php b/tests/dummy/app/JsonApi/V1/Posts/PostScope.php index a2dc740..b001bbf 100644 --- a/tests/dummy/app/JsonApi/V1/Posts/PostScope.php +++ b/tests/dummy/app/JsonApi/V1/Posts/PostScope.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Server.php b/tests/dummy/app/JsonApi/V1/Server.php index 3a9f23c..b8b51f6 100644 --- a/tests/dummy/app/JsonApi/V1/Server.php +++ b/tests/dummy/app/JsonApi/V1/Server.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Tags/TagSchema.php b/tests/dummy/app/JsonApi/V1/Tags/TagSchema.php index 00c44d7..99a5d89 100644 --- a/tests/dummy/app/JsonApi/V1/Tags/TagSchema.php +++ b/tests/dummy/app/JsonApi/V1/Tags/TagSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Users/UserQuery.php b/tests/dummy/app/JsonApi/V1/Users/UserQuery.php index e33684f..228fa6a 100644 --- a/tests/dummy/app/JsonApi/V1/Users/UserQuery.php +++ b/tests/dummy/app/JsonApi/V1/Users/UserQuery.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\JsonApi\V1\Users; diff --git a/tests/dummy/app/JsonApi/V1/Users/UserRequest.php b/tests/dummy/app/JsonApi/V1/Users/UserRequest.php index 7971dff..bc64190 100644 --- a/tests/dummy/app/JsonApi/V1/Users/UserRequest.php +++ b/tests/dummy/app/JsonApi/V1/Users/UserRequest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Users/UserSchema.php b/tests/dummy/app/JsonApi/V1/Users/UserSchema.php index 910dee0..69436ca 100644 --- a/tests/dummy/app/JsonApi/V1/Users/UserSchema.php +++ b/tests/dummy/app/JsonApi/V1/Users/UserSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Videos/VideoRequest.php b/tests/dummy/app/JsonApi/V1/Videos/VideoRequest.php index dc114a8..aeb1fce 100644 --- a/tests/dummy/app/JsonApi/V1/Videos/VideoRequest.php +++ b/tests/dummy/app/JsonApi/V1/Videos/VideoRequest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/JsonApi/V1/Videos/VideoSchema.php b/tests/dummy/app/JsonApi/V1/Videos/VideoSchema.php index 001d053..908fdf1 100644 --- a/tests/dummy/app/JsonApi/V1/Videos/VideoSchema.php +++ b/tests/dummy/app/JsonApi/V1/Videos/VideoSchema.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Models/Comment.php b/tests/dummy/app/Models/Comment.php index 18b17cc..b6cf08e 100644 --- a/tests/dummy/app/Models/Comment.php +++ b/tests/dummy/app/Models/Comment.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Models/Image.php b/tests/dummy/app/Models/Image.php index 8cfcdd2..c0ba591 100644 --- a/tests/dummy/app/Models/Image.php +++ b/tests/dummy/app/Models/Image.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Models/Phone.php b/tests/dummy/app/Models/Phone.php index 822ecf3..156f4ff 100644 --- a/tests/dummy/app/Models/Phone.php +++ b/tests/dummy/app/Models/Phone.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Models/Post.php b/tests/dummy/app/Models/Post.php index 231338f..fff112f 100644 --- a/tests/dummy/app/Models/Post.php +++ b/tests/dummy/app/Models/Post.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Models; diff --git a/tests/dummy/app/Models/Tag.php b/tests/dummy/app/Models/Tag.php index 035683b..861cb5c 100644 --- a/tests/dummy/app/Models/Tag.php +++ b/tests/dummy/app/Models/Tag.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Models/User.php b/tests/dummy/app/Models/User.php index e61fcec..82b8356 100644 --- a/tests/dummy/app/Models/User.php +++ b/tests/dummy/app/Models/User.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Models; diff --git a/tests/dummy/app/Models/Video.php b/tests/dummy/app/Models/Video.php index 16f2f69..f4c738d 100644 --- a/tests/dummy/app/Models/Video.php +++ b/tests/dummy/app/Models/Video.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Policies/PostPolicy.php b/tests/dummy/app/Policies/PostPolicy.php index 46cbeaf..64deea4 100644 --- a/tests/dummy/app/Policies/PostPolicy.php +++ b/tests/dummy/app/Policies/PostPolicy.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Policies/UserPolicy.php b/tests/dummy/app/Policies/UserPolicy.php index 6d69609..6c3e233 100644 --- a/tests/dummy/app/Policies/UserPolicy.php +++ b/tests/dummy/app/Policies/UserPolicy.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Policies/VideoPolicy.php b/tests/dummy/app/Policies/VideoPolicy.php index a6e0659..a5dd156 100644 --- a/tests/dummy/app/Policies/VideoPolicy.php +++ b/tests/dummy/app/Policies/VideoPolicy.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/app/Providers/AppServiceProvider.php b/tests/dummy/app/Providers/AppServiceProvider.php index 898eee0..e2cf598 100644 --- a/tests/dummy/app/Providers/AppServiceProvider.php +++ b/tests/dummy/app/Providers/AppServiceProvider.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Providers; diff --git a/tests/dummy/app/Providers/AuthServiceProvider.php b/tests/dummy/app/Providers/AuthServiceProvider.php index d4c8f9b..42b9379 100644 --- a/tests/dummy/app/Providers/AuthServiceProvider.php +++ b/tests/dummy/app/Providers/AuthServiceProvider.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Providers; diff --git a/tests/dummy/app/Providers/EventServiceProvider.php b/tests/dummy/app/Providers/EventServiceProvider.php index 0a8748f..3c1fef6 100644 --- a/tests/dummy/app/Providers/EventServiceProvider.php +++ b/tests/dummy/app/Providers/EventServiceProvider.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Providers; diff --git a/tests/dummy/app/Providers/RouteServiceProvider.php b/tests/dummy/app/Providers/RouteServiceProvider.php index 2b00106..be9fac8 100644 --- a/tests/dummy/app/Providers/RouteServiceProvider.php +++ b/tests/dummy/app/Providers/RouteServiceProvider.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Providers; diff --git a/tests/dummy/config/jsonapi.php b/tests/dummy/config/jsonapi.php index 7d3ea43..b5a4c39 100644 --- a/tests/dummy/config/jsonapi.php +++ b/tests/dummy/config/jsonapi.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ return [ diff --git a/tests/dummy/database/factories/CommentFactory.php b/tests/dummy/database/factories/CommentFactory.php index 148e2a7..e1f5e1c 100644 --- a/tests/dummy/database/factories/CommentFactory.php +++ b/tests/dummy/database/factories/CommentFactory.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/factories/ImageFactory.php b/tests/dummy/database/factories/ImageFactory.php index 3b5fedd..156c6a7 100644 --- a/tests/dummy/database/factories/ImageFactory.php +++ b/tests/dummy/database/factories/ImageFactory.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/factories/PhoneFactory.php b/tests/dummy/database/factories/PhoneFactory.php index 99df93d..cf907d1 100644 --- a/tests/dummy/database/factories/PhoneFactory.php +++ b/tests/dummy/database/factories/PhoneFactory.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/factories/PostFactory.php b/tests/dummy/database/factories/PostFactory.php index 2a51c30..de58440 100644 --- a/tests/dummy/database/factories/PostFactory.php +++ b/tests/dummy/database/factories/PostFactory.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/factories/TagFactory.php b/tests/dummy/database/factories/TagFactory.php index 3a25571..ae92907 100644 --- a/tests/dummy/database/factories/TagFactory.php +++ b/tests/dummy/database/factories/TagFactory.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/factories/UserFactory.php b/tests/dummy/database/factories/UserFactory.php index 70aeb8d..1fef30f 100644 --- a/tests/dummy/database/factories/UserFactory.php +++ b/tests/dummy/database/factories/UserFactory.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/factories/VideoFactory.php b/tests/dummy/database/factories/VideoFactory.php index 8d8ab21..c9c3e60 100644 --- a/tests/dummy/database/factories/VideoFactory.php +++ b/tests/dummy/database/factories/VideoFactory.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/migrations/2020_06_13_143800_create_post_and_video_tables.php b/tests/dummy/database/migrations/2020_06_13_143800_create_post_and_video_tables.php index 687fec1..994a09a 100644 --- a/tests/dummy/database/migrations/2020_06_13_143800_create_post_and_video_tables.php +++ b/tests/dummy/database/migrations/2020_06_13_143800_create_post_and_video_tables.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/database/migrations/2022_06_25_115000_create_phones_table.php b/tests/dummy/database/migrations/2022_06_25_115000_create_phones_table.php index 39898c9..4e3f00a 100644 --- a/tests/dummy/database/migrations/2022_06_25_115000_create_phones_table.php +++ b/tests/dummy/database/migrations/2022_06_25_115000_create_phones_table.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/routes/api.php b/tests/dummy/routes/api.php index e81ebbf..a5de0cb 100644 --- a/tests/dummy/routes/api.php +++ b/tests/dummy/routes/api.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ use LaravelJsonApi\Laravel\Facades\JsonApiRoute; diff --git a/tests/dummy/routes/web.php b/tests/dummy/routes/web.php index b71def0..a555fe2 100644 --- a/tests/dummy/routes/web.php +++ b/tests/dummy/routes/web.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ diff --git a/tests/dummy/tests/Api/V1/Posts/Actions/PublishTest.php b/tests/dummy/tests/Api/V1/Posts/Actions/PublishTest.php index 8c517d0..f54b448 100644 --- a/tests/dummy/tests/Api/V1/Posts/Actions/PublishTest.php +++ b/tests/dummy/tests/Api/V1/Posts/Actions/PublishTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/Actions/PurgeTest.php b/tests/dummy/tests/Api/V1/Posts/Actions/PurgeTest.php index dc22e7c..1417a43 100644 --- a/tests/dummy/tests/Api/V1/Posts/Actions/PurgeTest.php +++ b/tests/dummy/tests/Api/V1/Posts/Actions/PurgeTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/AttachMediaTest.php b/tests/dummy/tests/Api/V1/Posts/AttachMediaTest.php index 1582f61..d096330 100644 --- a/tests/dummy/tests/Api/V1/Posts/AttachMediaTest.php +++ b/tests/dummy/tests/Api/V1/Posts/AttachMediaTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/AttachTagsTest.php b/tests/dummy/tests/Api/V1/Posts/AttachTagsTest.php index 2bfd003..33bd26f 100644 --- a/tests/dummy/tests/Api/V1/Posts/AttachTagsTest.php +++ b/tests/dummy/tests/Api/V1/Posts/AttachTagsTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/CreateTest.php b/tests/dummy/tests/Api/V1/Posts/CreateTest.php index f1c84fd..f76922e 100644 --- a/tests/dummy/tests/Api/V1/Posts/CreateTest.php +++ b/tests/dummy/tests/Api/V1/Posts/CreateTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/DeleteTest.php b/tests/dummy/tests/Api/V1/Posts/DeleteTest.php index 5973bd4..3154123 100644 --- a/tests/dummy/tests/Api/V1/Posts/DeleteTest.php +++ b/tests/dummy/tests/Api/V1/Posts/DeleteTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/DetachMediaTest.php b/tests/dummy/tests/Api/V1/Posts/DetachMediaTest.php index b58ae48..9f7e2fa 100644 --- a/tests/dummy/tests/Api/V1/Posts/DetachMediaTest.php +++ b/tests/dummy/tests/Api/V1/Posts/DetachMediaTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/DetachTagsTest.php b/tests/dummy/tests/Api/V1/Posts/DetachTagsTest.php index 45db616..198d685 100644 --- a/tests/dummy/tests/Api/V1/Posts/DetachTagsTest.php +++ b/tests/dummy/tests/Api/V1/Posts/DetachTagsTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/IndexTest.php b/tests/dummy/tests/Api/V1/Posts/IndexTest.php index dc8b45f..961c070 100644 --- a/tests/dummy/tests/Api/V1/Posts/IndexTest.php +++ b/tests/dummy/tests/Api/V1/Posts/IndexTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadAuthorIdentifierTest.php b/tests/dummy/tests/Api/V1/Posts/ReadAuthorIdentifierTest.php index ba1972e..aeed0a1 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadAuthorIdentifierTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadAuthorIdentifierTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadAuthorTest.php b/tests/dummy/tests/Api/V1/Posts/ReadAuthorTest.php index 9e82e9b..ca54ab2 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadAuthorTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadAuthorTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadCommentIdentifiersTest.php b/tests/dummy/tests/Api/V1/Posts/ReadCommentIdentifiersTest.php index 4e61c35..21299ca 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadCommentIdentifiersTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadCommentIdentifiersTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadCommentsTest.php b/tests/dummy/tests/Api/V1/Posts/ReadCommentsTest.php index 037556f..f7357c1 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadCommentsTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadCommentsTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadMediaTest.php b/tests/dummy/tests/Api/V1/Posts/ReadMediaTest.php index b4c2f6f..d3de278 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadMediaTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadMediaTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadTagIdentifiersTest.php b/tests/dummy/tests/Api/V1/Posts/ReadTagIdentifiersTest.php index bf4c3f8..9ad6287 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadTagIdentifiersTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadTagIdentifiersTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadTagsTest.php b/tests/dummy/tests/Api/V1/Posts/ReadTagsTest.php index 4c965f7..fb2bed8 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadTagsTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadTagsTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/ReadTest.php b/tests/dummy/tests/Api/V1/Posts/ReadTest.php index 827c929..900a4b7 100644 --- a/tests/dummy/tests/Api/V1/Posts/ReadTest.php +++ b/tests/dummy/tests/Api/V1/Posts/ReadTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ namespace App\Tests\Api\V1\Posts; diff --git a/tests/dummy/tests/Api/V1/Posts/UpdateMediaTest.php b/tests/dummy/tests/Api/V1/Posts/UpdateMediaTest.php index 91253d5..e4955d0 100644 --- a/tests/dummy/tests/Api/V1/Posts/UpdateMediaTest.php +++ b/tests/dummy/tests/Api/V1/Posts/UpdateMediaTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/UpdateTagsTest.php b/tests/dummy/tests/Api/V1/Posts/UpdateTagsTest.php index 326c117..3d5cb2f 100644 --- a/tests/dummy/tests/Api/V1/Posts/UpdateTagsTest.php +++ b/tests/dummy/tests/Api/V1/Posts/UpdateTagsTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Posts/UpdateTest.php b/tests/dummy/tests/Api/V1/Posts/UpdateTest.php index ef6c2f1..2e70dc4 100644 --- a/tests/dummy/tests/Api/V1/Posts/UpdateTest.php +++ b/tests/dummy/tests/Api/V1/Posts/UpdateTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Serializer.php b/tests/dummy/tests/Api/V1/Serializer.php index 32ca2a9..af31a6e 100644 --- a/tests/dummy/tests/Api/V1/Serializer.php +++ b/tests/dummy/tests/Api/V1/Serializer.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/TestCase.php b/tests/dummy/tests/Api/V1/TestCase.php index f59cabc..f0f5599 100644 --- a/tests/dummy/tests/Api/V1/TestCase.php +++ b/tests/dummy/tests/Api/V1/TestCase.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Users/ReadTest.php b/tests/dummy/tests/Api/V1/Users/ReadTest.php index 5999274..c731a4e 100644 --- a/tests/dummy/tests/Api/V1/Users/ReadTest.php +++ b/tests/dummy/tests/Api/V1/Users/ReadTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Users/UpdatePhoneTest.php b/tests/dummy/tests/Api/V1/Users/UpdatePhoneTest.php index 5b0bd88..fa7bf5d 100644 --- a/tests/dummy/tests/Api/V1/Users/UpdatePhoneTest.php +++ b/tests/dummy/tests/Api/V1/Users/UpdatePhoneTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/Api/V1/Videos/CreateTest.php b/tests/dummy/tests/Api/V1/Videos/CreateTest.php index 777c414..b19a6cb 100644 --- a/tests/dummy/tests/Api/V1/Videos/CreateTest.php +++ b/tests/dummy/tests/Api/V1/Videos/CreateTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/dummy/tests/TestCase.php b/tests/dummy/tests/TestCase.php index 08f34de..5002c30 100644 --- a/tests/dummy/tests/TestCase.php +++ b/tests/dummy/tests/TestCase.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Acceptance/DefaultIncludePaths/Test.php b/tests/lib/Acceptance/DefaultIncludePaths/Test.php index 385d374..22ba719 100644 --- a/tests/lib/Acceptance/DefaultIncludePaths/Test.php +++ b/tests/lib/Acceptance/DefaultIncludePaths/Test.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Acceptance/DefaultIncludePaths/TestRequest.php b/tests/lib/Acceptance/DefaultIncludePaths/TestRequest.php index a09d62a..41114d8 100644 --- a/tests/lib/Acceptance/DefaultIncludePaths/TestRequest.php +++ b/tests/lib/Acceptance/DefaultIncludePaths/TestRequest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Acceptance/Relationships/ToManyLinksTest.php b/tests/lib/Acceptance/Relationships/ToManyLinksTest.php index 7e78a26..c6391f9 100644 --- a/tests/lib/Acceptance/Relationships/ToManyLinksTest.php +++ b/tests/lib/Acceptance/Relationships/ToManyLinksTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Acceptance/Relationships/ToOneLinksTest.php b/tests/lib/Acceptance/Relationships/ToOneLinksTest.php index 4373dc4..65484d3 100644 --- a/tests/lib/Acceptance/Relationships/ToOneLinksTest.php +++ b/tests/lib/Acceptance/Relationships/ToOneLinksTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Acceptance/RequestBodyContentTest.php b/tests/lib/Acceptance/RequestBodyContentTest.php index c68b8ad..d493ffe 100644 --- a/tests/lib/Acceptance/RequestBodyContentTest.php +++ b/tests/lib/Acceptance/RequestBodyContentTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Acceptance/ResponseTest.php b/tests/lib/Acceptance/ResponseTest.php index 565e5dd..69a0b66 100644 --- a/tests/lib/Acceptance/ResponseTest.php +++ b/tests/lib/Acceptance/ResponseTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Acceptance/TestCase.php b/tests/lib/Acceptance/TestCase.php index 3309947..8802302 100644 --- a/tests/lib/Acceptance/TestCase.php +++ b/tests/lib/Acceptance/TestCase.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeAuthorizerTest.php b/tests/lib/Integration/Console/MakeAuthorizerTest.php index c574ca3..a16b44b 100644 --- a/tests/lib/Integration/Console/MakeAuthorizerTest.php +++ b/tests/lib/Integration/Console/MakeAuthorizerTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeControllerTest.php b/tests/lib/Integration/Console/MakeControllerTest.php index a905ce6..ad6745c 100644 --- a/tests/lib/Integration/Console/MakeControllerTest.php +++ b/tests/lib/Integration/Console/MakeControllerTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeFilterTest.php b/tests/lib/Integration/Console/MakeFilterTest.php index 6ca9a7b..5f61505 100644 --- a/tests/lib/Integration/Console/MakeFilterTest.php +++ b/tests/lib/Integration/Console/MakeFilterTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeQueryTest.php b/tests/lib/Integration/Console/MakeQueryTest.php index afb1fda..3a95bd0 100644 --- a/tests/lib/Integration/Console/MakeQueryTest.php +++ b/tests/lib/Integration/Console/MakeQueryTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeRequestTest.php b/tests/lib/Integration/Console/MakeRequestTest.php index 1fb3fe2..fd8a8fa 100644 --- a/tests/lib/Integration/Console/MakeRequestTest.php +++ b/tests/lib/Integration/Console/MakeRequestTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeRequestsTest.php b/tests/lib/Integration/Console/MakeRequestsTest.php index 0008ead..3703ec6 100644 --- a/tests/lib/Integration/Console/MakeRequestsTest.php +++ b/tests/lib/Integration/Console/MakeRequestsTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeResourceTest.php b/tests/lib/Integration/Console/MakeResourceTest.php index 0abc975..b28596f 100644 --- a/tests/lib/Integration/Console/MakeResourceTest.php +++ b/tests/lib/Integration/Console/MakeResourceTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeSchemaTest.php b/tests/lib/Integration/Console/MakeSchemaTest.php index 2bed5c4..7d99697 100644 --- a/tests/lib/Integration/Console/MakeSchemaTest.php +++ b/tests/lib/Integration/Console/MakeSchemaTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeServerTest.php b/tests/lib/Integration/Console/MakeServerTest.php index 6085ce3..16cf284 100644 --- a/tests/lib/Integration/Console/MakeServerTest.php +++ b/tests/lib/Integration/Console/MakeServerTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/MakeSortFieldTest.php b/tests/lib/Integration/Console/MakeSortFieldTest.php index 9497945..59d8d8e 100644 --- a/tests/lib/Integration/Console/MakeSortFieldTest.php +++ b/tests/lib/Integration/Console/MakeSortFieldTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Console/StubPublishTest.php b/tests/lib/Integration/Console/StubPublishTest.php index 9e54680..519b204 100644 --- a/tests/lib/Integration/Console/StubPublishTest.php +++ b/tests/lib/Integration/Console/StubPublishTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Routing/ActionsTest.php b/tests/lib/Integration/Routing/ActionsTest.php index 51460d4..4a3c9b6 100644 --- a/tests/lib/Integration/Routing/ActionsTest.php +++ b/tests/lib/Integration/Routing/ActionsTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Routing/HasManyTest.php b/tests/lib/Integration/Routing/HasManyTest.php index 781c3cb..56e1a1b 100644 --- a/tests/lib/Integration/Routing/HasManyTest.php +++ b/tests/lib/Integration/Routing/HasManyTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Routing/HasOneTest.php b/tests/lib/Integration/Routing/HasOneTest.php index 8ea35e6..a2d8e23 100644 --- a/tests/lib/Integration/Routing/HasOneTest.php +++ b/tests/lib/Integration/Routing/HasOneTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Routing/ResourceTest.php b/tests/lib/Integration/Routing/ResourceTest.php index 5287a65..bb3c152 100644 --- a/tests/lib/Integration/Routing/ResourceTest.php +++ b/tests/lib/Integration/Routing/ResourceTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/Routing/TestCase.php b/tests/lib/Integration/Routing/TestCase.php index 9c20670..e520ec1 100644 --- a/tests/lib/Integration/Routing/TestCase.php +++ b/tests/lib/Integration/Routing/TestCase.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Integration/TestCase.php b/tests/lib/Integration/TestCase.php index 298f7ee..cee8398 100644 --- a/tests/lib/Integration/TestCase.php +++ b/tests/lib/Integration/TestCase.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1); diff --git a/tests/lib/Unit/PackageTest.php b/tests/lib/Unit/PackageTest.php index fc921d0..8bd5803 100644 --- a/tests/lib/Unit/PackageTest.php +++ b/tests/lib/Unit/PackageTest.php @@ -2,17 +2,9 @@ /* * Copyright 2024 Cloud Creativity Limited * - * 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. + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. */ declare(strict_types=1);