git @ Cat's Eye Technologies HUNTER / 38aa31a
Arrange licensing info in repo to follow REUSE 3.2 convention. Chris Pressey 8 months ago
2 changed file(s) with 13 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
+0
-11
.reuse/dep5 less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1
2 Files:
3 eg/*
4 Copyright: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5 License: CC0-1.0
6
7 Files:
8 lib/console-virtual/*
9 Copyright: Copyright (c)2003-2013, Chris Pressey, Cat's Eye Technologies.
10 License: LicenseRef-BSD-3-Clause-X-Console-Virtual
0 version = 1
1
2 [[annotations]]
3 path = ["REUSE.toml", "eg/**"]
4 precedence = "aggregate"
5 SPDX-FileCopyrightText = "Chris Pressey, the original author of this work, has dedicated it to the public domain."
6 SPDX-License-Identifier = "CC0-1.0"
7
8 [[annotations]]
9 path = "lib/console-virtual/**"
10 precedence = "aggregate"
11 SPDX-FileCopyrightText = "Copyright (c)2003-2013, Chris Pressey, Cat's Eye Technologies."
12 SPDX-License-Identifier = "LicenseRef-BSD-3-Clause-X-Console-Virtual"