generated from wabarc/project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.licenserc.yaml
49 lines (44 loc) · 1.03 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
# Copyright 2023 Wayback Archiver. All rights reserved.
# Use of this source code is governed by the MIT
# license that can be found in the LICENSE file.
header:
license:
spdx-id: MIT
copyright-owner: Wayback Archiver
software-name: cairn
content: |
Copyright 2023 Wayback Archiver. All rights reserved.
Use of this source code is governed by the MIT
license that can be found in the LICENSE file.
paths-ignore:
- '.github/ISSUE_TEMPLATE'
- '.github/PULL_REQUEST_TEMPLATE'
- '.github/linters/.dockerfilelintrc'
- '.gitattributes'
- '.semgrepignore'
- '.gitignore'
- '.dockerignore'
- '.npmignore'
- '.eslintrc'
- '.eslintignore'
- '.prettierrc'
- '**/*.md'
- '**/*.out'
- '**/*.json'
- 'dist'
- 'test'
- '**/*.lock'
- 'src/cli.ts'
- 'LICENSE'
- 'Makefile'
- 'Procfile'
- 'codecov.yml'
- 'mkdocs.yml'
comment: on-failure
language:
TypeScript:
extensions:
- ".ts"
dependency:
files:
- package.json