diff --git a/CHANGELOG.md b/CHANGELOG.md index 386ef09..aae1df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Added NOTICE.md - Added CHANGELOG.md +- Added box.json.dist for PHAR packaging ### Changed - Updated .gitignore @@ -52,7 +53,3 @@ All notable changes to this project will be documented in this file. ### Added - Initial commit - - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/LICENSE.md b/LICENSE.md index 15fcbfe..4416b8c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,20 @@ -Copyright 2020 Daniƫlle Suurlant +The MIT License (MIT) -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: +Copyright (c) 2020-2024 Daniƫlle Suurlant -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +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 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 +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. diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000..eb3754d --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,32 @@ +# NOTICE + +This project (`dsuurlant/response2schema`) includes libraries licensed under the BSD-3-Clause License: + +* **nikic/php-parser**: https://github.com/nikic/PHP-Parser/blob/master/LICENSE +* **phar-io/manifest**: https://github.com/phar-io/manifest/blob/main/LICENSE +* **phar-io/version**: https://github.com/phar-io/version/blob/main/LICENSE +* **phpunit/php-code-coverage**: https://github.com/sebastianbergmann/php-code-coverage/blob/main/LICENSE +* **phpunit/php-file-iterator**: https://github.com/sebastianbergmann/php-file-iterator/blob/main/LICENSE +* **phpunit/php-invoker**: https://github.com/sebastianbergmann/php-invoker/blob/main/LICENSE +* **phpunit/php-text-template**: https://github.com/sebastianbergmann/php-text-template/blob/main/LICENSE +* **phpunit/php-timer**: https://github.com/sebastianbergmann/php-timer/blob/main/LICENSE +* **phpunit/phpunit**: https://github.com/sebastianbergmann/phpunit/blob/main/LICENSE +* **sebastian/cli-parser**: https://github.com/sebastianbergmann/cli-parser/blob/main/LICENSE +* **sebastian/code-unit**: https://github.com/sebastianbergmann/code-unit/blob/main/LICENSE +* **sebastian/code-unit-reverse-lookup**: https://github.com/sebastianbergmann/code-unit-reverse-lookup/blob/main/LICENSE +* **sebastian/comparator**: https://github.com/sebastianbergmann/comparator/blob/main/LICENSE +* **sebastian/complexity**: https://github.com/sebastianbergmann/complexity/blob/main/LICENSE +* **sebastian/diff**: https://github.com/sebastianbergmann/diff/blob/main/LICENSE +* **sebastian/environment**: https://github.com/sebastianbergmann/environment/blob/main/LICENSE +* **sebastian/exporter**: https://github.com/sebastianbergmann/exporter/blob/main/LICENSE +* **sebastian/global-state**: https://github.com/sebastianbergmann/global-state/blob/main/LICENSE +* **sebastian/lines-of-code**: https://github.com/sebastianbergmann/lines-of-code/blob/main/LICENSE +* **sebastian/object-enumerator**: https://github.com/sebastianbergmann/object-enumerator/blob/main/LICENSE +* **sebastian/object-reflector**: https://github.com/sebastianbergmann/object-reflector/blob/main/LICENSE +* **sebastian/recursion-context**: https://github.com/sebastianbergmann/recursion-context/blob/main/LICENSE +* **sebastian/resource-operations**: https://github.com/sebastianbergmann/resource-operations/blob/main/LICENSE +* **sebastian/type**: https://github.com/sebastianbergmann/type/blob/main/LICENSE +* **sebastian/version**: https://github.com/sebastianbergmann/version/blob/main/LICENSE +* **theseer/tokenizer**: https://github.com/theseer/tokenizer/blob/main/LICENSE + +Each of these libraries retains its original copyright and license notices.