From b06ab211127824ef5f2eb60c15f1d0add056f7d1 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 27 Mar 2022 22:18:35 +0700 Subject: _example: fix the copyright comment on the CSS files --- _example/custom.css | 6 ++++-- _example/index.css | 6 ++++-- 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 -// SPDX-License-Identifier: GPL-3.0-or-later +/** + * SPDX-FileCopyrightText: 2020 Shulhan + * 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 -// SPDX-License-Identifier: GPL-3.0-or-later +/** + * SPDX-FileCopyrightText: 2020 Shulhan + * SPDX-License-Identifier: GPL-3.0-or-later + */ body { margin: 0; -- cgit v1.3