diff --git a/.config/dotnet-tools.json.license b/.config/dotnet-tools.json.license new file mode 100644 index 0000000..8daf546 --- /dev/null +++ b/.config/dotnet-tools.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 Friedrich von Never + +SPDX-License-Identifier: MIT diff --git a/TruePath.sln b/TruePath.sln index 735ae10..9cd0499 100644 --- a/TruePath.sln +++ b/TruePath.sln @@ -54,6 +54,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{33FCBEF9-2172-4755-8792-AEAF646DE77D}" ProjectSection(SolutionItems) = preProject .config\dotnet-tools.json = .config\dotnet-tools.json + .config\dotnet-tools.json.license = .config\dotnet-tools.json.license EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{98C65796-8ACB-4CAF-A06B-6A179F338E9C}" @@ -61,6 +62,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{98C65796-8 docs\toc.yml = docs\toc.yml docs\docfx.json = docs\docfx.json docs\index.md = docs\index.md + docs\docfx.json.license = docs\docfx.json.license EndProjectSection EndProject Global diff --git a/docs/docfx.json.license b/docs/docfx.json.license new file mode 100644 index 0000000..8daf546 --- /dev/null +++ b/docs/docfx.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 Friedrich von Never + +SPDX-License-Identifier: MIT diff --git a/docs/index.md b/docs/index.md index 925ebae..0fc457d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,9 @@ + + --- _disableBreadcrumb: true --- diff --git a/docs/toc.yml b/docs/toc.yml index dc49e4c..3543209 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2024 Friedrich von Never +# +# SPDX-License-Identifier: MIT + - name: API href: api/TruePath.yml