New Upstream Release - fonts-spleen

Ready changes

Summary

Merged new upstream version: 1.9.2 (was: 1.9.1).

Diff

diff --git a/ChangeLog b/ChangeLog
index f1aa0de..2b6046d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Spleen 1.9.2 (2023-02-15)
+
+- Add Spleen ASCii logo header (Thanks H7!)
+- Add SPDX short license identifier in sources and fonts
+- Fix link to the Spleen package in AUR
+- Use printf instead of echo for *BSD and Linux cross-compatibility
+- Generate a specimen file for Spleen and include it in the repository
+- Adjust trivias: the Haiku kernel debugger doesn't use Spleen anymore
+- Update README to add a link to the MacPorts package
+- Point the OpenBSD package link to openports.pl
+
+
+
 Spleen 1.9.1 (2021-06-13)
 
 - Tweak wsfont export program to account for the new block in the 6x12 version
diff --git a/LICENSE b/LICENSE
index 51488b2..7f639bf 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2018-2021, Frederic Cambus
+Copyright (c) 2018-2023, Frederic Cambus
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/Makefile b/Makefile
index 38aa5ac..4880514 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #
-# Spleen 1.9.1
-# Copyright (c) 2018-2021, Frederic Cambus
+# Spleen 1.9.2
+# Copyright (c) 2018-2023, Frederic Cambus
 # https://www.cambus.net/
 #
 # Created:      2019-01-29
@@ -9,6 +9,8 @@
 # Spleen is released under the BSD 2-Clause license.
 # See LICENSE file for details.
 #
+# SPDX-License-Identifier: BSD-2-Clause
+#
 
 BDFTOPCF ?=	bdftopcf
 BDF2PSF ?=	bdf2psf
@@ -80,32 +82,32 @@ screenshots:
 	$(OPTIPNG) *.png
 
 specimen:
-	echo "\n  Spleen         " | \
+	printf "\n  Spleen         " | \
 	$(PBMTEXT) -font spleen-32x64.bdf -nomargins | \
 	$(PPMCHANGE) white "#ff7f2a" | \
 	$(PPMCHANGE) black "#fff" > spleen.pnm
 
-	echo "\n  Aa Ee Gg       \n  Qq Rr Ss" | \
+	printf "\n  Aa Ee Gg       \n  Qq Rr Ss" | \
 	$(PBMTEXT) -font spleen-32x64.bdf -nomargins | \
 	$(PPMCHANGE) white "#ff7f2a" > examples.pnm
 
-	echo "\n     The future  " | \
+	printf "\n     The future  " | \
 	$(PBMTEXT) -font spleen-32x64.bdf -nomargins | \
 	$(PPMCHANGE) white "#ff7f2a" | \
 	$(PPMCHANGE) black "#fff" > future.pnm
 
-	echo "  abcdefghijklm  \n  nopqrstuvwxyz" | \
+	printf "  abcdefghijklm  \n  nopqrstuvwxyz" | \
 	$(PBMTEXT) -font spleen-32x64.bdf -nomargins | \
 	$(PPMCHANGE) white "#ff2a7f" > letters.pnm
 
-	echo "     0123456789  " | \
+	printf "     0123456789  " | \
 	$(PBMTEXT) -font spleen-32x64.bdf -nomargins | \
 	$(PPMCHANGE) white "#ff2a7f" | \
 	$(PPMCHANGE) black "#fff"  > digits.pnm
 
 	$(PNMCAT) -tb spleen.pnm examples.pnm future.pnm letters.pnm digits.pnm > specimen.pnm
 
-	echo "a" | \
+	printf "a" | \
 	$(PBMTEXT) -font spleen-32x64.bdf -nomargins | \
 	$(PPMCHANGE) white "#ff7f2a" | \
 	$(PPMCHANGE) black "#fff" | \
