chiark / gitweb /
Add some SPDX-License-Identifier headers
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 23 Oct 2024 20:17:04 +0000 (21:17 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 23 Oct 2024 23:01:26 +0000 (00:01 +0100)
In places where they don't get in the way.

Fontmap
Makefile
df.ps
extended.ps
icon.ps
index.xhtml
rom.ps
sample.ps
strokefont.py

diff --git a/Fontmap b/Fontmap
index f03432e3ba96a983fdfa754608d848609e34efac..45c189bda4e152e2b8d171d0f9624ad32899e1bd 100644 (file)
--- a/Fontmap
+++ b/Fontmap
@@ -1,3 +1,5 @@
+% SPDX-License-Identifier: CC0-1.0
+
 /Bedstead (bedstead.otf) ;
 /Bedstead-Extended (bedstead-extended.otf) ;
 /Bedstead-SemiCondensed (bedstead-semicondensed.otf) ;
index e0bfc1b3f66dfbf526da3f2dd5138cb0be36b108..cba1a1a21c3a48b67c31004b82254c38e77a2bca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
 FONTBASES = bedstead bedstead-extended bedstead-semicondensed \
             bedstead-condensed bedstead-extracondensed \
             bedstead-ultracondensed \
diff --git a/df.ps b/df.ps
index f5bd2186c236a93dbe7c67b096a5ac46d3097d27..ca0749682f893cf43f41c7433f0e0d0af68ec0b2 100644 (file)
--- a/df.ps
+++ b/df.ps
@@ -1,4 +1,6 @@
 %!
+% SPDX-License-Identifier: CC0-1.0
+%
 % This program produces a tileset image suitable for use with
 % Dwarf Fortress.  This is an image with 256 glyphs in a 16x16
 % square, in white on magenta.  The character set is (roughly)
index 5396ba26a0b564cdec744070908b2758f01f487a..d6c5b6885158c1b09d04a28420db64419cf6453a 100644 (file)
@@ -1,3 +1,5 @@
+%!
+% SPDX-License-Identifier: CC0-1.0
 /bpx { 5 mul } bind def
 << /HWResolution [ 72 72 ] /PageSize [ 215 bpx 30 bpx ] >> setpagedevice
 3 255 div 17 255 div 9 255 div setrgbcolor 0 0 215 bpx 30 bpx rectfill
diff --git a/icon.ps b/icon.ps
index 69f53df64fc3dc2e7f0bb90fc345b5ebc2b4c99a..5d5a7c57e7c5efa3de4aa2de221a51fea1b6fc40 100644 (file)
--- a/icon.ps
+++ b/icon.ps
@@ -1,4 +1,5 @@
 %!
+% SPDX-License-Identifier: CC0-1.0
 /bpy { size 8 div mul } bind def
 /bpx { bpy 1.25 mul } bind def
 << /HWResolution [ 72 72 ] /PageSize [ size size ] >> setpagedevice
index 9f6cf20726e04876ddaa8509871070d902bf0636..d27e58557617c51244fd613f64384a27c8f1dfa8 100644 (file)
@@ -1,5 +1,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
   <head>
+    <!-- SPDX-License-Identifier: CC0-1.0 -->
     <title>Bedstead – MODE 7 for the 21st century</title>
     <link rel="stylesheet" href="bedstead.css" type="text/css" />
     <link rel="icon" href="icon-16.png" type="image/png" sizes="16x16" />
diff --git a/rom.ps b/rom.ps
index 07e9498e7f9ff6ddbd939e485bd031f2b096e679..8e116b037f17f9961f2b6c9671b21e30cc044bfe 100644 (file)
--- a/rom.ps
+++ b/rom.ps
@@ -1,4 +1,5 @@
 %!
+% SPDX-License-Identifier: CC0-1.0
 %
 % This file can be used to produce a ROM image suitable for use with
 % MAME's emulation of the SAA5050 family.  To produce such an image,
index 7613c7a27a3c6deab4e0b15fe935fb9c6b50d054..d5d1fcc2b89b5e975b45f4fa919a72b91ed8cb6a 100644 (file)
--- a/sample.ps
+++ b/sample.ps
@@ -1,3 +1,5 @@
+%!
+% SPDX-License-Identifier: CC0-1.0
 /bpx { 5 mul } bind def
 << /HWResolution [ 72 72 ] /PageSize [ 193 bpx 101 bpx ] >> setpagedevice
 3 255 div 17 255 div 9 255 div setrgbcolor 0 0 193 bpx 101 bpx rectfill
index aa063cc9c30d4d17065ff9660b3a206487474846..6854f66fa50a5f87271393c84f2447c6205e9c64 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
 from __future__ import print_function
 
 import fontforge