From 303733fd5afae5fc711452b4a0f62aced6166a96 Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Wed, 3 Jun 2026 16:07:37 -0300 Subject: [PATCH] Prepare for public release --- LICENSE | 21 +++++++++++++++++++++ README.md | 12 +++++------- composer.json | 6 +++++- 3 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f26bb0b --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 65d651c..a3c220a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@

Language - - Build + + Build - License + License

📦 Releases @@ -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). diff --git a/composer.json b/composer.json index 3da6667..4103eea 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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",