-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
42 lines (27 loc) · 1.4 KB
/
LICENSE
File metadata and controls
42 lines (27 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Runtm - Split License Structure
Copyright (c) 2025 Runtm
This repository contains multiple components with different licenses:
--------------------------------------------------------------------------------
Server Components (AGPLv3):
- packages/api/ Control plane API
- packages/worker/ Build and deploy worker
- infra/ Deployment configurations
Licensed under the GNU Affero General Public License v3.0 (AGPLv3).
See packages/api/LICENSE for the full license text.
--------------------------------------------------------------------------------
Client Components (Apache-2.0):
- packages/cli/ Command-line interface
- packages/shared/ Shared contracts, types, and utilities
Licensed under the Apache License, Version 2.0.
See packages/cli/LICENSE for the full license text.
--------------------------------------------------------------------------------
Templates (MIT):
- templates/ Starter templates for deployments
Licensed under the MIT License.
See templates/LICENSE for the full license text.
--------------------------------------------------------------------------------
Why this split?
Server components use AGPLv3 to ensure hosted deployments share improvements.
CLI and shared libraries use Apache-2.0 for easy integration.
Templates use MIT so you can freely build upon them.
For specific license terms, see the LICENSE file in each package directory.