forked from NVIDIA/cuda-quantum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc.yaml
45 lines (38 loc) · 1.04 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
header:
license:
spdx-id: Apache-2.0
copyright-owner: NVIDIA Corporation & Affiliates
software-name: CUDA Quantum
content: |
Copyright (c) 2023 - 2024 NVIDIA Corporation & Affiliates.
All rights reserved.
This source code and the accompanying materials are made available under
the terms of the Apache License 2.0 which accompanies this distribution.
pattern: |
Apache License 2.0
paths:
- '**'
paths-ignore:
- '**/*.md'
- '**/*.rst'
- '**/*.patch'
- '**/*.config'
- '**/.*'
- '**/.*/**'
- '**/Doxyfile.in'
- 'CITATION.cff'
- 'LICENSE'
- 'NOTICE'
- 'build'
- 'examples'
- 'tpls'
- 'docs/sphinx/**/*.html'
- 'docs/sphinx/applications'
- 'docs/sphinx/examples'
- 'docs/sphinx/targets'
- 'docs/sphinx/_templates'
- 'docs/sphinx/_static/cuda_quantum_icon.svg'
- 'docker/test/installer/mpi_cuda_check.cpp'
- 'runtime/cudaq/algorithms/optimizers/nlopt/nlopt-src'
comment: on-failure
license-location-threshold: 80