Arrange licensing info in repo to follow REUSE 3.2 convention.
Chris Pressey
8 months ago
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"
|