chiark / gitweb /
Add SPDX-License-Identifier to CSS files
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 8 Jan 2025 23:35:43 +0000 (23:35 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 8 Jan 2025 23:35:43 +0000 (23:35 +0000)
bedstead-faces.css
bedstead.css

index 00097f31f44370642b9fe86538c39ed44b71d649..88d0c3b6486e89860df263afec5a4d970ed67f53 100644 (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 {
index 8e9227e1ec802877fbba516b54ea29d73fc95dba..23020b6fd9d3fd9fe435919f3b8b82d22451e90b 100644 (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);