From f62a74a4521c7f4e2c32d96f0347c15953739f23 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 13 Apr 2026 20:00:16 +0700 Subject: _content: add missing SPDX headers --- _content/index.css | 4 ++++ _content/journal/2026/reducing_idle_services/index.adoc | 3 +++ _content/journal/2026/systemd_socket_with_go/index.adoc | 3 +++ 3 files changed, 10 insertions(+) diff --git a/_content/index.css b/_content/index.css index 71af1fc..ece8f79 100644 --- a/_content/index.css +++ b/_content/index.css @@ -1,3 +1,7 @@ +/* SPDX-License-Identifier: CC-BY-SA-4.0 + * SPDX-FileCopyrightText: 2022 M. Shulhan + */ + #toc ul.sectlevel1 { column-width: 20rem; } diff --git a/_content/journal/2026/reducing_idle_services/index.adoc b/_content/journal/2026/reducing_idle_services/index.adoc index bbf4775..8572315 100644 --- a/_content/journal/2026/reducing_idle_services/index.adoc +++ b/_content/journal/2026/reducing_idle_services/index.adoc @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: CC-BY-SA-4.0 +// SPDX-FileCopyrightText: 2026 M. Shulhan + = Reducing Idle Services with systemd 1 February 2026 :description: Minimize running services in Linux with systemd-socket-proxyd diff --git a/_content/journal/2026/systemd_socket_with_go/index.adoc b/_content/journal/2026/systemd_socket_with_go/index.adoc index 45e5075..a9ca5cd 100644 --- a/_content/journal/2026/systemd_socket_with_go/index.adoc +++ b/_content/journal/2026/systemd_socket_with_go/index.adoc @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: CC-BY-SA-4.0 +// SPDX-FileCopyrightText: 2026 M. Shulhan + = systemd socket activation with Go 1 February 2026 :description: Implement systemd socket activation in Golang, Go -- cgit v1.3