summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio')
-rw-r--r--src/mess/audio/socrates.c6
-rw-r--r--src/mess/audio/socrates.h8
2 files changed, 4 insertions, 10 deletions
diff --git a/src/mess/audio/socrates.c b/src/mess/audio/socrates.c
index c7fa666ab48..0f8d12d3b95 100644
--- a/src/mess/audio/socrates.c
+++ b/src/mess/audio/socrates.c
@@ -1,12 +1,10 @@
+// license:mame|lgplv2.1+
+// copyright-holders:Jonathan Gevaryahu
/***************************************************************************
audio/socrates.c
Copyright (C) 2010-2011 Jonathan Gevaryahu AKA Lord Nightmare
- This source file is dual-licensed under the following licenses:
- 1. The MAME license as of September 2013
- 2. The GNU LGPLv2.1
-
This handles the two squarewaves (plus the one weird wave) channels
on the V-tech Socrates system 27-0769 ASIC.
diff --git a/src/mess/audio/socrates.h b/src/mess/audio/socrates.h
index db3004573c8..68be387bd9e 100644
--- a/src/mess/audio/socrates.h
+++ b/src/mess/audio/socrates.h
@@ -1,11 +1,7 @@
+// license:mame|lgplv2.1+
+// copyright-holders:Jonathan Gevaryahu
#pragma once
-/*
- Copyright (C) 2010-2011 Jonathan Gevaryahu AKA Lord Nightmare
- This source file is dual-licensed under the following licenses:
- 1. The MAME license as of September 2013
- 2. The GNU LGPLv2.1
-*/
#ifndef __SOCR_SND_H__
#define __SOCR_SND_H__