forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc.yaml
46 lines (44 loc) · 1.15 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
header:
license:
spdx-id: BSD-3-Clause
copyright-owner: Jupyter Development Team
software-name: JupyterLab
content: |
Copyright (c) Jupyter Development Team.
Distributed under the terms of the Modified BSD License.
paths-ignore:
- '**/*.ipynb'
- '**/*.json'
- '**/*.md'
- '**/*.svg'
- '**/*.yml'
- '**/*.yaml'
- '**/*.jupyterlab-workspace'
- '**/build'
- '**/lib'
- '**/node_modules'
- '**/MANIFEST.in'
- '**/static'
- '**/typings'
- '**/schemas'
- '**/themes'
- '*.map.js'
- '*.bundle.js'
- '**/.*'
- '.gitpod.yml'
- 'binder/postBuild'
- 'binder/start'
- 'coverage'
- 'dev_mode/style.js'
- 'examples/federated/example.cert'
- 'galata/test/jupyterlab/notebooks/'
- 'galata/test/*/*/*.txt'
- 'jupyterlab.desktop'
- 'jupyterlab/staging'
- 'packages/codemirror/test/foo.grammar'
- 'packages/extensionmanager-extension/examples/listings/settings/@jupyterlab/extensionmanager-extension/plugin.jupyterlab-settings'
- 'scripts/release_template.txt'
- 'typedoc-theme'
- 'LICENSE'
- 'yarn.lock'
comment: on-failure