summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-13 12:02:41 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-13 12:02:41 +0200
commit1e4b9b8a15bf46b620079f4b9ba75a0e26e659d9 (patch)
treefb34925804dd6f9cdae9200b10ffaf37c8db859e /src/mess/video
parent87e2b238957b8bb6d98d20b2736753f2afc4094c (diff)
Synced other dirs withs driver license for MESS (nw)
Diffstat (limited to 'src/mess/video')
-rw-r--r--src/mess/video/ac1.c4
-rw-r--r--src/mess/video/advision.c4
-rw-r--r--src/mess/video/apollo.c2
-rw-r--r--src/mess/video/apple1.c2
-rw-r--r--src/mess/video/apple2.c4
-rw-r--r--src/mess/video/apple2gs.c4
-rw-r--r--src/mess/video/aquarius.c4
-rw-r--r--src/mess/video/b2m.c4
-rw-r--r--src/mess/video/bbc.c2
-rw-r--r--src/mess/video/bk.c4
-rw-r--r--src/mess/video/busicom.c4
-rw-r--r--src/mess/video/cgenie.c4
-rw-r--r--src/mess/video/channelf.c4
-rw-r--r--src/mess/video/comquest.c4
-rw-r--r--src/mess/video/dai.c4
-rw-r--r--src/mess/video/dgn_beta.c4
-rw-r--r--src/mess/video/electron.c4
-rw-r--r--src/mess/video/fm7.c4
-rw-r--r--src/mess/video/fmtowns.c4
-rw-r--r--src/mess/video/galaxy.c2
-rw-r--r--src/mess/video/galeb.c4
-rw-r--r--src/mess/video/gamecom.c4
-rw-r--r--src/mess/video/intv.c4
-rw-r--r--src/mess/video/kaypro.c4
-rw-r--r--src/mess/video/kramermc.c4
-rw-r--r--src/mess/video/llc.c4
-rw-r--r--src/mess/video/lviv.c2
-rw-r--r--src/mess/video/mac.c4
-rw-r--r--src/mess/video/mbc55x.c2
-rw-r--r--src/mess/video/mc80.c4
-rw-r--r--src/mess/video/mikro80.c4
-rw-r--r--src/mess/video/mz80.c4
-rw-r--r--src/mess/video/nascom1.c4
-rw-r--r--src/mess/video/nc.c4
-rw-r--r--src/mess/video/nes.c2
-rw-r--r--src/mess/video/ondra.c4
-rw-r--r--src/mess/video/orao.c4
-rw-r--r--src/mess/video/orion.c4
-rw-r--r--src/mess/video/osi.c4
-rw-r--r--src/mess/video/pc8401a.c4
-rw-r--r--src/mess/video/pcw.c2
-rw-r--r--src/mess/video/pcw16.c2
-rw-r--r--src/mess/video/pdp1.c2
-rw-r--r--src/mess/video/pecom.c4
-rw-r--r--src/mess/video/pk8020.c4
-rw-r--r--src/mess/video/pmd85.c2
-rw-r--r--src/mess/video/pocketc.c4
-rw-r--r--src/mess/video/poisk1.c4
-rw-r--r--src/mess/video/poly88.c4
-rw-r--r--src/mess/video/pp01.c4
-rw-r--r--src/mess/video/primo.c2
-rw-r--r--src/mess/video/rm380z.c4
-rw-r--r--src/mess/video/rmnimbus.c2
-rw-r--r--src/mess/video/samcoupe.c4
-rw-r--r--src/mess/video/special.c4
-rw-r--r--src/mess/video/spectrum.c2
-rw-r--r--src/mess/video/super80.c4
-rw-r--r--src/mess/video/ti85.c2
-rw-r--r--src/mess/video/trs80.c4
-rw-r--r--src/mess/video/tx0.c2
-rw-r--r--src/mess/video/ut88.c4
-rw-r--r--src/mess/video/vc4000.c4
-rw-r--r--src/mess/video/vector06.c4
-rw-r--r--src/mess/video/x68k.c4
64 files changed, 112 insertions, 112 deletions
diff --git a/src/mess/video/ac1.c b/src/mess/video/ac1.c
index 3dc0284fd2f..8af6b695baa 100644
--- a/src/mess/video/ac1.c
+++ b/src/mess/video/ac1.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
AC1 video driver by Miodrag Milanovic
diff --git a/src/mess/video/advision.c b/src/mess/video/advision.c
index 0ec8f79c5db..086f61c6175 100644
--- a/src/mess/video/advision.c
+++ b/src/mess/video/advision.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/***************************************************************************
video/advision.c
diff --git a/src/mess/video/apollo.c b/src/mess/video/apollo.c
index 04aac9dbb03..852f90df760 100644
--- a/src/mess/video/apollo.c
+++ b/src/mess/video/apollo.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Hans Ostermeyer, R. Belmont
/*
* video/apollo.c
*
diff --git a/src/mess/video/apple1.c b/src/mess/video/apple1.c
index 29871f21ee9..85b3d6f1ffe 100644
--- a/src/mess/video/apple1.c
+++ b/src/mess/video/apple1.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Paul Daniels, Colin Howell, R.Belmont
/***************************************************************************
apple1.c
diff --git a/src/mess/video/apple2.c b/src/mess/video/apple2.c
index 87335ff645e..6f5b31793d3 100644
--- a/src/mess/video/apple2.c
+++ b/src/mess/video/apple2.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:R. Belmont
/***************************************************************************
video/apple2.c
diff --git a/src/mess/video/apple2gs.c b/src/mess/video/apple2gs.c
index 5d076a348e8..fb00047c30a 100644
--- a/src/mess/video/apple2gs.c
+++ b/src/mess/video/apple2gs.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods,R. Belmont
/*********************************************************************
video/apple2gs.c
diff --git a/src/mess/video/aquarius.c b/src/mess/video/aquarius.c
index 5205c53e085..3d644bfd8b2 100644
--- a/src/mess/video/aquarius.c
+++ b/src/mess/video/aquarius.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/***************************************************************************
aquarius.c
diff --git a/src/mess/video/b2m.c b/src/mess/video/b2m.c
index b9a0414d181..9cd59b2ec42 100644
--- a/src/mess/video/b2m.c
+++ b/src/mess/video/b2m.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Bashkiria-2M video driver by Miodrag Milanovic
diff --git a/src/mess/video/bbc.c b/src/mess/video/bbc.c
index 3acd9c97ee4..06400a45ed8 100644
--- a/src/mess/video/bbc.c
+++ b/src/mess/video/bbc.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Gordon Jefferyes, Nigel Barnes
/******************************************************************************
BBC Model B
diff --git a/src/mess/video/bk.c b/src/mess/video/bk.c
index 47e00d02775..103c78779bd 100644
--- a/src/mess/video/bk.c
+++ b/src/mess/video/bk.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
BK video driver by Miodrag Milanovic
diff --git a/src/mess/video/busicom.c b/src/mess/video/busicom.c
index c744f542b51..0c97258a002 100644
--- a/src/mess/video/busicom.c
+++ b/src/mess/video/busicom.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Busicom 141-PF
diff --git a/src/mess/video/cgenie.c b/src/mess/video/cgenie.c
index 7baba05d3c5..2919f97e9a9 100644
--- a/src/mess/video/cgenie.c
+++ b/src/mess/video/cgenie.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/***************************************************************************
cgenie.c
diff --git a/src/mess/video/channelf.c b/src/mess/video/channelf.c
index 16a77dec412..03a5310e934 100644
--- a/src/mess/video/channelf.c
+++ b/src/mess/video/channelf.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Juergen Buchmueller, Frank Palazzolo, Sean Riddle
#include "includes/channelf.h"
static const rgb_t channelf_palette[] =
diff --git a/src/mess/video/comquest.c b/src/mess/video/comquest.c
index 3cad7fbb417..cbfb1014fe7 100644
--- a/src/mess/video/comquest.c
+++ b/src/mess/video/comquest.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Peter Trauner
#include "emu.h"
#include "includes/comquest.h"
diff --git a/src/mess/video/dai.c b/src/mess/video/dai.c
index 59710f4d652..a0d36a8097c 100644
--- a/src/mess/video/dai.c
+++ b/src/mess/video/dai.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Krzysztof Strzecha, Nathan Woods
/***************************************************************************
dai.c
diff --git a/src/mess/video/dgn_beta.c b/src/mess/video/dgn_beta.c
index e2c9ea076c8..41cb1fde657 100644
--- a/src/mess/video/dgn_beta.c
+++ b/src/mess/video/dgn_beta.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/*
video/dgn_beta.c
diff --git a/src/mess/video/electron.c b/src/mess/video/electron.c
index 37b24dbf215..e77904ef8e6 100644
--- a/src/mess/video/electron.c
+++ b/src/mess/video/electron.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol
/******************************************************************************
Acorn Electron driver
diff --git a/src/mess/video/fm7.c b/src/mess/video/fm7.c
index 2a940f0970d..0ea2c397f99 100644
--- a/src/mess/video/fm7.c
+++ b/src/mess/video/fm7.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Barry Rodewald
/*
*
* Fujitsu Micro 7 Video functions
diff --git a/src/mess/video/fmtowns.c b/src/mess/video/fmtowns.c
index 7a0d259b5b9..1790f856bc4 100644
--- a/src/mess/video/fmtowns.c
+++ b/src/mess/video/fmtowns.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Barry Rodewald
/*
* FM Towns video hardware
diff --git a/src/mess/video/galaxy.c b/src/mess/video/galaxy.c
index 53982fe7a7e..637b9e742f3 100644
--- a/src/mess/video/galaxy.c
+++ b/src/mess/video/galaxy.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Krzysztof Strzecha, Miodrag Milanovic
/***************************************************************************
galaxy.c
diff --git a/src/mess/video/galeb.c b/src/mess/video/galeb.c
index a5290c2cdc5..d7bd7bb7b4a 100644
--- a/src/mess/video/galeb.c
+++ b/src/mess/video/galeb.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Galeb video driver by Miodrag Milanovic
diff --git a/src/mess/video/gamecom.c b/src/mess/video/gamecom.c
index 9f148b65c19..29bad2d9ce7 100644
--- a/src/mess/video/gamecom.c
+++ b/src/mess/video/gamecom.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol, Robbbert
#include "includes/gamecom.h"
diff --git a/src/mess/video/intv.c b/src/mess/video/intv.c
index 7cca76ff3f5..968580089f4 100644
--- a/src/mess/video/intv.c
+++ b/src/mess/video/intv.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
#include "emu.h"
#include "includes/intv.h"
diff --git a/src/mess/video/kaypro.c b/src/mess/video/kaypro.c
index 2117b60c624..d9e6d10340b 100644
--- a/src/mess/video/kaypro.c
+++ b/src/mess/video/kaypro.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Robbbert
#include "includes/kaypro.h"
diff --git a/src/mess/video/kramermc.c b/src/mess/video/kramermc.c
index e31e3378e85..a5609e8259f 100644
--- a/src/mess/video/kramermc.c
+++ b/src/mess/video/kramermc.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Kramer MC video driver by Miodrag Milanovic
diff --git a/src/mess/video/llc.c b/src/mess/video/llc.c
index 3ba049a6693..dd9ba725500 100644
--- a/src/mess/video/llc.c
+++ b/src/mess/video/llc.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic, Robbbert
/***************************************************************************
LLC driver by Miodrag Milanovic
diff --git a/src/mess/video/lviv.c b/src/mess/video/lviv.c
index 40269a3ff5e..826753f3c87 100644
--- a/src/mess/video/lviv.c
+++ b/src/mess/video/lviv.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Krzysztof Strzecha
/***************************************************************************
lviv.c
diff --git a/src/mess/video/mac.c b/src/mess/video/mac.c
index a1f86032d98..baffedf186d 100644
--- a/src/mess/video/mac.c
+++ b/src/mess/video/mac.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/***************************************************************************
video/mac.c
diff --git a/src/mess/video/mbc55x.c b/src/mess/video/mbc55x.c
index 5d738a4ab3e..acc7ee37cc8 100644
--- a/src/mess/video/mbc55x.c
+++ b/src/mess/video/mbc55x.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Phill Harvey-Smith
/*
video/mbc55x.c
diff --git a/src/mess/video/mc80.c b/src/mess/video/mc80.c
index dc78f9432d6..66f05dd8576 100644
--- a/src/mess/video/mc80.c
+++ b/src/mess/video/mc80.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
MC-80.xx video by Miodrag Milanovic
diff --git a/src/mess/video/mikro80.c b/src/mess/video/mikro80.c
index 46d2cafda7b..edab6f8cd06 100644
--- a/src/mess/video/mikro80.c
+++ b/src/mess/video/mikro80.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Mikro-80 video driver by Miodrag Milanovic
diff --git a/src/mess/video/mz80.c b/src/mess/video/mz80.c
index 6108a31e1ab..d6bfa015c9c 100644
--- a/src/mess/video/mz80.c
+++ b/src/mess/video/mz80.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
MZ80 driver by Miodrag Milanovic
diff --git a/src/mess/video/nascom1.c b/src/mess/video/nascom1.c
index 605b5209d4a..56bed3a9aa9 100644
--- a/src/mess/video/nascom1.c
+++ b/src/mess/video/nascom1.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:(Original Author?), Dirk Best
/***************************************************************************
nascom1.c
diff --git a/src/mess/video/nc.c b/src/mess/video/nc.c
index 529ec3298f0..cd3c5e0d2f5 100644
--- a/src/mess/video/nc.c
+++ b/src/mess/video/nc.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol, Kevin Thacker
/***************************************************************************
nc.c
diff --git a/src/mess/video/nes.c b/src/mess/video/nes.c
index 3a9230ad40d..656858f46cf 100644
--- a/src/mess/video/nes.c
+++ b/src/mess/video/nes.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Brad Oliver,Fabio Priuli
/***************************************************************************
video/nes.c
diff --git a/src/mess/video/ondra.c b/src/mess/video/ondra.c
index 0895af94a02..c5112f4729e 100644
--- a/src/mess/video/ondra.c
+++ b/src/mess/video/ondra.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Ondra driver by Miodrag Milanovic
diff --git a/src/mess/video/orao.c b/src/mess/video/orao.c
index b6ab1cd9106..a41f060af8d 100644
--- a/src/mess/video/orao.c
+++ b/src/mess/video/orao.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Orao video driver by Miodrag Milanovic
diff --git a/src/mess/video/orion.c b/src/mess/video/orion.c
index 7aeb105c49b..241080684cf 100644
--- a/src/mess/video/orion.c
+++ b/src/mess/video/orion.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Orion video driver by Miodrag Milanovic
diff --git a/src/mess/video/osi.c b/src/mess/video/osi.c
index 34382f77e60..94dd155454b 100644
--- a/src/mess/video/osi.c
+++ b/src/mess/video/osi.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder, Robbbert, Wilbert Pol
#include "includes/osi.h"
/* Palette Initialization */
diff --git a/src/mess/video/pc8401a.c b/src/mess/video/pc8401a.c
index 759e9bed52d..1cac970396a 100644
--- a/src/mess/video/pc8401a.c
+++ b/src/mess/video/pc8401a.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#include "includes/pc8401a.h"
#include "pc8500.lh"
diff --git a/src/mess/video/pcw.c b/src/mess/video/pcw.c
index d13a0fdfa35..18ebb58cefe 100644
--- a/src/mess/video/pcw.c
+++ b/src/mess/video/pcw.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Kevin Thacker
/***************************************************************************
pcw.c
diff --git a/src/mess/video/pcw16.c b/src/mess/video/pcw16.c
index 9e30c32cee0..15931a1e203 100644
--- a/src/mess/video/pcw16.c
+++ b/src/mess/video/pcw16.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Kevin Thacker
#include "emu.h"
#include "includes/pcw16.h"
#include "machine/ram.h"
diff --git a/src/mess/video/pdp1.c b/src/mess/video/pdp1.c
index 533fa4d4df4..e2735bb18b9 100644
--- a/src/mess/video/pdp1.c
+++ b/src/mess/video/pdp1.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Raphael Nabet
/*
video/pdp1.c
diff --git a/src/mess/video/pecom.c b/src/mess/video/pecom.c
index 2f626601709..795e97f8ef4 100644
--- a/src/mess/video/pecom.c
+++ b/src/mess/video/pecom.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Pecom driver by Miodrag Milanovic
diff --git a/src/mess/video/pk8020.c b/src/mess/video/pk8020.c
index 83ac355c9e9..31088bb6a53 100644
--- a/src/mess/video/pk8020.c
+++ b/src/mess/video/pk8020.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
PK-8020 driver by Miodrag Milanovic
diff --git a/src/mess/video/pmd85.c b/src/mess/video/pmd85.c
index d723692e690..751ad57e714 100644
--- a/src/mess/video/pmd85.c
+++ b/src/mess/video/pmd85.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Krzysztof Strzecha
/***************************************************************************
pmd85.c
diff --git a/src/mess/video/pocketc.c b/src/mess/video/pocketc.c
index fe142c09737..0cf2f505349 100644
--- a/src/mess/video/pocketc.c
+++ b/src/mess/video/pocketc.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Peter Trauner
#include "emu.h"
#include "includes/pocketc.h"
diff --git a/src/mess/video/poisk1.c b/src/mess/video/poisk1.c
index bc4aad146a3..99532e31fed 100644
--- a/src/mess/video/poisk1.c
+++ b/src/mess/video/poisk1.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Sergey Svishchev
/*
* Poisk-1 does not have a real mc6845 and always runs in graphics mode.
* Text mode is emulated by BIOS.
diff --git a/src/mess/video/poly88.c b/src/mess/video/poly88.c
index 910930b4496..83652770e56 100644
--- a/src/mess/video/poly88.c
+++ b/src/mess/video/poly88.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Poly-88 video by Miodrag Milanovic
diff --git a/src/mess/video/pp01.c b/src/mess/video/pp01.c
index 9dbe91b51a7..da2ec5cfde7 100644
--- a/src/mess/video/pp01.c
+++ b/src/mess/video/pp01.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
PP-01 driver by Miodrag Milanovic
diff --git a/src/mess/video/primo.c b/src/mess/video/primo.c
index 29ecadc6703..c97d9a2aea1 100644
--- a/src/mess/video/primo.c
+++ b/src/mess/video/primo.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Krzysztof Strzecha
/***************************************************************************
primo.c
diff --git a/src/mess/video/rm380z.c b/src/mess/video/rm380z.c
index d28cdd48b99..e98f9df75b3 100644
--- a/src/mess/video/rm380z.c
+++ b/src/mess/video/rm380z.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol,friol
/*
diff --git a/src/mess/video/rmnimbus.c b/src/mess/video/rmnimbus.c
index 37bd305f966..0d21cda143a 100644
--- a/src/mess/video/rmnimbus.c
+++ b/src/mess/video/rmnimbus.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Phill Harvey-Smith
/*
video/rmnimbus.c
diff --git a/src/mess/video/samcoupe.c b/src/mess/video/samcoupe.c
index 55981b7495c..e959efa8b7e 100644
--- a/src/mess/video/samcoupe.c
+++ b/src/mess/video/samcoupe.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Lee Hammerton, Dirk Best
/***************************************************************************
Miles Gordon Technology SAM Coupe
diff --git a/src/mess/video/special.c b/src/mess/video/special.c
index a2d81447e51..d868c9efded 100644
--- a/src/mess/video/special.c
+++ b/src/mess/video/special.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Specialist video driver by Miodrag Milanovic
diff --git a/src/mess/video/spectrum.c b/src/mess/video/spectrum.c
index 91eb296766e..6f2a95bd090 100644
--- a/src/mess/video/spectrum.c
+++ b/src/mess/video/spectrum.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Kevin Thacker
/***************************************************************************
spectrum.c
diff --git a/src/mess/video/super80.c b/src/mess/video/super80.c
index 89c750e031b..5adb90c170c 100644
--- a/src/mess/video/super80.c
+++ b/src/mess/video/super80.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Robbbert
/* Super80.c written by Robbbert, 2005-2010. See the driver source for documentation. */
/* Notes on using MAME MC6845 Device (MMD).
diff --git a/src/mess/video/ti85.c b/src/mess/video/ti85.c
index eac2508b50c..c88f15c861c 100644
--- a/src/mess/video/ti85.c
+++ b/src/mess/video/ti85.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Krzysztof Strzecha,Jon Sturm
/***************************************************************************
TI-85 driver by Krzysztof Strzecha
diff --git a/src/mess/video/trs80.c b/src/mess/video/trs80.c
index 13a9426affa..beb34edc691 100644
--- a/src/mess/video/trs80.c
+++ b/src/mess/video/trs80.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Robbbert and unknown others
/***************************************************************************
trs80.c
diff --git a/src/mess/video/tx0.c b/src/mess/video/tx0.c
index 300218bbc92..c74fb8df1ad 100644
--- a/src/mess/video/tx0.c
+++ b/src/mess/video/tx0.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Raphael Nabet
/*
TX-0
diff --git a/src/mess/video/ut88.c b/src/mess/video/ut88.c
index 70f5e83dcc5..e5fcae9e678 100644
--- a/src/mess/video/ut88.c
+++ b/src/mess/video/ut88.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
UT88 video driver by Miodrag Milanovic
diff --git a/src/mess/video/vc4000.c b/src/mess/video/vc4000.c
index eb127d5bb8d..f8d4d0dd490 100644
--- a/src/mess/video/vc4000.c
+++ b/src/mess/video/vc4000.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:GPL-2.0+
+// copyright-holders:Peter Trauner, Manfred Schneider, Robbbert
#include "includes/vc4000.h"
diff --git a/src/mess/video/vector06.c b/src/mess/video/vector06.c
index 149ffb27b4c..9ae05a221f9 100644
--- a/src/mess/video/vector06.c
+++ b/src/mess/video/vector06.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/***************************************************************************
Vector06c driver by Miodrag Milanovic
diff --git a/src/mess/video/x68k.c b/src/mess/video/x68k.c
index 20511018c6c..fd8b69b5989 100644
--- a/src/mess/video/x68k.c
+++ b/src/mess/video/x68k.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Barry Rodewald
/*
Sharp X68000 video functions