-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathREUSE.toml
More file actions
51 lines (41 loc) · 2.19 KB
/
REUSE.toml
File metadata and controls
51 lines (41 loc) · 2.19 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
version = 1
[[annotations]]
path = ["**/*.md","**/src/**/*","mvnw*","Jenkinsfile","**/pom.xml","**/*.y*ml",".git*",".mvn/wrapper/maven-wrapper.properties"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["k8s/helm/**/*"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["e2e-js/*.json"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["e2e-python/pyproject.toml","e2e-python/tests/*.py"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["bindings/python/**/*.py","bindings/python/**/*.sh","bindings/python/Dockerfile.build","bindings/python/jar_exclusions.txt","bindings/python/pyproject.toml","bindings/python/setup.py"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["e2e-studio/**/*.ts","e2e-studio/**/*.json"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["package/*.sh","package/*.txt","package/homebrew/*.rb"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["studio/*.json","studio/.npmrc","studio/.nvmrc","studio/scripts/*.js","studio/scripts/*.sh"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["grpc/gRPC-Readme.txt","grpc/gRPC-vs-HTTP-PerformanceTest.txt"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["grpc-client/docs/*.txt"]
SPDX-FileCopyrightText = "Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com)"
SPDX-License-Identifier = "Apache-2.0"