]> Lady’s Gitweb - LesML/blob - TESTING/REUSE.toml
Support definition lists (finally!)
[LesML] / TESTING / REUSE.toml
1 #?toml
2
3 # This file provides licensing information for the files in this
4 # (`TESTING´) directory, as it would complicate the tests to include
5 # license information in the files themselves, and `.license´ files
6 # would really clutter up the directory.
7 # In short:
8 # The input and output files located in the `📥´ and `📤´
9 # subdirectories are all dedicated to the public domain.
10 #
11 # See {🔗<https://reuse.software/spec-3.3/#reusetoml>} for more on how
12 # this file should be understood.
13
14 version = 1
15
16 [[annotations]]
17 path = "📥/**"
18 SPDX-FileCopyrightText = "2026 Lady <https://www.ladys.computer/about#lady>"
19 SPDX-License-Identifier = "CC0-1.0"
20
21 [[annotations]]
22 path = "📤/**"
23 SPDX-FileCopyrightText = "2026 Lady <https://www.ladys.computer/about#lady>"
24 SPDX-License-Identifier = "CC0-1.0"
This page took 0.395873 seconds and 5 git commands to generate.