mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Header cleanups (1/2)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
*
|
||||
|
||||
@@ -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>
|
||||
*
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user