summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-14 13:49:26 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-14 13:49:45 +0200
commit25be111f9788193afd02a8892626fe6b34145f73 (patch)
treee8a6338e5af9382e4013f34c439ab64eee5c6f6a /src/emu/sound
parentf2940a7a5f9c5e65c22fc90be1c188043f7679c1 (diff)
lot of license updates according to logs, whatsnew and mails (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/es1373.c2
-rw-r--r--src/emu/sound/es1373.h2
-rw-r--r--src/emu/sound/tms5220.c2
-rw-r--r--src/emu/sound/tms5220.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/sound/es1373.c b/src/emu/sound/es1373.c
index ca5932c5812..d957302865d 100644
--- a/src/emu/sound/es1373.c
+++ b/src/emu/sound/es1373.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Ted Green
#include "es1373.h"
#define LOG_ES (0)
diff --git a/src/emu/sound/es1373.h b/src/emu/sound/es1373.h
index 38cc913b240..6f1b0023654 100644
--- a/src/emu/sound/es1373.h
+++ b/src/emu/sound/es1373.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Ted Green
// Creative Labs Ensonic AudioPCI97 ES1373
#pragma once
diff --git a/src/emu/sound/tms5220.c b/src/emu/sound/tms5220.c
index 388862728ea..972780279f3 100644
--- a/src/emu/sound/tms5220.c
+++ b/src/emu/sound/tms5220.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Aaron Giles, Jonathan Gevaryahu, Raphael Nabet, Couriersud, Michael Zapf
/**********************************************************************************************
diff --git a/src/emu/sound/tms5220.h b/src/emu/sound/tms5220.h
index 6a9b36b723e..7150ce5457b 100644
--- a/src/emu/sound/tms5220.h
+++ b/src/emu/sound/tms5220.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Aaron Giles, Jonathan Gevaryahu, Raphael Nabet, Couriersud, Michael Zapf
#pragma once