forked from NVIDIA/cuda-quantum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.licenserc.yaml
More file actions
53 lines (46 loc) · 1.34 KB
/
.licenserc.yaml
File metadata and controls
53 lines (46 loc) · 1.34 KB
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
header:
license:
spdx-id: Apache-2.0
copyright-owner: NVIDIA Corporation & Affiliates
software-name: CUDA-Q
content: |
Copyright (c) 2023 - 2026 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'
- 'llms.txt'
- 'test/README.txt'
- 'runtime/cudaq/platform/default/rest/helpers/anyon/*.txt'
- 'targettests/Target/IQM/*.txt'
- 'unittests/backends/iqm/*.txt'
- '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'
- 'include/cudaq/Optimizer/CodeGen/OptUtils.h'
- 'lib/Optimizer/CodeGen/OptUtils.cpp'
- 'runtime/cudaq/algorithms/optimizers/nlopt/nlopt-src'
- 'python/metapackages/MANIFEST.in'
comment: on-failure
license-location-threshold: 80