summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-07 11:25:01 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-07 11:25:01 +0200
commitf5ba2d39b304f9bb8aba487012e9cf4a784bbf7a (patch)
treeff32f4cad0043bb30f42739accd2f3123b8d2927 /src/mess/machine
parent1a3af8b6113b357c738adaeac5106a478f9c07ab (diff)
removed restriction link for BSD3 licensed files (nw)
Diffstat (limited to 'src/mess/machine')
-rw-r--r--src/mess/machine/abc1600mac.c3
-rw-r--r--src/mess/machine/abc1600mac.h3
-rw-r--r--src/mess/machine/abc80kb.c3
-rw-r--r--src/mess/machine/abc80kb.h3
-rw-r--r--src/mess/machine/compiskb.c3
-rw-r--r--src/mess/machine/compiskb.h3
-rw-r--r--src/mess/machine/mm1kb.c3
-rw-r--r--src/mess/machine/mm1kb.h3
-rw-r--r--src/mess/machine/pc1512kb.c3
-rw-r--r--src/mess/machine/pc1512kb.h3
-rw-r--r--src/mess/machine/qimi.c3
-rw-r--r--src/mess/machine/qimi.h3
-rw-r--r--src/mess/machine/tandy2kb.c3
-rw-r--r--src/mess/machine/tandy2kb.h3
-rw-r--r--src/mess/machine/trs80m2kb.c3
-rw-r--r--src/mess/machine/trs80m2kb.h3
-rw-r--r--src/mess/machine/v1050kb.c3
-rw-r--r--src/mess/machine/v1050kb.h3
-rw-r--r--src/mess/machine/victor9k_fdc.c3
-rw-r--r--src/mess/machine/victor9k_fdc.h3
-rw-r--r--src/mess/machine/victor9kb.c3
-rw-r--r--src/mess/machine/victor9kb.h3
-rw-r--r--src/mess/machine/wangpckb.c3
-rw-r--r--src/mess/machine/wangpckb.h5
-rw-r--r--src/mess/machine/x820kb.c3
-rw-r--r--src/mess/machine/x820kb.h3
-rw-r--r--src/mess/machine/zx8302.c3
-rw-r--r--src/mess/machine/zx8302.h3
28 files changed, 1 insertions, 85 deletions
diff --git a/src/mess/machine/abc1600mac.c b/src/mess/machine/abc1600mac.c
index 74e0f58213f..b22f55708c6 100644
--- a/src/mess/machine/abc1600mac.c
+++ b/src/mess/machine/abc1600mac.c
@@ -4,9 +4,6 @@
Luxor ABC 1600 Memory Access Controller emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
/*
diff --git a/src/mess/machine/abc1600mac.h b/src/mess/machine/abc1600mac.h
index 637a078fcae..c26c2dc9b09 100644
--- a/src/mess/machine/abc1600mac.h
+++ b/src/mess/machine/abc1600mac.h
@@ -4,9 +4,6 @@
Luxor ABC 1600 Memory Access Controller emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#pragma once
diff --git a/src/mess/machine/abc80kb.c b/src/mess/machine/abc80kb.c
index 7fa5f747b14..dd9471f5ee4 100644
--- a/src/mess/machine/abc80kb.c
+++ b/src/mess/machine/abc80kb.c
@@ -4,9 +4,6 @@
Luxor ABC-80 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
/*
diff --git a/src/mess/machine/abc80kb.h b/src/mess/machine/abc80kb.h
index e1f422b18e6..d4d9a7fc08b 100644
--- a/src/mess/machine/abc80kb.h
+++ b/src/mess/machine/abc80kb.h
@@ -4,9 +4,6 @@
Luxor ABC-80 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#pragma once
diff --git a/src/mess/machine/compiskb.c b/src/mess/machine/compiskb.c
index 4a7ba9bc97c..1fe9e356ec8 100644
--- a/src/mess/machine/compiskb.c
+++ b/src/mess/machine/compiskb.c
@@ -4,9 +4,6 @@
Telenova Compis keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#include "compiskb.h"
diff --git a/src/mess/machine/compiskb.h b/src/mess/machine/compiskb.h
index 66b6f76dcc5..1872c3506c2 100644
--- a/src/mess/machine/compiskb.h
+++ b/src/mess/machine/compiskb.h
@@ -4,9 +4,6 @@
Telenova Compis keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#pragma once
diff --git a/src/mess/machine/mm1kb.c b/src/mess/machine/mm1kb.c
index 79efd3b9a15..3b74ca8650d 100644
--- a/src/mess/machine/mm1kb.c
+++ b/src/mess/machine/mm1kb.c
@@ -4,9 +4,6 @@
Nokia MikroMikko 1 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#include "mm1kb.h"
diff --git a/src/mess/machine/mm1kb.h b/src/mess/machine/mm1kb.h
index a6a9b825f3e..00e8ddebf73 100644
--- a/src/mess/machine/mm1kb.h
+++ b/src/mess/machine/mm1kb.h
@@ -4,9 +4,6 @@
Nokia MikroMikko 1 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#pragma once
diff --git a/src/mess/machine/pc1512kb.c b/src/mess/machine/pc1512kb.c
index bc3abd5bab8..6d4ef54e134 100644
--- a/src/mess/machine/pc1512kb.c
+++ b/src/mess/machine/pc1512kb.c
@@ -4,9 +4,6 @@
Amstrad PC1512 Keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#include "pc1512kb.h"
diff --git a/src/mess/machine/pc1512kb.h b/src/mess/machine/pc1512kb.h
index e431977fe7e..a5012b69b8a 100644
--- a/src/mess/machine/pc1512kb.h
+++ b/src/mess/machine/pc1512kb.h
@@ -4,9 +4,6 @@
Amstrad PC1512 Keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#pragma once
diff --git a/src/mess/machine/qimi.c b/src/mess/machine/qimi.c
index fd7288ae82f..e1a55134b69 100644
--- a/src/mess/machine/qimi.c
+++ b/src/mess/machine/qimi.c
@@ -4,9 +4,6 @@
QJump/Quanta QL Internal Mouse Interface emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#include "qimi.h"
diff --git a/src/mess/machine/qimi.h b/src/mess/machine/qimi.h
index 73aba4f87e7..bf513da9042 100644
--- a/src/mess/machine/qimi.h
+++ b/src/mess/machine/qimi.h
@@ -4,9 +4,6 @@
QJump/Quanta QL Internal Mouse Interface emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#pragma once
diff --git a/src/mess/machine/tandy2kb.c b/src/mess/machine/tandy2kb.c
index 73f33295445..b6c7dd18db3 100644
--- a/src/mess/machine/tandy2kb.c
+++ b/src/mess/machine/tandy2kb.c
@@ -4,9 +4,6 @@
Tandy 2000 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#include "tandy2kb.h"
diff --git a/src/mess/machine/tandy2kb.h b/src/mess/machine/tandy2kb.h
index 13756addc71..9a2d65d373f 100644
--- a/src/mess/machine/tandy2kb.h
+++ b/src/mess/machine/tandy2kb.h
@@ -4,9 +4,6 @@
Tandy 2000 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#pragma once
diff --git a/src/mess/machine/trs80m2kb.c b/src/mess/machine/trs80m2kb.c
index 56b9f9ddee6..01f4dc7930a 100644
--- a/src/mess/machine/trs80m2kb.c
+++ b/src/mess/machine/trs80m2kb.c
@@ -4,9 +4,6 @@
Tandy Radio Shack TRS-80 Model II keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#include "trs80m2kb.h"
diff --git a/src/mess/machine/trs80m2kb.h b/src/mess/machine/trs80m2kb.h
index ea5ea0d3550..be665372e2b 100644
--- a/src/mess/machine/trs80m2kb.h
+++ b/src/mess/machine/trs80m2kb.h
@@ -4,9 +4,6 @@
Tandy Radio Shack TRS-80 Model II keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#pragma once
diff --git a/src/mess/machine/v1050kb.c b/src/mess/machine/v1050kb.c
index 45ffcf45fed..f3f7353e3a1 100644
--- a/src/mess/machine/v1050kb.c
+++ b/src/mess/machine/v1050kb.c
@@ -4,9 +4,6 @@
Visual 1050 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#include "v1050kb.h"
diff --git a/src/mess/machine/v1050kb.h b/src/mess/machine/v1050kb.h
index 3a6bcffa788..94b4b5dafc4 100644
--- a/src/mess/machine/v1050kb.h
+++ b/src/mess/machine/v1050kb.h
@@ -4,9 +4,6 @@
Visual 1050 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#pragma once
diff --git a/src/mess/machine/victor9k_fdc.c b/src/mess/machine/victor9k_fdc.c
index 1ae238401ed..2fb6c617983 100644
--- a/src/mess/machine/victor9k_fdc.c
+++ b/src/mess/machine/victor9k_fdc.c
@@ -4,9 +4,6 @@
Victor 9000 floppy disk controller emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
/*
diff --git a/src/mess/machine/victor9k_fdc.h b/src/mess/machine/victor9k_fdc.h
index f9005c4af16..21c88ebfabf 100644
--- a/src/mess/machine/victor9k_fdc.h
+++ b/src/mess/machine/victor9k_fdc.h
@@ -4,9 +4,6 @@
Victor 9000 floppy disk controller emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#pragma once
diff --git a/src/mess/machine/victor9kb.c b/src/mess/machine/victor9kb.c
index 56d2f484234..a0cf21bfe36 100644
--- a/src/mess/machine/victor9kb.c
+++ b/src/mess/machine/victor9kb.c
@@ -4,9 +4,6 @@
Victor 9000 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
/*
diff --git a/src/mess/machine/victor9kb.h b/src/mess/machine/victor9kb.h
index 787080095d5..c3834e1a7d8 100644
--- a/src/mess/machine/victor9kb.h
+++ b/src/mess/machine/victor9kb.h
@@ -4,9 +4,6 @@
Victor 9000 keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#pragma once
diff --git a/src/mess/machine/wangpckb.c b/src/mess/machine/wangpckb.c
index 0816659e9ee..7e38ec2f153 100644
--- a/src/mess/machine/wangpckb.c
+++ b/src/mess/machine/wangpckb.c
@@ -4,9 +4,6 @@
Wang PC keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
/*
diff --git a/src/mess/machine/wangpckb.h b/src/mess/machine/wangpckb.h
index 38a0dbe321c..3eb15fd04ad 100644
--- a/src/mess/machine/wangpckb.h
+++ b/src/mess/machine/wangpckb.h
@@ -1,12 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Curt Coder
- /**********************************************************************
+/**********************************************************************
Wang PC keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#pragma once
diff --git a/src/mess/machine/x820kb.c b/src/mess/machine/x820kb.c
index 09ebd038dbc..115e8591e4a 100644
--- a/src/mess/machine/x820kb.c
+++ b/src/mess/machine/x820kb.c
@@ -4,9 +4,6 @@
Xerox 820/820-II ASCII keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
/*
diff --git a/src/mess/machine/x820kb.h b/src/mess/machine/x820kb.h
index ccb025ef7e8..03a3054c486 100644
--- a/src/mess/machine/x820kb.h
+++ b/src/mess/machine/x820kb.h
@@ -4,9 +4,6 @@
Xerox 820/820-II ASCII keyboard emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#pragma once
diff --git a/src/mess/machine/zx8302.c b/src/mess/machine/zx8302.c
index a85f506581b..6866b61f290 100644
--- a/src/mess/machine/zx8302.c
+++ b/src/mess/machine/zx8302.c
@@ -4,9 +4,6 @@
Sinclair ZX8302 emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
/*
diff --git a/src/mess/machine/zx8302.h b/src/mess/machine/zx8302.h
index 8915d2c91dc..f05ebe2b702 100644
--- a/src/mess/machine/zx8302.h
+++ b/src/mess/machine/zx8302.h
@@ -4,9 +4,6 @@
Sinclair ZX8302 emulation
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************
_____ _____
ERASE 1 |* \_/ | 40 Vdd