-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.licenserc.yaml
38 lines (38 loc) · 942 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
36
37
38
header:
license:
spdx-id: Apache-2.0
copyright-owner: Canonical Ltd.
content: |
Copyright [year] [owner]
See LICENSE file for licensing details.
paths:
- '**'
paths-ignore:
- '.github/**'
- '.woke.yaml'
- '.wokeignore'
- '**/*.sum'
- '**/*.json'
- '**/*.j2'
- '**/*.md'
- '**/*.txt'
- '**/.codespellignore'
- '**/.dockerignore'
- '**/.flake8'
- '**/.jujuignore'
- '**/.gitignore'
- '**/.licenserc.yaml'
- '**/.trivyignore'
- '**/CODEOWNERS'
- '**/icon.svg'
- '**/LICENSE'
- '**/trivy.yaml'
- '**/lib/charms/**'
- '**/grafana_dashboards/**'
- '**/loki_alert_rules/**'
- '**/prometheus_alert_rules/**'
- 'examples/django/charm/lib/charms/redis_k8s/v0/redis.py'
- 'examples/flask/lib/charms/redis_k8s/v0/redis.py'
- 'examples/go/charm/lib/charms/redis_k8s/v0/redis.py'
- 'docs/**'
comment: on-failure