forked from envoyproxy/ai-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.licenserc.yaml
35 lines (34 loc) · 836 Bytes
/
.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
# Copyright Envoy AI Gateway Authors
# SPDX-License-Identifier: Apache-2.0
# The full text of the Apache license is available in the LICENSE file at
# the root of the repo.
header:
license:
spdx-id: Apache-2.0
copyright-owner: Envoy AI Gateway Authors
content: |
Copyright Envoy AI Gateway Authors
SPDX-License-Identifier: Apache-2.0
The full text of the Apache license is available in the LICENSE file at
the root of the repo.
paths-ignore:
- site
- out
- '.github'
- '.bin'
- '**/go.mod'
- '**/go.sum'
- '**/*.md'
- '**/*.json'
- '**/*.txt'
- '**/*.hcl'
- '**/.gitignore'
- '**/.helmignore'
- .trivyignore
- '.codespell.*'
- .editorconfig
- .golangci.yml
- .testcoverage.yml
- '.yamllint*'
- LICENSE
- CODEOWNERS