summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hprot1.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-06-20 20:27:26 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-06-20 20:27:26 +0000
commitf1f05fcb070c54c4f97aab2c728dc57cd56f0481 (patch)
treedb85feaab1c0975d87be439201c91d712c644bfe /src/mess/drivers/hprot1.c
parent236d4a2bc2e6306fd608ea87ec31d6d51384c262 (diff)
(MESS) New skeleton driver:
--------------------------- Intelbras TI630 telephone [Felipe Sanches] Fixed current/prior submissions for proper license attribution (nw)
Diffstat (limited to 'src/mess/drivers/hprot1.c')
-rw-r--r--src/mess/drivers/hprot1.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mess/drivers/hprot1.c b/src/mess/drivers/hprot1.c
index 508094c265b..6eacb2b4a2b 100644
--- a/src/mess/drivers/hprot1.c
+++ b/src/mess/drivers/hprot1.c
@@ -1,3 +1,5 @@
+// license:MAME|GPL-2.0+
+// copyright-holders: Felipe Sanches
/***************************************************************************
HENRY Prot I/II - brazilian document timestamp printers
@@ -6,13 +8,9 @@
Driver by Felipe Sanches
Technical info at https://www.garoa.net.br/wiki/HENRY
- Licensed under GPLv2 or later.
-
- NOTE: Even though the MAME/MESS project has been adopting a non-commercial additional licensing clause, I do allow commercial usage of my portion of the code according to the plain terms of the GPL license (version 2 or later). This is useful if you happen to use my code in another project or in case the other MAME/MESS developers happen to drop the non-comercial clause completely. I suggest that other developers consider doing the same. --Felipe Sanches
-
Changelog:
- 2014 JUN 13 [Felipe Sanches]:
+ 2014 JUN 13 [Felipe Sanches]:
* new derivative "CARD I PCB rev.08A"
* new derivative "CARD II PCB rev.6"
* fixed LCD rendering (now both lines are displayed properly)