-
Notifications
You must be signed in to change notification settings - Fork 2
51 lines (45 loc) · 1.33 KB
/
licenserc.yml
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
51
header:
license:
spdx-id: Apache-2.0
content: |
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Juno contributors
SPDX-License-Identifier: Apache-2.0
paths: # `paths` are the path list that will be checked (and fixed) by license-eye, default is ['**'].
- '**'
paths-ignore:
- '.github/**'
- '.reuse/dep5'
- 'website/scripts/**'
- 'hack/**'
- 'hack/openapi-generator/openapi-info.yaml'
- 'hack/boilerplate.go.txt'
- 'docs/**'
- '**/*.md'
- 'LICENSE'
- 'NOTICE'
- 'PROJECT'
- '**/*.gitignore'
- '**/*.helmignore'
- '**/*.tpl'
- '**/go.mod'
- '**/go.sum'
- '**/*.lock'
- '**/*.json'
- '**/.gitkeep'
- '**/*.txt'
- '*Dockerfile*'
- 'Makefile'
- 'pkg/idproxy/web/**'
- 'pkg/apis/scheme_builder.go' # Belongs to the Kubernetes authors
- 'cmd/tcp-proxy/main.go' # MIT License
- 'pkg/tcp-proxy/proxy/*.go' # MIT License
- '**/zz_generated.deepcopy.go' # Generated by Kubebuilder
comment: on-failure
# license-location-threshold specifies the index threshold where the license header can be located,
# after all, a "header" cannot be TOO far from the file start.
license-location-threshold: 80
language:
JSX:
extensions:
- ".jsx"
comment_style_id: SlashAsterisk