From 88478fdaa0a324569658232787d9bd96eb2ac0d6 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 2 Mar 2022 00:05:24 +0700 Subject: all: re-licensing ciigo under GPL-3.0 or later See https://kilabit.info/journal/2022/gpl/ for more information. --- _example/custom.css | 3 +++ 1 file changed, 3 insertions(+) (limited to '_example/custom.css') diff --git a/_example/custom.css b/_example/custom.css index 6690ee7..6f13a43 100644 --- a/_example/custom.css +++ b/_example/custom.css @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2020 Shulhan +// SPDX-License-Identifier: GPL-3.0-or-later + h1 { color: sienna; } -- cgit v1.3-5-g9baa