From bcce9a609afe743b2f674cb811fea74674a85d28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 18 Oct 2021 08:56:45 +0200 Subject: [PATCH] docs: mark spdx headers with the default license to website files Those were added in b41a3f66c97e3d861faed04b727daf929383b827 without an explicit license, so they are under the default license. Some files already got a header previously, so this only touches the remaining. The same should be done for docs/_data/extra_pages.json, but it's json, and json doesn't allow comments. --- docs/.gitattributes | 2 +- docs/_config.yml | 1 + docs/_includes/footer.html | 2 ++ docs/_includes/head.html | 2 ++ docs/_includes/header.html | 2 ++ docs/_layouts/default.html | 2 ++ docs/assets/page-logo.svg | 1 + docs/favicon.svg | 1 + docs/style.css | 2 ++ 9 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/.gitattributes b/docs/.gitattributes index 07bb186e522..dbe845e8056 100644 --- a/docs/.gitattributes +++ b/docs/.gitattributes @@ -1,2 +1,2 @@ -*.png binary +*.png binary generated *.woff binary diff --git a/docs/_config.yml b/docs/_config.yml index 925b4adb143..d5430312616 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,5 @@ # Site settings +# SPDX-License-Identifier: LGPL-2.1-or-later title: systemd baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://systemd.io" # the base hostname & protocol for your site diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index e103a278c40..ebde9dc7b0b 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,3 +1,5 @@ + +