-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
40 lines (34 loc) · 1.87 KB
/
Copy pathREUSE.toml
File metadata and controls
40 lines (34 loc) · 1.87 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
version = 1
SPDX-PackageName = "watertown"
SPDX-PackageSupplier = "Caspar Water Company"
SPDX-PackageDownloadLocation = "https://github.com/jmacd/watertown"
[[annotations]]
path = ["crates/**/**.rs", "crates/**/**.js", "crates/**/**.css", "crates/**/**.py", "crates/**/**.json", "original/**/**.rs"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Caspar Water Company"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["**.toml", "**.lock", "**.md", "**.yml", "**.yaml", "**.sh", "**.txt", "**.tmpl", "Dockerfile", "Makefile"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Caspar Water Company"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["**/**.toml", "**/**.lock", "**/**.md", "**/**.yml", "**/**.yaml", "**/**.sh", "**/**.txt", "**/**.tmpl"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Caspar Water Company"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["noyo/**", "septic/**", "water/**", "cross/**", "original/src/config/**/**", "pond/**", "export/**", "inbox/**", "history/**", "sample-**/**", "testsuite/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Caspar Water Company"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = ["**.jpg", "**.png", "**.svg", "**/**.svg", "**.parquet", "**.proptest-regressions", "**/**.proptest-regressions", "OUT**", "CLIPPY", "DIFF", "ORIG", "WHATIS", ".dockerignore", "**/.dockerignore", ".gitignore", "**/.gitignore", "VERSION"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Caspar Water Company"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["target/**", ".git/**", "arrow-rs/**", "datafusion-rs/**", "delta-rs/**", "linkme-rs/**", "object_store-rs/**", "opentelemetry-rs/**", "oxidizer-rs/**", "peak_alloc-rs/**", "serde_arrow-rs/**", "tera-rs/**", "tokio-tar-rs/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"