summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-15 15:13:19 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-15 15:13:19 +0200
commitf49b7f5166073de8c731116c9333e441611173fa (patch)
tree076b2a7e72c47c358dbc42488230dd8841439609 /src/emu/sound
parent4fe5dbaa030295be4bc98fd1d27e5767b511db83 (diff)
added for pSXAuthor (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/spu.c2
-rw-r--r--src/emu/sound/spu.h2
-rw-r--r--src/emu/sound/spu_tables.c2
-rw-r--r--src/emu/sound/spureverb.c2
-rw-r--r--src/emu/sound/spureverb.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/sound/spu.c b/src/emu/sound/spu.c
index 7a755dbc628..be836f543a4 100644
--- a/src/emu/sound/spu.c
+++ b/src/emu/sound/spu.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:pSXAuthor, R.Belmont
/*
diff --git a/src/emu/sound/spu.h b/src/emu/sound/spu.h
index d76da751a65..1a74d11331c 100644
--- a/src/emu/sound/spu.h
+++ b/src/emu/sound/spu.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:pSXAuthor, R.Belmont
#pragma once
diff --git a/src/emu/sound/spu_tables.c b/src/emu/sound/spu_tables.c
index 15312741710..6af97ded049 100644
--- a/src/emu/sound/spu_tables.c
+++ b/src/emu/sound/spu_tables.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:pSXAuthor, R.Belmont
#include "emu.h"
#include "spu.h"
diff --git a/src/emu/sound/spureverb.c b/src/emu/sound/spureverb.c
index 6870b714066..0603386d19c 100644
--- a/src/emu/sound/spureverb.c
+++ b/src/emu/sound/spureverb.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:pSXAuthor, R.Belmont
#include "emu.h"
#include "spureverb.h"
diff --git a/src/emu/sound/spureverb.h b/src/emu/sound/spureverb.h
index d89148ad4bc..590a2ac1771 100644
--- a/src/emu/sound/spureverb.h
+++ b/src/emu/sound/spureverb.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:pSXAuthor, R.Belmont
#ifndef _included_reverb_
#define _included_reverb_