Skip to content

Commit

Permalink
Update LICENSE.md and add NOTICE.md, add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuurlant committed Nov 26, 2024
1 parent c958965 commit 25736fb
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 8 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)*
21 changes: 17 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.
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.
32 changes: 32 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 25736fb

Please sign in to comment.