diff options
| author | 2014-06-20 20:27:26 +0000 | |
|---|---|---|
| committer | 2014-06-20 20:27:26 +0000 | |
| commit | f1f05fcb070c54c4f97aab2c728dc57cd56f0481 (patch) | |
| tree | db85feaab1c0975d87be439201c91d712c644bfe /src/mess/drivers/replicator.c | |
| parent | 236d4a2bc2e6306fd608ea87ec31d6d51384c262 (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/replicator.c')
| -rw-r--r-- | src/mess/drivers/replicator.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mess/drivers/replicator.c b/src/mess/drivers/replicator.c index cee75cf1b4e..16a843f36f3 100644 --- a/src/mess/drivers/replicator.c +++ b/src/mess/drivers/replicator.c @@ -1,14 +1,10 @@ // license:MAME|GPL-2.0+ -// copyright-holders:Felipe Correa +// copyright-holders:Felipe Sanches /* Replicator 1 desktop 3d printer driver by Felipe Correa da Silva Sanches <fsanches@metamaquina.com.br> - 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: 2013 DEC 28 [Felipe Sanches]: |
