From: Ben Harris Date: Wed, 8 Jan 2025 23:35:43 +0000 (+0000) Subject: Add SPDX-License-Identifier to CSS files X-Git-Tag: bedstead-3.251~39 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=fd06786a45fafd35e8e2e254568721d4a24ee355;p=bedstead.git Add SPDX-License-Identifier to CSS files --- diff --git a/bedstead-faces.css b/bedstead-faces.css index 00097f3..88d0c3b 100644 --- a/bedstead-faces.css +++ b/bedstead-faces.css @@ -1,6 +1,8 @@ /* * This file defines @font-face rules to make the various standard * Bedstead fonts available in CSS. + * + * SPDX-License-Identifier: CC0-1.0 */ @font-face { diff --git a/bedstead.css b/bedstead.css index 8e9227e..23020b6 100644 --- a/bedstead.css +++ b/bedstead.css @@ -1,4 +1,8 @@ -/* This is the stylesheet for the Bedstead Web pages. */ +/* + * This is the stylesheet for the Bedstead Web pages. + * + * SPDX-License-Identifier: CC0-1.0 + */ /* Make Bedstead usable through font-* properties. */ @import url(bedstead-faces.css);