# SPDX-FileCopyrightText: 2024 Mathieu Fenniak <mathieu@fenniak.net>
#
# SPDX-License-Identifier: GPL-3.0-or-later
= 1
# Autogenerated files don't have a relevant copyright
[[]]
= [
"Cargo.lock",
"flake.lock"
]
= "NONE"
= "CC0-1.0"
# .sqlx files are generated from queries and contain them; they have the same GPL license as the source that contains
# the queries.
[[]]
= [
".sqlx/*",
]
= "2024 Mathieu Fenniak <mathieu@fenniak.net>"
= "GPL-3.0-or-later"
# Generated test files which occasionally get renamed if syscall tracing changes; it's a bit odd to even imagine these
# have a copyright considering they're generated, but they are relevant parts of this software test suite and until I
# have another good reason I'll mark them as GPL.
[[]]
= [
"tests/test_data/*.strace.*",
]
= "2024 Mathieu Fenniak <mathieu@fenniak.net>"
= "GPL-3.0-or-later"