summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-13 16:11:59 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-13 16:11:59 +0200
commit451339ceb48178169f6332fbff606a56e23a0dc8 (patch)
tree409faaf9232de174cb468c81300e99dc27b2acf0
parent25ab0e4d3d7580938c987125ce7eb20ac9c6c9cc (diff)
update for Ville Linde (nw)
-rw-r--r--src/emu/cpu/mc68hc11/hc11dasm.c2
-rw-r--r--src/emu/cpu/mc68hc11/hc11ops.h2
-rw-r--r--src/emu/cpu/mc68hc11/mc68hc11.c2
-rw-r--r--src/emu/cpu/mc68hc11/mc68hc11.h2
-rw-r--r--src/emu/cpu/sharc/compute.inc2
-rw-r--r--src/emu/cpu/sharc/sharc.c2
-rw-r--r--src/emu/cpu/sharc/sharc.h2
-rw-r--r--src/emu/cpu/sharc/sharcdma.inc2
-rw-r--r--src/emu/cpu/sharc/sharcdsm.c2
-rw-r--r--src/emu/cpu/sharc/sharcdsm.h2
-rw-r--r--src/emu/cpu/sharc/sharcmem.inc2
-rw-r--r--src/emu/cpu/sharc/sharcops.h2
-rw-r--r--src/emu/cpu/sharc/sharcops.inc2
-rw-r--r--src/emu/cpu/tms32051/32051ops.c2
-rw-r--r--src/emu/cpu/tms32051/32051ops.h2
-rw-r--r--src/emu/cpu/tms32051/dis32051.c2
-rw-r--r--src/emu/cpu/tms32051/tms32051.c2
-rw-r--r--src/emu/cpu/tms32051/tms32051.h2
-rw-r--r--src/emu/cpu/tms32082/dis_mp.c2
-rw-r--r--src/emu/cpu/tms32082/dis_pp.c2
-rw-r--r--src/emu/cpu/tms32082/mp_ops.c2
-rw-r--r--src/emu/cpu/tms32082/tms32082.c2
-rw-r--r--src/emu/cpu/tms32082/tms32082.h2
-rw-r--r--src/emu/sound/rf5c400.c4
-rw-r--r--src/mame/drivers/cobra.c2
-rw-r--r--src/mame/drivers/firebeat.c2
-rw-r--r--src/mame/drivers/gamecstl.c2
-rw-r--r--src/mame/drivers/gticlub.c2
-rw-r--r--src/mame/drivers/hornet.c2
-rw-r--r--src/mame/drivers/konamim2.c2
-rw-r--r--src/mame/drivers/mediagx.c2
-rw-r--r--src/mame/drivers/model3.c2
-rw-r--r--src/mame/drivers/nwk-tr.c2
-rw-r--r--src/mame/drivers/pinball2k.c2
-rw-r--r--src/mame/drivers/seibuspi.c2
-rw-r--r--src/mame/drivers/taitotz.c2
-rw-r--r--src/mame/drivers/taitowlf.c2
-rw-r--r--src/mame/drivers/ultrsprt.c2
-rw-r--r--src/mame/drivers/viper.c4
-rw-r--r--src/mame/drivers/zr107.c2
-rw-r--r--src/mame/includes/model3.h2
-rw-r--r--src/mame/includes/seibuspi.h2
-rw-r--r--src/mame/includes/taitojc.h2
-rw-r--r--src/mame/machine/model3.c2
-rw-r--r--src/mame/machine/seibuspi.c2
-rw-r--r--src/mame/video/model3.c2
-rw-r--r--src/mame/video/n64.c4
-rw-r--r--src/mame/video/rdpbhelp.h4
-rw-r--r--src/mame/video/rdpblend.c4
-rw-r--r--src/mame/video/rdpblend.h4
-rw-r--r--src/mame/video/rdpspn16.c4
-rw-r--r--src/mame/video/rdptpipe.c4
-rw-r--r--src/mame/video/rdptpipe.h4
-rw-r--r--src/mame/video/seibuspi.c2
-rw-r--r--src/mame/video/taitojc.c2
55 files changed, 64 insertions, 64 deletions
diff --git a/src/emu/cpu/mc68hc11/hc11dasm.c b/src/emu/cpu/mc68hc11/hc11dasm.c
index 56ec25f5784..bab28c654bc 100644
--- a/src/emu/cpu/mc68hc11/hc11dasm.c
+++ b/src/emu/cpu/mc68hc11/hc11dasm.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Motorola M68HC11 disassembler
diff --git a/src/emu/cpu/mc68hc11/hc11ops.h b/src/emu/cpu/mc68hc11/hc11ops.h
index 00a54fc35ce..ad368c9485e 100644
--- a/src/emu/cpu/mc68hc11/hc11ops.h
+++ b/src/emu/cpu/mc68hc11/hc11ops.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
const mc68hc11_cpu_device::hc11_opcode_list_struct mc68hc11_cpu_device::hc11_opcode_list[] =
diff --git a/src/emu/cpu/mc68hc11/mc68hc11.c b/src/emu/cpu/mc68hc11/mc68hc11.c
index cbc3e3b5d2f..7918ca5d322 100644
--- a/src/emu/cpu/mc68hc11/mc68hc11.c
+++ b/src/emu/cpu/mc68hc11/mc68hc11.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, Angelo Salese
/*
Motorola MC68HC11 emulator
diff --git a/src/emu/cpu/mc68hc11/mc68hc11.h b/src/emu/cpu/mc68hc11/mc68hc11.h
index bcd5cfb4eeb..98511347f99 100644
--- a/src/emu/cpu/mc68hc11/mc68hc11.h
+++ b/src/emu/cpu/mc68hc11/mc68hc11.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, Angelo Salese
#pragma once
diff --git a/src/emu/cpu/sharc/compute.inc b/src/emu/cpu/sharc/compute.inc
index 548e98394c0..ac198c9bc15 100644
--- a/src/emu/cpu/sharc/compute.inc
+++ b/src/emu/cpu/sharc/compute.inc
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* compute operations */
diff --git a/src/emu/cpu/sharc/sharc.c b/src/emu/cpu/sharc/sharc.c
index 758d560471f..af3fe1e3f39 100644
--- a/src/emu/cpu/sharc/sharc.c
+++ b/src/emu/cpu/sharc/sharc.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Analog Devices ADSP-2106x SHARC emulator v2.0
diff --git a/src/emu/cpu/sharc/sharc.h b/src/emu/cpu/sharc/sharc.h
index 08825607944..52f6d91ecd9 100644
--- a/src/emu/cpu/sharc/sharc.h
+++ b/src/emu/cpu/sharc/sharc.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
#pragma once
diff --git a/src/emu/cpu/sharc/sharcdma.inc b/src/emu/cpu/sharc/sharcdma.inc
index 2b6129eb5a8..eacede6fb5b 100644
--- a/src/emu/cpu/sharc/sharcdma.inc
+++ b/src/emu/cpu/sharc/sharcdma.inc
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* SHARC DMA operations */
diff --git a/src/emu/cpu/sharc/sharcdsm.c b/src/emu/cpu/sharc/sharcdsm.c
index b75e2a3ca4a..c498dcb78e5 100644
--- a/src/emu/cpu/sharc/sharcdsm.c
+++ b/src/emu/cpu/sharc/sharcdsm.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Analog Devices ADSP-2106x SHARC Disassembler
diff --git a/src/emu/cpu/sharc/sharcdsm.h b/src/emu/cpu/sharc/sharcdsm.h
index 60c6fb5c075..8407b73cb50 100644
--- a/src/emu/cpu/sharc/sharcdsm.h
+++ b/src/emu/cpu/sharc/sharcdsm.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
static const char ureg_names[256][16] =
{
diff --git a/src/emu/cpu/sharc/sharcmem.inc b/src/emu/cpu/sharc/sharcmem.inc
index 085faa34f73..3427e0346b8 100644
--- a/src/emu/cpu/sharc/sharcmem.inc
+++ b/src/emu/cpu/sharc/sharcmem.inc
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* SHARC memory operations */
diff --git a/src/emu/cpu/sharc/sharcops.h b/src/emu/cpu/sharc/sharcops.h
index 6c6a9ee0a42..42c305d8d10 100644
--- a/src/emu/cpu/sharc/sharcops.h
+++ b/src/emu/cpu/sharc/sharcops.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
const adsp21062_device::SHARC_OP adsp21062_device::s_sharc_opcode_table[] =
diff --git a/src/emu/cpu/sharc/sharcops.inc b/src/emu/cpu/sharc/sharcops.inc
index f5ddc27fae2..f36454f1805 100644
--- a/src/emu/cpu/sharc/sharcops.inc
+++ b/src/emu/cpu/sharc/sharcops.inc
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
#define SIGN_EXTEND6(x) (((x) & 0x20) ? (0xffffffc0 | (x)) : (x))
#define SIGN_EXTEND24(x) (((x) & 0x800000) ? (0xff000000 | (x)) : (x))
diff --git a/src/emu/cpu/tms32051/32051ops.c b/src/emu/cpu/tms32051/32051ops.c
index b4ae623eac4..527c7366394 100644
--- a/src/emu/cpu/tms32051/32051ops.c
+++ b/src/emu/cpu/tms32051/32051ops.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
// stack is LIFO and is 8 levels deep, there is no stackpointer on the real chip
void tms32051_device::PUSH_STACK(UINT16 pc)
diff --git a/src/emu/cpu/tms32051/32051ops.h b/src/emu/cpu/tms32051/32051ops.h
index 960adbfb22b..f0a1d7d3d25 100644
--- a/src/emu/cpu/tms32051/32051ops.h
+++ b/src/emu/cpu/tms32051/32051ops.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
const tms32051_device::opcode_func tms32051_device::s_opcode_table[256] =
{
diff --git a/src/emu/cpu/tms32051/dis32051.c b/src/emu/cpu/tms32051/dis32051.c
index 6efeb872990..6f3c4ea2156 100644
--- a/src/emu/cpu/tms32051/dis32051.c
+++ b/src/emu/cpu/tms32051/dis32051.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
#include "emu.h"
diff --git a/src/emu/cpu/tms32051/tms32051.c b/src/emu/cpu/tms32051/tms32051.c
index 4d5e502befc..c4ddc7de55e 100644
--- a/src/emu/cpu/tms32051/tms32051.c
+++ b/src/emu/cpu/tms32051/tms32051.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Texas Instruments TMS320C51 DSP Emulator
diff --git a/src/emu/cpu/tms32051/tms32051.h b/src/emu/cpu/tms32051/tms32051.h
index 49f18244246..43c1008d79c 100644
--- a/src/emu/cpu/tms32051/tms32051.h
+++ b/src/emu/cpu/tms32051/tms32051.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
#pragma once
diff --git a/src/emu/cpu/tms32082/dis_mp.c b/src/emu/cpu/tms32082/dis_mp.c
index 3100724c31e..1b89eb88129 100644
--- a/src/emu/cpu/tms32082/dis_mp.c
+++ b/src/emu/cpu/tms32082/dis_mp.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
// TMS32082 MP Disassembler
diff --git a/src/emu/cpu/tms32082/dis_pp.c b/src/emu/cpu/tms32082/dis_pp.c
index 1d7dafb21ae..54f8a6d7004 100644
--- a/src/emu/cpu/tms32082/dis_pp.c
+++ b/src/emu/cpu/tms32082/dis_pp.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
// TMS32082 PP Disassembler
diff --git a/src/emu/cpu/tms32082/mp_ops.c b/src/emu/cpu/tms32082/mp_ops.c
index 79a79b970cf..48e60d827e8 100644
--- a/src/emu/cpu/tms32082/mp_ops.c
+++ b/src/emu/cpu/tms32082/mp_ops.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
// TMS320C82 Master Processor core execution
diff --git a/src/emu/cpu/tms32082/tms32082.c b/src/emu/cpu/tms32082/tms32082.c
index 406d1430169..f7833e7898c 100644
--- a/src/emu/cpu/tms32082/tms32082.c
+++ b/src/emu/cpu/tms32082/tms32082.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Texas Instruments TMS320C82 DSP Emulator
diff --git a/src/emu/cpu/tms32082/tms32082.h b/src/emu/cpu/tms32082/tms32082.h
index a0310235ba0..2915caa54f1 100644
--- a/src/emu/cpu/tms32082/tms32082.h
+++ b/src/emu/cpu/tms32082/tms32082.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
#pragma once
diff --git a/src/emu/sound/rf5c400.c b/src/emu/sound/rf5c400.c
index 3253c447a5f..34d3fd3f362 100644
--- a/src/emu/sound/rf5c400.c
+++ b/src/emu/sound/rf5c400.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ville Linde
/*
Ricoh RF5C400 emulator
diff --git a/src/mame/drivers/cobra.c b/src/mame/drivers/cobra.c
index 8be09cf3dd3..bbfa5ec4b13 100644
--- a/src/mame/drivers/cobra.c
+++ b/src/mame/drivers/cobra.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Konami Cobra System
diff --git a/src/mame/drivers/firebeat.c b/src/mame/drivers/firebeat.c
index d6fc55327cb..346691f8098 100644
--- a/src/mame/drivers/firebeat.c
+++ b/src/mame/drivers/firebeat.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Konami FireBeat
diff --git a/src/mame/drivers/gamecstl.c b/src/mame/drivers/gamecstl.c
index e093a26504a..22e583d274a 100644
--- a/src/mame/drivers/gamecstl.c
+++ b/src/mame/drivers/gamecstl.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*
Cristaltec "Game Cristal" (MAME bootleg)
diff --git a/src/mame/drivers/gticlub.c b/src/mame/drivers/gticlub.c
index 631ca22d641..fe653e7b83a 100644
--- a/src/mame/drivers/gticlub.c
+++ b/src/mame/drivers/gticlub.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Konami GTI Club System
diff --git a/src/mame/drivers/hornet.c b/src/mame/drivers/hornet.c
index fd921cfb50f..3ea911faaf2 100644
--- a/src/mame/drivers/hornet.c
+++ b/src/mame/drivers/hornet.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Konami Hornet System
Driver by Ville Linde
diff --git a/src/mame/drivers/konamim2.c b/src/mame/drivers/konamim2.c
index a6c02bfd75a..04af6e81892 100644
--- a/src/mame/drivers/konamim2.c
+++ b/src/mame/drivers/konamim2.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Konami M2 Hardware
diff --git a/src/mame/drivers/mediagx.c b/src/mame/drivers/mediagx.c
index 68c1e8be647..70e1820ec71 100644
--- a/src/mame/drivers/mediagx.c
+++ b/src/mame/drivers/mediagx.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Atari MediaGX
diff --git a/src/mame/drivers/model3.c b/src/mame/drivers/model3.c
index f2f517585ea..82780809592 100644
--- a/src/mame/drivers/model3.c
+++ b/src/mame/drivers/model3.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Andrew Gardiner, R. Belmont, Ville Linde
/*
Sega Model 3
diff --git a/src/mame/drivers/nwk-tr.c b/src/mame/drivers/nwk-tr.c
index 22e47a0e2c2..fdb032d4d82 100644
--- a/src/mame/drivers/nwk-tr.c
+++ b/src/mame/drivers/nwk-tr.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Konami NWK-TR System
diff --git a/src/mame/drivers/pinball2k.c b/src/mame/drivers/pinball2k.c
index 33fa262c3e7..5dd280d42d7 100644
--- a/src/mame/drivers/pinball2k.c
+++ b/src/mame/drivers/pinball2k.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*
Pinball 2000
diff --git a/src/mame/drivers/seibuspi.c b/src/mame/drivers/seibuspi.c
index 80c82e0f579..4017b195e2b 100644
--- a/src/mame/drivers/seibuspi.c
+++ b/src/mame/drivers/seibuspi.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, hap, ???
/*
Seibu SPI Hardware
diff --git a/src/mame/drivers/taitotz.c b/src/mame/drivers/taitotz.c
index a232b5e2d2a..5c3c9865404 100644
--- a/src/mame/drivers/taitotz.c
+++ b/src/mame/drivers/taitotz.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Taito Type-Zero hardware
diff --git a/src/mame/drivers/taitowlf.c b/src/mame/drivers/taitowlf.c
index 36d8e421593..33b134ebcbe 100644
--- a/src/mame/drivers/taitowlf.c
+++ b/src/mame/drivers/taitowlf.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/* Taito Wolf System
diff --git a/src/mame/drivers/ultrsprt.c b/src/mame/drivers/ultrsprt.c
index bcf7acb6aed..09213ee9fa4 100644
--- a/src/mame/drivers/ultrsprt.c
+++ b/src/mame/drivers/ultrsprt.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Konami Ultra Sports hardware
diff --git a/src/mame/drivers/viper.c b/src/mame/drivers/viper.c
index f2fc9c8c70d..13409cc1e55 100644
--- a/src/mame/drivers/viper.c
+++ b/src/mame/drivers/viper.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ville Linde
/*
Konami Viper Hardware Overview (last updated 5th June 2011 10:56pm)
diff --git a/src/mame/drivers/zr107.c b/src/mame/drivers/zr107.c
index 0432bb680ea..ee9fffda9b6 100644
--- a/src/mame/drivers/zr107.c
+++ b/src/mame/drivers/zr107.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde
/*
Konami 'ZR107' Hardware
diff --git a/src/mame/includes/model3.h b/src/mame/includes/model3.h
index 0f7c7aeb53b..12b51a4e279 100644
--- a/src/mame/includes/model3.h
+++ b/src/mame/includes/model3.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Andrew Gardiner, R. Belmont, Ville Linde
#include "video/poly.h"
#include "bus/scsi/scsi.h"
diff --git a/src/mame/includes/seibuspi.h b/src/mame/includes/seibuspi.h
index bf0b020b63a..118b7c27ba1 100644
--- a/src/mame/includes/seibuspi.h
+++ b/src/mame/includes/seibuspi.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, hap, ???
/******************************************************************************
diff --git a/src/mame/includes/taitojc.h b/src/mame/includes/taitojc.h
index b5a3be9902d..f2a604a1d52 100644
--- a/src/mame/includes/taitojc.h
+++ b/src/mame/includes/taitojc.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, Angelo Salese, hap, ???
/*************************************************************************
diff --git a/src/mame/machine/model3.c b/src/mame/machine/model3.c
index 81228beacad..ba53c7fde27 100644
--- a/src/mame/machine/model3.c
+++ b/src/mame/machine/model3.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Andrew Gardiner, R. Belmont, Ville Linde
/*
diff --git a/src/mame/machine/seibuspi.c b/src/mame/machine/seibuspi.c
index 8553084ffc7..9b710cfae6d 100644
--- a/src/mame/machine/seibuspi.c
+++ b/src/mame/machine/seibuspi.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, hap, ???
#include "emu.h"
#include "machine/seibuspi.h"
diff --git a/src/mame/video/model3.c b/src/mame/video/model3.c
index a58b938c137..c8ad3a7f36e 100644
--- a/src/mame/video/model3.c
+++ b/src/mame/video/model3.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Andrew Gardiner, R. Belmont, Ville Linde
#include "emu.h"
#include "video/poly.h"
diff --git a/src/mame/video/n64.c b/src/mame/video/n64.c
index cac0db98026..17681d9fc90 100644
--- a/src/mame/video/n64.c
+++ b/src/mame/video/n64.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ryan Holtz
/******************************************************************************
diff --git a/src/mame/video/rdpbhelp.h b/src/mame/video/rdpbhelp.h
index d187c0b60d7..277c6535aa6 100644
--- a/src/mame/video/rdpbhelp.h
+++ b/src/mame/video/rdpbhelp.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ryan Holtz
/******************************************************************************
diff --git a/src/mame/video/rdpblend.c b/src/mame/video/rdpblend.c
index 0974ebeabd2..b4050ef9565 100644
--- a/src/mame/video/rdpblend.c
+++ b/src/mame/video/rdpblend.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ryan Holtz
/******************************************************************************
diff --git a/src/mame/video/rdpblend.h b/src/mame/video/rdpblend.h
index 1d8ed44439a..5628cfe8db0 100644
--- a/src/mame/video/rdpblend.h
+++ b/src/mame/video/rdpblend.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ryan Holtz
/******************************************************************************
diff --git a/src/mame/video/rdpspn16.c b/src/mame/video/rdpspn16.c
index 05cee3e4eda..bf8bf00d859 100644
--- a/src/mame/video/rdpspn16.c
+++ b/src/mame/video/rdpspn16.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ryan Holtz
/******************************************************************************
diff --git a/src/mame/video/rdptpipe.c b/src/mame/video/rdptpipe.c
index a91d2202abd..6e54267502d 100644
--- a/src/mame/video/rdptpipe.c
+++ b/src/mame/video/rdptpipe.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ryan Holtz
/******************************************************************************
diff --git a/src/mame/video/rdptpipe.h b/src/mame/video/rdptpipe.h
index 6ca2fe58e7c..7a8cc25ccfd 100644
--- a/src/mame/video/rdptpipe.h
+++ b/src/mame/video/rdptpipe.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ryan Holtz
/******************************************************************************
diff --git a/src/mame/video/seibuspi.c b/src/mame/video/seibuspi.c
index 3648cf0b628..2b3c9b12ccc 100644
--- a/src/mame/video/seibuspi.c
+++ b/src/mame/video/seibuspi.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, hap, ???
/******************************************************************************
diff --git a/src/mame/video/taitojc.c b/src/mame/video/taitojc.c
index e108c5311d0..65aed2d1833 100644
--- a/src/mame/video/taitojc.c
+++ b/src/mame/video/taitojc.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Ville Linde, Angelo Salese, hap, ???
/*************************************************************************