-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy path.licenserc.yaml
More file actions
46 lines (45 loc) · 1.67 KB
/
.licenserc.yaml
File metadata and controls
46 lines (45 loc) · 1.67 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
43
44
45
46
header:
license:
spdx-id: Apache-2.0
copyright-owner: Apache Software Foundation
paths-ignore:
- 'licenses'
- '**/*.md'
- '**/*.csv'
- '**/*.txt'
- '**/*.json'
- '**/*.jsonl'
- 'DESCRIPTION'
- 'DISCLAIMER-WIP'
- 'LICENSE'
- 'NOTICE'
- '.dockerignore'
- '.gitattributes'
- '.github/PULL_REQUEST_TEMPLATE'
- 'yarn.lock'
- '.nvmrc'
- '.htaccess'
- '.gitkeep'
- 'site.webmanifest'
- '.gitignore'
- '.licenserc.yaml'
- 'frontend/.yarn/**'
- 'amber/src/main/python/proto/**'
# Third-party code with MIT license - see LICENSE file for attribution
- 'common/workflow-operator/src/main/scala/com/kjetland/**'
# TypeFox monaco-languageclient derived files (MIT License)
- 'pyright-language-service/src/main.ts'
- 'pyright-language-service/src/language-server-runner.ts'
- 'pyright-language-service/src/server-commons.ts'
- 'frontend/src/app/common/formly/array.type.ts'
- 'frontend/src/app/common/formly/object.type.ts'
- 'frontend/src/app/common/formly/multischema.type.ts'
- 'frontend/src/app/common/formly/null.type.ts'
# Third-party SVG assets - see LICENSE file for attribution
- 'frontend/src/assets/svg/operator-view-result.svg'
- 'frontend/src/assets/svg/operator-reuse-cache-invalid.svg'
- 'frontend/src/assets/svg/operator-reuse-cache-valid.svg'
- 'frontend/src/app/common/type/proto/org/apache/texera/amber/core/virtualidentity.ts'
- 'frontend/src/app/common/type/proto/org/apache/texera/amber/core/workflow.ts'
- 'frontend/src/app/common/type/proto/google/protobuf/descriptor.ts'
- 'frontend/src/app/common/type/proto/scalapb/scalapb.ts'