summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-03-27 22:18:35 +0700
committerShulhan <ms@kilabit.info>2022-03-27 22:18:35 +0700
commitb06ab211127824ef5f2eb60c15f1d0add056f7d1 (patch)
treed0d34e4ea6e653cfd2fe94b3af47732adce757e8
parent5dffa8af4816d444f976436c52b8e6f094fc7bd1 (diff)
downloadciigo-b06ab211127824ef5f2eb60c15f1d0add056f7d1.tar.xz
_example: fix the copyright comment on the CSS files
-rw-r--r--_example/custom.css6
-rw-r--r--_example/index.css6
2 files changed, 8 insertions, 4 deletions
diff --git a/_example/custom.css b/_example/custom.css
index 6f13a43..8bf831b 100644
--- a/_example/custom.css
+++ b/_example/custom.css
@@ -1,5 +1,7 @@
-// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info>
-// SPDX-License-Identifier: GPL-3.0-or-later
+/**
+ * SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info>
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ */
h1 {
color: sienna;
diff --git a/_example/index.css b/_example/index.css
index 8b305eb..b6254c4 100644
--- a/_example/index.css
+++ b/_example/index.css
@@ -1,5 +1,7 @@
-// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info>
-// SPDX-License-Identifier: GPL-3.0-or-later
+/**
+ * SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info>
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ */
body {
margin: 0;