-
Notifications
You must be signed in to change notification settings - Fork 66
/
.licenserc.yaml
58 lines (55 loc) · 1.41 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
51
52
53
54
55
56
57
58
# Copyright 2020 Wayback Archiver. All rights reserved.
# Use of this source code is governed by the GNU GPL v3
# license that can be found in the LICENSE file.
#
header:
license:
spdx-id: GPL-3.0-or-later
copyright-owner: Wayback Archiver
software-name: wayback
content: |
Copyright 2020 Wayback Archiver. All rights reserved.
Use of this source code is governed by the GNU GPL v3
license that can be found in the LICENSE file.
paths-ignore:
- '.github/ISSUE_TEMPLATE'
- '.github/PULL_REQUEST_TEMPLATE'
- '.github/linters/.dockerfilelintrc'
- '.gitattributes'
- '.semgrepignore'
- 'build/aur'
- 'build/binary'
- 'build/debian'
- 'build/package'
- 'build/docker/Dockerfile.*'
- 'build/systemd/wayback.service'
- 'docs/assets/*'
- '**/*.md'
- '**/*.out'
- '**/*.json'
- '**/go.mod'
- '**/go.sum'
- 'LICENSE'
- 'reduxer/sites'
- 'template/assets/**'
- 'template/views/*.html'
- 'wayback.1'
- 'wayback.conf'
- 'docker-bake.hcl'
- 'install.sh'
- 'Makefile'
- 'Procfile'
- 'cosign.pub'
- 'codecov.yml'
- 'mkdocs.yml'
comment: on-failure
dependency:
files:
- go.mod
licenses:
- name: github.com/multiformats/go-base36
version: v0.2.0
license: Apache-2.0 OR MIT
- name: github.com/multiformats/go-multicodec
version: v0.9.0
license: Apache-2.0 OR MIT