From fd06786a45fafd35e8e2e254568721d4a24ee355 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 8 Jan 2025 23:35:43 +0000 Subject: [PATCH] Add SPDX-License-Identifier to CSS files --- bedstead-faces.css | 2 ++ bedstead.css | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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); -- 2.30.2