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

This file was deleted.

6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ Record settled decisions in `ROADMAP.md`, DocC, maintainer docs, or this guide s

## License and Contribution Terms

Unless a contribution explicitly says otherwise in writing, contributions to SwiftASB are made under the PolyForm Noncommercial License 1.0.0 terms in [LICENSE](./LICENSE). The root legal-notice surface lives in [NOTICE](./NOTICE).
Unless a contribution explicitly says otherwise in writing, contributions to SwiftASB are made under the Apache License 2.0 terms in [LICENSE](./LICENSE). The root legal-notice surface lives in [NOTICE](./NOTICE).

Commercial use is not licensed by the public license. See [COMMERCIAL-USE.md](./COMMERCIAL-USE.md) for the current commercial-use policy and contact path.

Do not submit contributions unless you have the right to license them under these terms and understand Gale may offer separate commercial licenses for SwiftASB.
Do not submit contributions unless you have the right to license them under these terms.
318 changes: 201 additions & 117 deletions LICENSE

Large diffs are not rendered by default.

201 changes: 0 additions & 201 deletions LICENSE-HISTORICAL-APACHE-2.0

This file was deleted.

12 changes: 1 addition & 11 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@ Copyright 2026 Gale Williams

Required Notice: Copyright 2026 Gale Williams (mailto:mail@galewilliams.com)

This repository is licensed under the PolyForm Noncommercial License 1.0.0.
See [LICENSE](./LICENSE) for the full license text.

Commercial use is not licensed by the public license. See
[COMMERCIAL-USE.md](./COMMERCIAL-USE.md) for the current commercial-use policy
and contact path.

SwiftASB versions published before the PolyForm Noncommercial change remain
available under the license terms that applied to those versions. The historical
Apache License 2.0 text is preserved in
[LICENSE-HISTORICAL-APACHE-2.0](./LICENSE-HISTORICAL-APACHE-2.0).
This repository is licensed under the Apache License 2.0. See [LICENSE](./LICENSE) for the full license text.

Third-Party Trademarks And Brand References

Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Listen to the SwiftASB Codex apps promo clip:

### Status

SwiftASB is actively maintained and supported by Gale. Our current API is v1, and `v1.8.0` is the current and latest release.
SwiftASB is actively maintained and supported by Gale. Our current API is v1, and `v1.8.1` is the current and latest release.

### What This Project Is

Expand All @@ -38,7 +38,7 @@ I built SwiftASB because I saw so many others building and forking existing Apps
Add SwiftASB to your `Package.swift` dependencies:

```swift
.package(url: "https://github.com/gaelic-ghost/SwiftASB", from: "1.8.0"),
.package(url: "https://github.com/gaelic-ghost/SwiftASB", from: "1.8.1"),
```

Then add the library product to your target dependencies:
Expand All @@ -60,7 +60,7 @@ Check your Codex version:
```bash
codex --version
```
*Note: SwiftASB currently supports the reviewed current Codex CLI minor release, `0.142.x`, and the latest prior minor, `0.141.x`, when that prior runtime remains compatible. This narrow reviewed window will be revised once the app-server schema stabilizes or Codex CLI reaches a v1.x.x release.*
*Note: SwiftASB currently supports the reviewed current Codex CLI minor release, `0.143.x`, and the latest prior minor, `0.142.x`, when that prior runtime remains compatible. This narrow reviewed window will be revised once the app-server schema stabilizes or Codex CLI reaches a v1.x.x release.*

Add the Socket Marketplace to Codex and enable the SwiftASB Skills Plugin:

Expand Down Expand Up @@ -174,8 +174,4 @@ Agent-facing maintainer guidance lives in [AGENTS.md](./AGENTS.md).

## License

SwiftASB is licensed under the PolyForm Noncommercial License 1.0.0 for future public versions. See [LICENSE](./LICENSE), [NOTICE](./NOTICE), and [COMMERCIAL-USE.md](./COMMERCIAL-USE.md).

Commercial use is not licensed by the public license. See [COMMERCIAL-USE.md](./COMMERCIAL-USE.md) for the current commercial-use policy and contact path.

SwiftASB versions published before the PolyForm Noncommercial change remain available under the license terms that applied to those versions. The historical Apache License 2.0 text is preserved in [LICENSE-HISTORICAL-APACHE-2.0](./LICENSE-HISTORICAL-APACHE-2.0).
SwiftASB is licensed under the Apache License 2.0. See [LICENSE](./LICENSE) and [NOTICE](./NOTICE).
Loading
Loading