Skip to content

Commit 7f8158e

Browse files
committed
Change schema location and make REUSE compliant
1 parent c662a9e commit 7f8158e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.reuse/dep5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Files: reuse-docs/*
77
Copyright: 2019 Free Software Foundation Europe <https://fsfe.org>
88
License: CC-BY-SA-4.0
99

10+
Files: site/static/schemas/*
11+
Copyright: 2023 Free Software Foundation Europe <https://fsfe.org>
12+
License: CC0-1.0
13+
1014
Files: site/static/fonts/roboto/*
1115
Copyright: 2018 Google
1216
License: Apache-2.0

reuse-docs

site/static/1.0.0_lint_schema.json renamed to site/static/schemas/1.0.0_lint_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://reuse.software/1.0.0_lint_schema.json",
2+
"$schema": "https://reuse.software/schemas/1.0.0_lint_schema.json",
33
"$ref": "#/definitions/Result",
44
"definitions": {
55
"Result": {

sync-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ done
3838
lint_schema_version="1.0.0"
3939
lint_schema="$basedir"/reuse-docs/"$lint_schema_version"_lint_schema.json
4040
# Copy this file to
41-
cp "$lint_schema" "$basedir"/site/static
41+
cp "$lint_schema" "$basedir"/site/static/schemas
4242

4343
# Make permissions of newly generated folders the same as the already existing files
4444
uidgid=$(stat -c '%u:%g' "$basedir")

0 commit comments

Comments
 (0)