From: Zbigniew Jędrzejewski-Szmek Date: Mon, 18 Oct 2021 06:56:45 +0000 (+0200) Subject: docs: mark spdx headers with the default license to website files X-Git-Tag: v250-rc1~487^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcce9a609afe743b2f674cb811fea74674a85d28;p=thirdparty%2Fsystemd.git 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. --- 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 @@ + +