Skip to content

Commit

Permalink
Add .licenserc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Apr 2, 2024
1 parent 035c8e9 commit 89b898f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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/**'
- '**/*.json'
- '**/*.md'
- '**/*.txt'
- '.jujuignore'
- '.gitignore'
- '.licenserc.yaml'
- 'CODEOWNERS'
- 'LICENSE'
- 'trivy.yaml'
- 'pyproject.toml'
- 'zap_rules.tsv'
comment: on-failure

0 comments on commit 89b898f

Please sign in to comment.