Header cleanups (1/2)

This commit is contained in:
Jasmine Iwanek
2025-09-15 19:15:34 -04:00
parent b268f95b19
commit 3c5190a0db
299 changed files with 251 additions and 821 deletions

View File

@@ -6,8 +6,6 @@
*
* Provide centralized access to the PNG image handler.
*
*
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
*
* Copyright 2018 Fred N. van Kempen.

View File

@@ -6,8 +6,6 @@
*
* Various ASCII to Unicode maps, for the various codepages.
*
*
*
* Authors: Michael Drüing, <michael@drueing.de>
* Fred N. van Kempen, <decwiz@yahoo.com>
*

View File

@@ -6,8 +6,6 @@
*
* Implementation of the Generic ESC/P 2 Dot-Matrix printer.
*
*
*
* Authors: Michael Drüing, <michael@drueing.de>
* Fred N. van Kempen, <decwiz@yahoo.com>
*

View File

@@ -9,15 +9,12 @@
* Implementation of a generic PostScript printer and a
* generic PCL 5e printer.
*
*
*
* Authors: David Hrdlička, <hrdlickadavid@outlook.com>
* Cacodemon345
*
* Copyright 2019 David Hrdlička.
* Copyright 2024 Cacodemon345.
*/
#include <inttypes.h>
#include <memory.h>
#include <stdbool.h>

View File

@@ -13,8 +13,6 @@
* printer mechanics. This would lead to a page being 66 lines
* of 80 characters each.
*
*
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
*
* Copyright 2018-2019 Fred N. van Kempen.