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
62 changes: 0 additions & 62 deletions COMMERCIAL.md

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.1.1"
edition = "2024"
rust-version = "1.85"
description = "Test Rust code without test-only traits or changes to production code."
license = "PolyForm-Small-Business-1.0.0 OR PolyForm-Noncommercial-1.0.0"
license = "MIT"
repository = "https://github.com/XTSoftwareLabs/shimforge"
readme = "README.md"
keywords = ["mock", "testing", "detour"]
categories = ["development-tools::testing"]
include = ["src/**", "tests/**", "examples/**", "Cargo.toml", "COMMERCIAL.md", "LICENSE*", "README.md"]
include = ["src/**", "tests/**", "examples/**", "Cargo.toml", "LICENSE*", "README.md"]

[workspace]
members = ["macros"]
Expand Down
40 changes: 17 additions & 23 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
shimforge is available under either of the following licenses, at your option.
You need to satisfy only one of them.
MIT License

PolyForm Small Business License 1.0.0
See LICENSE-POLYFORM-SMALL-BUSINESS
https://polyformproject.org/licenses/small-business/1.0.0
Copyright (c) 2026 XT SOFTWARE LABS LLC

Covers use for the benefit of a company with fewer than 100 people and
less than 1,000,000 USD (2019, adjusted for inflation) of revenue in the
prior tax year.
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:

PolyForm Noncommercial License 1.0.0
See LICENSE-POLYFORM-NONCOMMERCIAL
https://polyformproject.org/licenses/noncommercial/1.0.0
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

Covers any noncommercial purpose, including personal study, hobby
projects and research, and covers charitable organizations, educational
institutions, public research organizations and government institutions
regardless of their size.

Commercial use by a company that exceeds the Small Business thresholds is not
covered by either license. See COMMERCIAL.md or write to
shimforge@xtsoftwarelabs.com to buy a commercial license.

Neither license is approved by the Open Source Initiative.

Required Notice: Copyright XT SOFTWARE LABS LLC (https://github.com/XTSoftwareLabs/shimforge)
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.
133 changes: 0 additions & 133 deletions LICENSE-POLYFORM-NONCOMMERCIAL

This file was deleted.

123 changes: 0 additions & 123 deletions LICENSE-POLYFORM-SMALL-BUSINESS

This file was deleted.

Loading
Loading