diff --git a/LICENSE b/LICENSE index cab9d366..b39a0334 100644 --- a/LICENSE +++ b/LICENSE @@ -1,62 +1,21 @@ -Devlane Software License +MIT License Copyright (c) 2026 Devlane ----------------------------------------------------------------------- -1. MIT License Grant ----------------------------------------------------------------------- - 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, and distribute 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. - ----------------------------------------------------------------------- -2. Additional Use Restriction (Non‑Commercial Resale / Hosting) ----------------------------------------------------------------------- - -Notwithstanding any other provision of this License, you may not "Sell" the -Software or any service whose primary value is access to, or use of, -the Software. +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: -"Sell" means: - (a) licensing, sublicensing, distributing, or otherwise making the Software, - or derivative works of the Software, available to third parties - for a fee, subscription charge, or other commercial consideration; or - (b) providing a hosted, managed, or software‑as‑a‑service offering where - the primary purpose of the service is to enable third parties to access - or use the Software (with or without modifications). - -For clarity, the following are permitted under this License: - - Using the Software internally for personal, educational, or commercial - purposes within your own individual or organizational environment. - - Using the Software as an internal tool to help you deliver your own - products or services, where customers are not being charged for access - to Devlane itself. - - Sharing the Software (with or without modifications) without charging - a fee specifically for the Software or for hosted access to Devlane. - ----------------------------------------------------------------------- -3. Disclaimer of Warranty ----------------------------------------------------------------------- +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. - ----------------------------------------------------------------------- -4. Open Source Status ----------------------------------------------------------------------- - -Because of the additional restriction in Section 2, this License does not -meet the Open Source Initiative (OSI) definition of "open source" and the -Software should not be described as OSI‑approved open source software. \ No newline at end of file +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 d469d666..18dfed0a 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,4 @@ AI-assisted contributions are accepted, but must be disclosed — note the tool ## License -This project is licensed under the **Devlane Software License**. It grants you broad use and modification rights (MIT-style) but does not allow selling the software or offering it as a hosted/subscription service to third parties. See [LICENSE](LICENSE) for the full text. This license is not OSI-approved open source. +This project is licensed under the [MIT License](LICENSE), an OSI-approved open source license. diff --git a/package-lock.json b/package-lock.json index d7bdf22d..73a1764e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "devlane", "version": "1.2.1", - "license": "ISC", + "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", diff --git a/package.json b/package.json index 97a8f334..b135425b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "keywords": [], "author": "", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1",