Skip to content

Commit 0bc2ef5

Browse files
Add license section to README (#942)
1 parent 7ffb454 commit 0bc2ef5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ We use a combination of Rust, React (Next.js), TypeScript, Tauri, Drizzle (ORM),
5050
- `database`: A [React](https://reactjs.org) and [Drizzle ORM](https://orm.drizzle.team/) Shared database library.
5151
- `config`: `eslint` configurations (includes `eslint-config-next`, `eslint-config-prettier` other configs used throughout the monorepo).
5252

53+
### License:
54+
Portions of this software are licensed as follows:
55+
56+
- All code residing in the `cap-camera*` and `scap-*` families of crates is licensed under the MIT License (see [licenses/LICENSE-MIT](https://github.com/CapSoftware/Cap/blob/main/licenses/LICENSE-MIT)).
57+
- All third party components are licensed under the original license provided by the owner of the applicable component
58+
- All other content not mentioned above is available under the AGPLv3 license as defined in [LICENSE](https://github.com/CapSoftware/Cap/blob/main/LICENSE)
59+
5360
# Contributing
5461

5562
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. This guide is a work in progress, and is updated regularly as the app matures.

0 commit comments

Comments
 (0)