mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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:
2
docs/.gitattributes
vendored
2
docs/.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
*.png binary
|
||||
*.png binary generated
|
||||
*.woff binary
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
|
||||
|
||||
<footer class="site-footer">
|
||||
<p>© systemd, 2021</p>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
|
||||
|
||||
<header class="site-header">
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
@@ -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 |
@@ -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 |
@@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Heebo';
|
||||
src: url('fonts/heebo-regular.woff');
|
||||
|
||||
Reference in New Issue
Block a user