Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Croct.com

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.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</p>
<p align="center">
<img alt="Language" src="https://img.shields.io/badge/language-PHP-blue" />
<a href="https://github.com/croct-tech/coding-standard-php/actions/workflows/branch-validations.yaml">
<img alt="Build" src="https://github.com/croct-tech/coding-standard-php/actions/workflows/branch-validations.yaml/badge.svg" />
<a href="https://github.com/croct-tech/coding-standard-php/actions/workflows/validate-branch.yaml">
<img alt="Build" src="https://github.com/croct-tech/coding-standard-php/actions/workflows/validate-branch.yaml/badge.svg" />
</a>
<img alt="License" src="https://img.shields.io/badge/license-proprietary-lightgrey" />
<img alt="License" src="https://img.shields.io/badge/license-MIT-blue" />
<br />
<br />
<a href="https://github.com/croct-tech/coding-standard-php/releases">📦 Releases</a>
Expand Down Expand Up @@ -60,8 +60,6 @@ Then, to run all tests:
composer test
```

## Copyright Notice
## License

Copyright © 2015-2020 Croct Limited, All Rights Reserved.

All information contained herein is, and remains the property of Croct Limited. The intellectual, design and technical concepts contained herein are proprietary to Croct Limited s and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Croct Limited.
This library is licensed under the [MIT license](LICENSE).
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "croct/coding-standard",
"description": "A set of Code Sniffer rules applied to all Croct PHP projects.",
"license": "proprietary",
"license": "MIT",
"type": "phpcodesniffer-standard",
"keywords": [
"croct",
Expand All @@ -17,6 +17,10 @@
}
],
"homepage": "https://github.com/croct-tech/coding-standard-php",
"support": {
"issues": "https://github.com/croct-tech/coding-standard-php/issues",
"source": "https://github.com/croct-tech/coding-standard-php"
},
"require": {
"php": "^8.5",
"slevomat/coding-standard": "^8.28",
Expand Down
Loading