forked from eclipse-sw360/sw360-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.licenserc.yaml
50 lines (41 loc) · 1.15 KB
/
.licenserc.yaml
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
47
48
49
50
# Copyright (c) Helio Chissini de Castro, 2023. Part of the SW360 Frontend Project.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
# SPDX-License-Identifier: EPL-2.0
# License-Filename: LICENSE
header:
license:
spdx-id: EPL-2.0
copyright-owner: SW360 Frontend Authors
copyright-year: '2023'
software-name: sw360-frontend
pattern: |
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
License-Filename: LICENSE
paths:
- '**'
paths-ignore:
- 'node_modulesw'
- '**/*.md'
- '**/testdata/**'
- 'LICENSE'
- 'NOTICE'
- '*.code-workspace'
- '**/*.diff'
- '**/*.svg'
- .prettierrc.js
- .eslintrc.json
- .gitignore
- .husky
- package.json
- package-lock.json
- '**/common.json'
comment: on-failure
license-location-threshold: 80
dependency:
files:
- package.json