From: Ben Harris Date: Wed, 23 Oct 2024 20:17:04 +0000 (+0100) Subject: Add some SPDX-License-Identifier headers X-Git-Tag: bedstead-3.246~104 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=77efacaa0a01daace604355a79a966d888170e16;p=bedstead.git Add some SPDX-License-Identifier headers In places where they don't get in the way. --- diff --git a/Fontmap b/Fontmap index f03432e..45c189b 100644 --- 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) ; diff --git a/Makefile b/Makefile index e0bfc1b..cba1a1a 100644 --- 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 f5bd218..ca07496 100644 --- 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) diff --git a/extended.ps b/extended.ps index 5396ba2..d6c5b68 100644 --- a/extended.ps +++ b/extended.ps @@ -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 69f53df..5d5a7c5 100644 --- 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 diff --git a/index.xhtml b/index.xhtml index 9f6cf20..d27e585 100644 --- a/index.xhtml +++ b/index.xhtml @@ -1,5 +1,6 @@ + Bedstead – MODE 7 for the 21st century diff --git a/rom.ps b/rom.ps index 07e9498..8e116b0 100644 --- 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, diff --git a/sample.ps b/sample.ps index 7613c7a..d5d1fcc 100644 --- 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 diff --git a/strokefont.py b/strokefont.py index aa063cc..6854f66 100644 --- a/strokefont.py +++ b/strokefont.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + from __future__ import print_function import fontforge