Add SPDX-License-Identifier to CSS files

This commit is contained in:
Ben Harris 2025-01-08 23:35:43 +00:00
parent 2b1938ed32
commit fd06786a45
2 changed files with 7 additions and 1 deletions

View File

@ -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 {

View File

@ -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);