Skip to content

Commit 250f5b0

Browse files
authored
Merge pull request #732 from Kiln-AI/scosman/license_clarity
Clarify the license and goals
2 parents 9d975c2 + b18eee5 commit 250f5b0

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

LICENSE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ This repository contains components under different licenses:
1616
All rights reserved.
1717

1818
For the full text of each license, please see the respective LICENSE.txt files in each directory.
19+
20+
See our README section "Licenses & Trademarks" for more details.

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,25 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to setup a develop
182182

183183
## Licenses & Trademarks
184184

185-
- Python Library: [MIT License](libs/core/LICENSE.txt)
186-
- Python REST Server/API: [MIT License](libs/server/LICENSE.txt)
187-
- Desktop App: free to download and use under our [EULA](app/EULA.md), and [source-available](/app). [License](app/LICENSE.txt)
188-
- The Kiln names and logos are trademarks of Chesterfield Laboratories Inc.
185+
The Kiln library with our core functionality is fully open source (MIT), while the Kiln desktop app is free to use, source-available, and may be licensed to enterprises in the future.
186+
187+
Why? We’re aiming to make Kiln fair and sustainable:
188+
189+
- Kiln is always free for personal use.
190+
- Larger for-profit companies using Kiln Desktop may require a license in the future, but it is currently free.
191+
- This is based on the [fair code model](https://faircode.io), with the goal of making Kiln sustainable.
192+
193+
Open Library and Data Format:
194+
195+
- Kiln’s MIT OSS library contains all of the core logic of Kiln. It can do anything the app can do, just without the font-end/UI.
196+
- Kiln’s data format is open. You own and control your datasets, we don’t have access to them. The data is JSON formatted for maximal compatibility, ensuring zero lock-in.
197+
198+
**Licenses**
199+
200+
- Python Library (core logic/features): [MIT License](libs/core/LICENSE.txt)
201+
- Python Server (REST API): [MIT License](libs/server/LICENSE.txt)
202+
- Desktop App: free to download and use. 100% [source-available](app) with public builds for maximum transparency.
203+
204+
**Trademarks**: The Kiln name and logos are trademarks of Chesterfield Laboratories Inc.
189205

190206
Copyright 2024 - Chesterfield Laboratories Inc.

0 commit comments

Comments
 (0)