diff --git a/README.md b/README.md
index 9864f3b..2aab7b4 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
+```
+
+                                                   ::::::::::::::::::::
+                                                   :::              :::
+              _____       _______ __. ________ ________ ________.   :::
+             _)  _//__ __/ __   /   |.\  __  /.\  __  /.\  _.   |   :::
+            .\____   /.\   )/  /    ||   )/   |   )/   |   \|   |   :::
+            |   )/    |     __/|     \   _____|   _____|    |   |_  :::
+            |____     |_____|  |_____/____\\  |____\\  |    |____/  :::
+        - -- -- \_____| -H7--------------------------- `----' ----- ::: - -
+                                                   :::              :::
+                                                   ::::::::::::::::::::
+
+```
+
 # Spleen
 
 Spleen is a monospaced bitmap font available in 6 sizes:
@@ -84,6 +99,7 @@ Packages are available for the following operating systems:
 - [Nix][14]
 - [Debian][15]
 - [Ubuntu][16]
+- [MacPorts][17]
 
 ## Manual installation
 
@@ -122,7 +138,7 @@ Update **.Xdefaults** and add one of the following directives:
 Launch **xterm**.
 
 Ubuntu has bitmap fonts support disabled by default, instructions to enable
-it are available [here][17].
+it are available [here][18].
 
 ### Linux console
 
@@ -150,7 +166,7 @@ For example, to load Spleen 16x32:
 ### OpenType versions
 
 Spleen release tarballs now contains OTF versions generated automatically
-from the BDF files, using [bdf2sfd][18]. Each font has a different name,
+from the BDF files, using [bdf2sfd][19]. Each font has a different name,
 allowing them to be installed alongside.
 
 They should be used in the exact size specified below, with anti-aliasing
@@ -182,8 +198,8 @@ GitHub: https://github.com/fcambus/spleen
 
 - Spleen is the default font for OpenBSD consoles since January 2019
 - Spleen was imported in the NetBSD src tree in March 2019
-- Spleen 12x24 is used in the Haiku [kernel debugger][19] (on high resolution
-  displays) since May 2021
+- Spleen 12x24 was used in the Haiku [kernel debugger][20] (on high resolution
+  displays) from May 2021 to June 2022
 
 [1]: https://www.cambus.net/content/2018/09/spleen-hello.png
 [2]: https://www.cambus.net/content/2018/09/spleen-etranger.png
@@ -193,14 +209,15 @@ GitHub: https://github.com/fcambus/spleen
 [6]: https://www.cambus.net/files/spleen/spleen-12x24.png
 [7]: https://www.cambus.net/files/spleen/spleen-16x32.png
 [8]: https://www.cambus.net/files/spleen/spleen-32x64.png
-[9]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/fonts/spleen/
+[9]: https://openports.pl/path/fonts/spleen
 [10]: https://pkgsrc.se/fonts/spleen
 [11]: https://www.freshports.org/x11-fonts/spleen/
-[12]: https://aur.archlinux.org/packages/bdf-spleen/
+[12]: https://aur.archlinux.org/packages/spleen-font/
 [13]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/font-spleen
 [14]: https://github.com/NixOS/nixpkgs/tree/master/pkgs/data/fonts/spleen
 [15]: https://packages.debian.org/search?keywords=spleen
 [16]: https://packages.ubuntu.com/search?keywords=spleen
-[17]: https://wiki.ubuntu.com/Fonts#Enabling_Bitmapped_Fonts
-[18]: https://github.com/fcambus/bdf2sfd
-[19]: https://git.haiku-os.org/haiku/commit/?id=29a109bd6c01ce71bb61177ee9ff0417e74c1e18
+[17]: https://ports.macports.org/port/font-spleen/
+[18]: https://wiki.ubuntu.com/Fonts#Enabling_Bitmapped_Fonts
+[19]: https://github.com/fcambus/bdf2sfd
+[20]: https://git.haiku-os.org/haiku/commit/?id=29a109bd6c01ce71bb61177ee9ff0417e74c1e18
diff --git a/debian/changelog b/debian/changelog
index dc5b9a6..c584152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fonts-spleen (1.9.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 11 Mar 2023 18:40:00 -0000
+
 fonts-spleen (1.9.1-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/patches/add-vector-font-of-dunkelstern-fork b/debian/patches/add-vector-font-of-dunkelstern-fork
index 03aa33e..d0a9960 100644
--- a/debian/patches/add-vector-font-of-dunkelstern-fork
+++ b/debian/patches/add-vector-font-of-dunkelstern-fork
@@ -24,8 +24,10 @@ Forwarded: https://github.com/fcambus/spleen/pull/5
 Reviewed-By: <name and email of someone who approved the patch>
 Last-Update: 2019-11-19
 
+Index: fonts-spleen.git/ttf/Spleenmedium.sfd
+===================================================================
 --- /dev/null
-+++ fonts-spleen-1.5.0/ttf/Spleenmedium.sfd
++++ fonts-spleen.git/ttf/Spleenmedium.sfd
 @@ -0,0 +1,6711 @@
 +SplineFontDB: 3.0
 +FontName: Spleenmedium
diff --git a/specimen.png b/specimen.png
new file mode 100644
index 0000000..10b1bd3
Binary files /dev/null and b/specimen.png differ
diff --git a/spleen-12x24.bdf b/spleen-12x24.bdf
index 8d5148d..23a943d 100644
--- a/spleen-12x24.bdf
+++ b/spleen-12x24.bdf
@@ -1,14 +1,16 @@
 STARTFONT 2.1
 COMMENT /*
-COMMENT  * Spleen 12x24 1.9.1
-COMMENT  * Copyright (c) 2018-2021, Frederic Cambus
+COMMENT  * Spleen 12x24 1.9.2
+COMMENT  * Copyright (c) 2018-2023, Frederic Cambus
 COMMENT  * https://www.cambus.net/
 COMMENT  *
 COMMENT  * Created:      2018-08-15
-COMMENT  * Last Updated: 2020-10-10
+COMMENT  * Last Updated: 2021-01-04
 COMMENT  *
 COMMENT  * Spleen is released under the BSD 2-Clause license.
 COMMENT  * See LICENSE file for details.
+COMMENT  *
+COMMENT  * SPDX-License-Identifier: BSD-2-Clause
 COMMENT  */
 FONT -misc-spleen-medium-r-normal--24-240-72-72-C-120-ISO10646-1
 SIZE 24 72 72
@@ -16,7 +18,7 @@ FONTBOUNDINGBOX 12 24 0 -5
 STARTPROPERTIES 20
 FAMILY_NAME "Spleen"
 WEIGHT_NAME "Medium"
-FONT_VERSION "1.9.1"
+FONT_VERSION "1.9.2"
 FOUNDRY "misc"
 SLANT "R"
 SETWIDTH_NAME "Normal"
@@ -31,7 +33,7 @@ CHARSET_ENCODING "1"
 MIN_SPACE 12
 FONT_ASCENT 19
 FONT_DESCENT 5
-COPYRIGHT "Copyright (c) 2018-2021, Frederic Cambus"
+COPYRIGHT "Copyright (c) 2018-2023, Frederic Cambus"
 DEFAULT_CHAR 32
 _GBDFED_INFO "Edited with gbdfed 1.6."
 ENDPROPERTIES
diff --git a/spleen-12x24.dfont b/spleen-12x24.dfont
deleted file mode 100644
index b05e399..0000000
Binary files a/spleen-12x24.dfont and /dev/null differ
diff --git a/spleen-12x24.otb b/spleen-12x24.otb
deleted file mode 100644
index b1612ca..0000000
Binary files a/spleen-12x24.otb and /dev/null differ
diff --git a/spleen-12x24.otf b/spleen-12x24.otf
deleted file mode 100644
index 37d0b0d..0000000
Binary files a/spleen-12x24.otf and /dev/null differ
diff --git a/spleen-12x24.pcf b/spleen-12x24.pcf
deleted file mode 100644
index 85a9134..0000000
Binary files a/spleen-12x24.pcf and /dev/null differ
diff --git a/spleen-12x24.psfu b/spleen-12x24.psfu
deleted file mode 100644
index 50e09af..0000000
Binary files a/spleen-12x24.psfu and /dev/null differ
diff --git a/spleen-16x32.bdf b/spleen-16x32.bdf
index dea2b4f..e6ec748 100644
--- a/spleen-16x32.bdf
+++ b/spleen-16x32.bdf
@@ -1,14 +1,16 @@
 STARTFONT 2.1
 COMMENT /*
-COMMENT  * Spleen 16x32 1.9.1
-COMMENT  * Copyright (c) 2018-2021, Frederic Cambus
+COMMENT  * Spleen 16x32 1.9.2
+COMMENT  * Copyright (c) 2018-2023, Frederic Cambus
 COMMENT  * https://www.cambus.net/
 COMMENT  *
 COMMENT  * Created:      2018-08-12
-COMMENT  * Last Updated: 2020-10-10
+COMMENT  * Last Updated: 2021-01-04
 COMMENT  *
 COMMENT  * Spleen is released under the BSD 2-Clause license.
 COMMENT  * See LICENSE file for details.
+COMMENT  *
+COMMENT  * SPDX-License-Identifier: BSD-2-Clause
 COMMENT  */
 FONT -misc-spleen-medium-r-normal--32-320-72-72-C-160-ISO10646-1
 SIZE 32 72 72
@@ -16,7 +18,7 @@ FONTBOUNDINGBOX 16 32 0 -6
 STARTPROPERTIES 20
 FAMILY_NAME "Spleen"
 WEIGHT_NAME "Medium"
-FONT_VERSION "1.9.1"
+FONT_VERSION "1.9.2"
 FOUNDRY "misc"
 SLANT "R"
 SETWIDTH_NAME "Normal"
@@ -31,7 +33,7 @@ CHARSET_ENCODING "1"
 MIN_SPACE 16
 FONT_ASCENT 26
 FONT_DESCENT 6
-COPYRIGHT "Copyright (c) 2018-2021, Frederic Cambus"
+COPYRIGHT "Copyright (c) 2018-2023, Frederic Cambus"
 DEFAULT_CHAR 32
 _GBDFED_INFO "Edited with gbdfed 1.6."
 ENDPROPERTIES
diff --git a/spleen-16x32.dfont b/spleen-16x32.dfont
deleted file mode 100644
index 19df5bc..0000000
Binary files a/spleen-16x32.dfont and /dev/null differ
diff --git a/spleen-16x32.otb b/spleen-16x32.otb
deleted file mode 100644
index 11a5c6c..0000000
Binary files a/spleen-16x32.otb and /dev/null differ
diff --git a/spleen-16x32.otf b/spleen-16x32.otf
deleted file mode 100644
index 4f99c62..0000000
Binary files a/spleen-16x32.otf and /dev/null differ
diff --git a/spleen-16x32.pcf b/spleen-16x32.pcf
deleted file mode 100644
index f75da6c..0000000
Binary files a/spleen-16x32.pcf and /dev/null differ
diff --git a/spleen-16x32.psfu b/spleen-16x32.psfu
deleted file mode 100644
index b449b19..0000000
Binary files a/spleen-16x32.psfu and /dev/null differ
diff --git a/spleen-32x64.bdf b/spleen-32x64.bdf
index 1556884..381d027 100644
--- a/spleen-32x64.bdf
+++ b/spleen-32x64.bdf
@@ -1,14 +1,16 @@
 STARTFONT 2.1
 COMMENT /*
-COMMENT  * Spleen 32x64 1.9.1
-COMMENT  * Copyright (c) 2018-2021, Frederic Cambus
+COMMENT  * Spleen 32x64 1.9.2
+COMMENT  * Copyright (c) 2018-2023, Frederic Cambus
 COMMENT  * https://www.cambus.net/
 COMMENT  *
 COMMENT  * Created:      2018-09-11
-COMMENT  * Last Updated: 2020-10-10
+COMMENT  * Last Updated: 2021-01-04
 COMMENT  *
 COMMENT  * Spleen is released under the BSD 2-Clause license.
 COMMENT  * See LICENSE file for details.
+COMMENT  *
+COMMENT  * SPDX-License-Identifier: BSD-2-Clause
 COMMENT  */
 FONT -misc-spleen-medium-r-normal--64-640-72-72-C-320-ISO10646-1
 SIZE 64 72 72
@@ -16,7 +18,7 @@ FONTBOUNDINGBOX 32 64 0 -12
 STARTPROPERTIES 20
 FAMILY_NAME "Spleen"
 WEIGHT_NAME "Medium"
-FONT_VERSION "1.9.1"
+FONT_VERSION "1.9.2"
 FOUNDRY "misc"
 SLANT "R"
 SETWIDTH_NAME "Normal"
@@ -31,7 +33,7 @@ CHARSET_ENCODING "1"
 MIN_SPACE 32
 FONT_ASCENT 52
 FONT_DESCENT 12
-COPYRIGHT "Copyright (c) 2018-2021, Frederic Cambus"
+COPYRIGHT "Copyright (c) 2018-2023, Frederic Cambus"
 DEFAULT_CHAR 32
 _GBDFED_INFO "Edited with gbdfed 1.6."
 ENDPROPERTIES
diff --git a/spleen-32x64.dfont b/spleen-32x64.dfont
deleted file mode 100644
index 3b08507..0000000
Binary files a/spleen-32x64.dfont and /dev/null differ
diff --git a/spleen-32x64.otb b/spleen-32x64.otb
deleted file mode 100644
index 3461ac4..0000000
Binary files a/spleen-32x64.otb and /dev/null differ
diff --git a/spleen-32x64.otf b/spleen-32x64.otf
deleted file mode 100644
index a66f36a..0000000
Binary files a/spleen-32x64.otf and /dev/null differ
diff --git a/spleen-32x64.pcf b/spleen-32x64.pcf
deleted file mode 100644
index dae2d3b..0000000
Binary files a/spleen-32x64.pcf and /dev/null differ
diff --git a/spleen-32x64.psfu b/spleen-32x64.psfu
deleted file mode 100644
index 9e5be7a..0000000
Binary files a/spleen-32x64.psfu and /dev/null differ
diff --git a/spleen-5x8.bdf b/spleen-5x8.bdf
index e87af06..37c3015 100644
--- a/spleen-5x8.bdf
+++ b/spleen-5x8.bdf
@@ -1,7 +1,7 @@
 STARTFONT 2.1
 COMMENT /*
-COMMENT  * Spleen 5x8 1.9.1
-COMMENT  * Copyright (c) 2018-2021, Frederic Cambus
+COMMENT  * Spleen 5x8 1.9.2
+COMMENT  * Copyright (c) 2018-2023, Frederic Cambus
 COMMENT  * https://www.cambus.net/
 COMMENT  *
 COMMENT  * Created:      2018-08-08
@@ -9,6 +9,8 @@ COMMENT  * Last Updated: 2021-03-10
 COMMENT  *
 COMMENT  * Spleen is released under the BSD 2-Clause license.
 COMMENT  * See LICENSE file for details.
+COMMENT  *
+COMMENT  * SPDX-License-Identifier: BSD-2-Clause
 COMMENT  */
 FONT -misc-spleen-medium-r-normal--8-80-72-72-C-50-ISO10646-1
 SIZE 8 72 72
@@ -16,7 +18,7 @@ FONTBOUNDINGBOX 5 8 0 -1
 STARTPROPERTIES 20
 FAMILY_NAME "Spleen"
 WEIGHT_NAME "Medium"
-FONT_VERSION "1.9.1"
+FONT_VERSION "1.9.2"
 FOUNDRY "misc"
 SLANT "R"
 SETWIDTH_NAME "Normal"
@@ -31,7 +33,7 @@ CHARSET_ENCODING "1"
 MIN_SPACE 5
 FONT_DESCENT 1
 FONT_ASCENT 7
-COPYRIGHT "Copyright (c) 2018-2021, Frederic Cambus"
+COPYRIGHT "Copyright (c) 2018-2023, Frederic Cambus"
 DEFAULT_CHAR 32
 _GBDFED_INFO "Edited with gbdfed 1.6."
 ENDPROPERTIES
diff --git a/spleen-5x8.dfont b/spleen-5x8.dfont
deleted file mode 100644
index 8a97f6a..0000000
Binary files a/spleen-5x8.dfont and /dev/null differ
diff --git a/spleen-5x8.otb b/spleen-5x8.otb
deleted file mode 100644
index 046b5f4..0000000
Binary files a/spleen-5x8.otb and /dev/null differ
diff --git a/spleen-5x8.pcf b/spleen-5x8.pcf
deleted file mode 100644
index 679a7bf..0000000
Binary files a/spleen-5x8.pcf and /dev/null differ
diff --git a/spleen-5x8.psfu b/spleen-5x8.psfu
deleted file mode 100644
index b93c145..0000000
Binary files a/spleen-5x8.psfu and /dev/null differ
diff --git a/spleen-6x12.bdf b/spleen-6x12.bdf
index 6e300e9..7b75ddc 100644
--- a/spleen-6x12.bdf
+++ b/spleen-6x12.bdf
@@ -1,7 +1,7 @@
 STARTFONT 2.1
 COMMENT /*
-COMMENT  * Spleen 6x12 1.9.1
-COMMENT  * Copyright (c) 2018-2021, Frederic Cambus
+COMMENT  * Spleen 6x12 1.9.2
+COMMENT  * Copyright (c) 2018-2023, Frederic Cambus
 COMMENT  * https://www.cambus.net/
 COMMENT  *
 COMMENT  * Created:      2020-04-08
@@ -9,6 +9,8 @@ COMMENT  * Last Updated: 2021-03-12
 COMMENT  *
 COMMENT  * Spleen is released under the BSD 2-Clause license.
 COMMENT  * See LICENSE file for details.
+COMMENT  *
+COMMENT  * SPDX-License-Identifier: BSD-2-Clause
 COMMENT  */
 FONT -misc-spleen-medium-r-normal--12-120-72-72-C-60-ISO10646-1
 SIZE 12 72 72
@@ -16,7 +18,7 @@ FONTBOUNDINGBOX 6 12 0 -3
 STARTPROPERTIES 20
 FAMILY_NAME "Spleen"
 WEIGHT_NAME "Medium"
-FONT_VERSION "1.9.1"
+FONT_VERSION "1.9.2"
 FOUNDRY "misc"
 SLANT "R"
 SETWIDTH_NAME "Normal"
@@ -31,7 +33,7 @@ CHARSET_ENCODING "1"
 MIN_SPACE 6
 FONT_DESCENT 3
 FONT_ASCENT 9
-COPYRIGHT "Copyright (c) 2018-2021, Frederic Cambus"
+COPYRIGHT "Copyright (c) 2018-2023, Frederic Cambus"
 DEFAULT_CHAR 32
 _GBDFED_INFO "Edited with gbdfed 1.6."
 ENDPROPERTIES
diff --git a/spleen-6x12.dfont b/spleen-6x12.dfont
deleted file mode 100644
index 8878b3d..0000000
Binary files a/spleen-6x12.dfont and /dev/null differ
diff --git a/spleen-6x12.otb b/spleen-6x12.otb
deleted file mode 100644
index 1d4b0bc..0000000
Binary files a/spleen-6x12.otb and /dev/null differ
diff --git a/spleen-6x12.otf b/spleen-6x12.otf
deleted file mode 100644
index aa53a92..0000000
Binary files a/spleen-6x12.otf and /dev/null differ
diff --git a/spleen-6x12.pcf b/spleen-6x12.pcf
deleted file mode 100644
index dc3a018..0000000
Binary files a/spleen-6x12.pcf and /dev/null differ
diff --git a/spleen-6x12.psfu b/spleen-6x12.psfu
deleted file mode 100644
index d216c8a..0000000
Binary files a/spleen-6x12.psfu and /dev/null differ
diff --git a/spleen-8x16.bdf b/spleen-8x16.bdf
index 497108e..6dea1ec 100644
--- a/spleen-8x16.bdf
+++ b/spleen-8x16.bdf
@@ -1,14 +1,16 @@
 STARTFONT 2.1
 COMMENT /*
-COMMENT  * Spleen 8x16 1.9.1
-COMMENT  * Copyright (c) 2018-2021, Frederic Cambus
+COMMENT  * Spleen 8x16 1.9.2
+COMMENT  * Copyright (c) 2018-2023, Frederic Cambus
 COMMENT  * https://www.cambus.net/
 COMMENT  *
 COMMENT  * Created:      2018-08-11
-COMMENT  * Last Updated: 2020-10-10
+COMMENT  * Last Updated: 2021-01-04
 COMMENT  *
 COMMENT  * Spleen is released under the BSD 2-Clause license.
 COMMENT  * See LICENSE file for details.
+COMMENT  *
+COMMENT  * SPDX-License-Identifier: BSD-2-Clause
 COMMENT  */
 FONT -misc-spleen-medium-r-normal--16-160-72-72-C-80-ISO10646-1
 SIZE 16 72 72
@@ -16,7 +18,7 @@ FONTBOUNDINGBOX 8 16 0 -4
 STARTPROPERTIES 20
 FAMILY_NAME "Spleen"
 WEIGHT_NAME "Medium"
-FONT_VERSION "1.9.1"
+FONT_VERSION "1.9.2"
 FOUNDRY "misc"
 SLANT "R"
 SETWIDTH_NAME "Normal"
@@ -31,7 +33,7 @@ CHARSET_ENCODING "1"
 MIN_SPACE 8
 FONT_ASCENT 12
 FONT_DESCENT 4
-COPYRIGHT "Copyright (c) 2018-2021, Frederic Cambus"
+COPYRIGHT "Copyright (c) 2018-2023, Frederic Cambus"
 DEFAULT_CHAR 32
 _GBDFED_INFO "Edited with gbdfed 1.6."
 ENDPROPERTIES
diff --git a/spleen-8x16.dfont b/spleen-8x16.dfont
deleted file mode 100644
index 9eda4a7..0000000
Binary files a/spleen-8x16.dfont and /dev/null differ
diff --git a/spleen-8x16.otb b/spleen-8x16.otb
deleted file mode 100644
index a7c879a..0000000
Binary files a/spleen-8x16.otb and /dev/null differ
diff --git a/spleen-8x16.otf b/spleen-8x16.otf
deleted file mode 100644
index 790aa2a..0000000
Binary files a/spleen-8x16.otf and /dev/null differ
diff --git a/spleen-8x16.pcf b/spleen-8x16.pcf
deleted file mode 100644
index 3cfb233..0000000
Binary files a/spleen-8x16.pcf and /dev/null differ
diff --git a/spleen-8x16.psfu b/spleen-8x16.psfu
deleted file mode 100644
index fcd93e4..0000000
Binary files a/spleen-8x16.psfu and /dev/null differ
diff --git a/wsfont/Makefile b/wsfont/Makefile
index 529c56b..02faf18 100644
--- a/wsfont/Makefile
+++ b/wsfont/Makefile
@@ -1,6 +1,6 @@
 #
-# Spleen 1.9.1
-# Copyright (c) 2018-2021, Frederic Cambus
+# Spleen 1.9.2
+# Copyright (c) 2018-2023, Frederic Cambus
 # https://www.cambus.net/
 #
 # Created:      2020-06-20
@@ -9,6 +9,8 @@
 # Spleen is released under the BSD 2-Clause license.
 # See LICENSE file for details.
 #
+# SPDX-License-Identifier: BSD-2-Clause
+#
 
 SIZES =		5x8 6x12 8x16 12x24 16x32 32x64
 
diff --git a/wsfont/spleen-12x24.c b/wsfont/spleen-12x24.c
index 0454324..63e078e 100644
--- a/wsfont/spleen-12x24.c
+++ b/wsfont/spleen-12x24.c
@@ -1,6 +1,6 @@
 /*
- * Spleen 1.9.1
- * Copyright (c) 2018-2021, Frederic Cambus
+ * Spleen 1.9.2
+ * Copyright (c) 2018-2023, Frederic Cambus
  * https://www.cambus.net/
  *
  * Created:      2020-06-20
@@ -8,6 +8,8 @@
  *
  * Spleen is released under the BSD 2-Clause license.
  * See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include <stdio.h>
diff --git a/wsfont/spleen-16x32.c b/wsfont/spleen-16x32.c
index 4646d2c..2d6cadf 100644
--- a/wsfont/spleen-16x32.c
+++ b/wsfont/spleen-16x32.c
@@ -1,6 +1,6 @@
 /*
- * Spleen 1.9.1
- * Copyright (c) 2018-2021, Frederic Cambus
+ * Spleen 1.9.2
+ * Copyright (c) 2018-2023, Frederic Cambus
  * https://www.cambus.net/
  *
  * Created:      2020-06-20
@@ -8,6 +8,8 @@
  *
  * Spleen is released under the BSD 2-Clause license.
  * See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include <stdio.h>
diff --git a/wsfont/spleen-32x64.c b/wsfont/spleen-32x64.c
index 3c44b64..12aac2b 100644
--- a/wsfont/spleen-32x64.c
+++ b/wsfont/spleen-32x64.c
@@ -1,6 +1,6 @@
 /*
- * Spleen 1.9.1
- * Copyright (c) 2018-2021, Frederic Cambus
+ * Spleen 1.9.2
+ * Copyright (c) 2018-2023, Frederic Cambus
  * https://www.cambus.net/
  *
  * Created:      2020-06-20
@@ -8,6 +8,8 @@
  *
  * Spleen is released under the BSD 2-Clause license.
  * See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include <stdio.h>
diff --git a/wsfont/spleen-5x8.c b/wsfont/spleen-5x8.c
index cd45762..7a09807 100644
--- a/wsfont/spleen-5x8.c
+++ b/wsfont/spleen-5x8.c
@@ -1,6 +1,6 @@
 /*
- * Spleen 1.9.1
- * Copyright (c) 2018-2021, Frederic Cambus
+ * Spleen 1.9.2
+ * Copyright (c) 2018-2023, Frederic Cambus
  * https://www.cambus.net/
  *
  * Created:      2020-06-20
@@ -8,6 +8,8 @@
  *
  * Spleen is released under the BSD 2-Clause license.
  * See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include <stdio.h>
diff --git a/wsfont/spleen-6x12.c b/wsfont/spleen-6x12.c
index 510c5c4..d06633f 100644
--- a/wsfont/spleen-6x12.c
+++ b/wsfont/spleen-6x12.c
@@ -1,6 +1,6 @@
 /*
- * Spleen 1.9.1
- * Copyright (c) 2018-2021, Frederic Cambus
+ * Spleen 1.9.2
+ * Copyright (c) 2018-2023, Frederic Cambus
  * https://www.cambus.net/
  *
  * Created:      2020-07-08
@@ -8,6 +8,8 @@
  *
  * Spleen is released under the BSD 2-Clause license.
  * See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include <stdio.h>
diff --git a/wsfont/spleen-8x16.c b/wsfont/spleen-8x16.c
index 85b2539..290d942 100644
--- a/wsfont/spleen-8x16.c
+++ b/wsfont/spleen-8x16.c
@@ -1,6 +1,6 @@
 /*
- * Spleen 1.9.1
- * Copyright (c) 2018-2021, Frederic Cambus
+ * Spleen 1.9.2
+ * Copyright (c) 2018-2023, Frederic Cambus
  * https://www.cambus.net/
  *
  * Created:      2020-06-20
@@ -8,6 +8,8 @@
  *
  * Spleen is released under the BSD 2-Clause license.
  * See LICENSE file for details.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include <stdio.h>

More details

Full run details

Historical runs