-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc.yaml
42 lines (39 loc) · 896 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
39
40
41
42
header:
license:
spdx-id: MIT
copyright-owner: Datalayer, Inc.
copyright-year: 2021-2023
content: |
Copyright (c) [year] [owner]
MIT License
paths-ignore:
- '**/*.ipynb'
- '**/*.json'
- '**/*.md'
- '**/*.svg'
- '**/*.tsbuildinfo'
- '**/*.yml'
- '**/*.yaml'
- '**/build'
- '**/lib'
- '**/node_modules'
- '**/MANIFEST.in'
- '**/static'
- '**/typings'
- '**/schemas'
- '**/themes'
- '*.map.js'
- '*.bundle.js'
- '**/.*'
- 'LICENSE'
- '.devcontainer/resources/'
- 'dev/notebooks/example1.dash'
- 'dev/notebooks/subfolder-2/untitled.txt'
- 'examples/cra/public/robots.txt'
- '**/LICENSE.txt'
- '**/*.nblink'
- 'docs/docs'
- 'packages/lexical/src/ui/PrettierButton.tsx_tmp'
- 'packages/react/third-party-license.txt'
- 'patches/'
comment: on-failure