Changed license of DEC drivers together with Jonathan Gevaryahu (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-07 09:21:43 +02:00
parent 3d331e8598
commit 8be1964896
14 changed files with 28 additions and 7 deletions

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
#include "machine/terminal.h"
#define KEYBOARD_TAG "keyboard"

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
#ifndef __TERMINAL_H__
#define __TERMINAL_H__

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/***************************************************************************
PDP-11

View File

@ -1,5 +1,5 @@
//license:MAME|LGPL-2.1+
//copyright-holders:Jonathan Gevaryahu
// license:BSD-3-Clause
// copyright-holders:Jonathan Gevaryahu
/***************************************************************************
DEC VK100 'GIGI'

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
/***************************************************************************
DEC VT100 driver by Miodrag Milanovic

View File

@ -1,5 +1,5 @@
// license:MAME
// copyright-holders: Micko, Jonathan Gevaryahu
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
/***************************************************************************
DEC VT220

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
/***************************************************************************
DEC VT240

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
/***************************************************************************
DEC VT320

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
/***************************************************************************
DEC VT520

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/**********************************************************************
DEC RX01 floppy drive controller

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/**********************************************************************
DEC RX01 floppy drive controller

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
#include "teleprinter.h"
#define KEYBOARD_TAG "keyboard"

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
#ifndef __TELEPRINTER_H__
#define __TELEPRINTER_H__

View File

@ -1,10 +1,9 @@
// license:???
// copyright-holders:Miodrag Milanovic,Karl-Ludwig Deisenhofer
/**********************************************************************
DEC VT Terminal video emulation
[ DC012 and DC011 emulation ]
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
01/05/2009 Initial implementation [Miodrag Milanovic]
Enhancements (2013 - 2015) by Karl-Ludwig Deisenhofer.