forked from daytonaio/daytona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.licenserc.yaml
More file actions
31 lines (29 loc) · 729 Bytes
/
.licenserc.yaml
File metadata and controls
31 lines (29 loc) · 729 Bytes
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
header:
license:
spdx-id: AGPL-3.0
copyright-owner: Daytona Platforms Inc.
content: |
Copyright Daytona Platforms Inc.
SPDX-License-Identifier: AGPL-3.0
pattern: |
Copyright (\d{4} )?Daytona Platforms Inc\.
SPDX-License-Identifier: AGPL-3\.0
paths:
- '**/*.go'
- '**/*.sh'
- '**/*.js'
- '**/*.ts'
- '**/*.tsx'
- '**/*.py'
paths-ignore:
- 'libs/**'
- '!libs/computer-use/**'
- 'apps/api/src/generate-openapi.ts'
- 'apps/runner/pkg/api/docs/docs.go'
- 'examples/**'
- 'apps/docs/**'
- 'hack/**'
- 'guides/**'
- 'apps/daemon/pkg/toolbox/docs/docs.go'
- 'apps/dashboard/public/mockServiceWorker.js'
comment: on-failure