docs: mark spdx headers with the default license to website files

Those were added in b41a3f66c9 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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-10-18 08:56:45 +02:00
parent 2b91378992
commit bcce9a609a
9 changed files with 14 additions and 1 deletions

2
docs/.gitattributes vendored
View File

@@ -1,2 +1,2 @@
*.png binary
*.png binary generated
*.woff binary

View File

@@ -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

View File

@@ -1,3 +1,5 @@
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<footer class="site-footer">
<p>&copy; systemd, 2021</p>

View File

@@ -1,3 +1,5 @@
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

View File

@@ -1,3 +1,5 @@
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<header class="site-header">
<div class="wrapper">

View File

@@ -1,4 +1,6 @@
<!DOCTYPE html>
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<html>
{% include head.html %}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -1,4 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<g transform="translate(380 -506.52)">
<rect ry="16.875" rx="16.875" y="2409.281" x="4128.568" height="90" width="90" fill="#201a26" transform="matrix(.17778 0 0 .17778 -1113.968 78.203)" stroke-width="5.625"/>
<g fill="none" stroke="#fff" stroke-width="2">

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 652 B

View File

@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
@font-face {
font-family: 'Heebo';
src: url('fonts/heebo-regular.woff');