From 5f457c49acb4e5677773c8b567a655ea829679a4 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Thu, 14 May 2015 10:12:45 +0200 Subject: [PATCH] Updated a few I worked on (nw) --- src/lib/formats/a26_cas.c | 4 ++-- src/lib/formats/a26_cas.h | 4 ++-- src/lib/formats/tzx_cas.c | 4 ++-- src/lib/formats/tzx_cas.h | 4 ++-- src/mame/video/tia.c | 2 +- src/mame/video/tia.h | 4 ++-- src/mess/drivers/a2600.c | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/lib/formats/a26_cas.c b/src/lib/formats/a26_cas.c index 3c9d6ad4831..557a128a7af 100644 --- a/src/lib/formats/a26_cas.c +++ b/src/lib/formats/a26_cas.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Wilbert Pol /* Atari 2600 SuperCharger support diff --git a/src/lib/formats/a26_cas.h b/src/lib/formats/a26_cas.h index e7c6fff6b18..809d5980bfe 100644 --- a/src/lib/formats/a26_cas.h +++ b/src/lib/formats/a26_cas.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Wilbert Pol /* a26_cas.h diff --git a/src/lib/formats/tzx_cas.c b/src/lib/formats/tzx_cas.c index b517f3ca829..811156b3062 100644 --- a/src/lib/formats/tzx_cas.c +++ b/src/lib/formats/tzx_cas.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Wilbert Pol,??? /* TZX (currently spectrum only) and spectrum TAP cassette format support by Wilbert Pol diff --git a/src/lib/formats/tzx_cas.h b/src/lib/formats/tzx_cas.h index bb0f8f7f0a4..8610fb0cdd4 100644 --- a/src/lib/formats/tzx_cas.h +++ b/src/lib/formats/tzx_cas.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Wilbert Pol,??? /* tzx_cas.h diff --git a/src/mame/video/tia.c b/src/mame/video/tia.c index 9215806e8bc..122ff311394 100644 --- a/src/mame/video/tia.c +++ b/src/mame/video/tia.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Wilbert Pol,??? /*************************************************************************** Atari TIA video emulation diff --git a/src/mame/video/tia.h b/src/mame/video/tia.h index f5a29a1e909..4f619ff521c 100644 --- a/src/mame/video/tia.h +++ b/src/mame/video/tia.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Wilbert Pol,??? #ifndef _VIDEO_TIA_H_ #define _VIDEO_TIA_H_ diff --git a/src/mess/drivers/a2600.c b/src/mess/drivers/a2600.c index 3d0bd99b510..7a0197bf083 100644 --- a/src/mess/drivers/a2600.c +++ b/src/mess/drivers/a2600.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nathan Woods +// copyright-holders:Nathan Woods, Wilbert Pol /*************************************************************************** Atari VCS 2600 driver