diff options
| author | 2013-10-14 21:17:36 +0000 | |
|---|---|---|
| committer | 2013-10-14 21:17:36 +0000 | |
| commit | 38cbe518ef06e4305f58a13ef66fa481e2a590bf (patch) | |
| tree | 3ac9247eacb7dd0a4b56c3dcf4769ecc22a926ed /src/mess/drivers/dectalk.c | |
| parent | 9bf90350dd8b09d0015105c3064a27dce7d0d059 (diff) | |
specify licenses
Diffstat (limited to 'src/mess/drivers/dectalk.c')
| -rw-r--r-- | src/mess/drivers/dectalk.c | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/src/mess/drivers/dectalk.c b/src/mess/drivers/dectalk.c index 3b581347d24..c978ef3ec82 100644 --- a/src/mess/drivers/dectalk.c +++ b/src/mess/drivers/dectalk.c @@ -1,7 +1,7 @@ /****************************************************************************** * * DECtalk DTC-01 Driver -* By Jonathan Gevaryahu AKA Lord Nightmare +* Copyright (C) 2009-2013 Jonathan Gevaryahu AKA Lord Nightmare * with major help (dumping, tech questions answered, etc) * from Kevin 'kevtris' Horton, without whom this driver would * have been impossible. @@ -10,6 +10,28 @@ * which has been invaluable for work on this driver. * Special thanks to leeeeee for helping figure out what the led selftest codes actually mean * +* +* This source file is dual-licensed under the following licenses: +* 1. The MAME license as of September 2013 +* 2. The GNU LGPLv2.1: +* +* This library is free software; you can redistribute it and/or +* modify it under the terms of the GNU Lesser General Public +* License as published by the Free Software Foundation; either +* version 2.1 of the License, or (at your option) any later version. +* +* This library is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +* Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +* +* Please contact the author if you require other licensing. +* +* * This driver dedicated in memory of Dennis Klatt and Jonathan Allen, without whose * original work MITalk and hence KlattTalk and DECtalk would never have existed, * in memory of Martin Minow, who wrote much of the DECtalk DTC-01 code, and |
