summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-29 11:57:36 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-29 11:57:36 +0200
commit6ff2b614b47f3cf9aa483d9f8c0ae1449d11bb1b (patch)
treecea01052b05eb5023e20b03df42c17d39ae34c87
parentc045ef7625f85a88775d8c9b976dfb75168caf12 (diff)
Fixes for Andreas Naive (nw)
-rw-r--r--src/mame/drivers/speedbal.c2
-rw-r--r--src/mame/machine/awboard.c2
-rw-r--r--src/mame/machine/awboard.h2
-rw-r--r--src/mame/machine/igs036crypt.c2
-rw-r--r--src/mame/machine/igs036crypt.h2
-rw-r--r--src/mame/machine/naomim4.c2
-rw-r--r--src/mame/machine/naomim4.h2
-rw-r--r--src/mame/machine/r2crypt.c4
8 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/drivers/speedbal.c b/src/mame/drivers/speedbal.c
index e68b4c847b9..e90c0d4a5a9 100644
--- a/src/mame/drivers/speedbal.c
+++ b/src/mame/drivers/speedbal.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Joseba Epalza
+// copyright-holders:Joseba Epalza,Andreas Naive
/***************************************************************************
Speed Ball / Music Ball
diff --git a/src/mame/machine/awboard.c b/src/mame/machine/awboard.c
index e0b030ba87b..b94a170ae48 100644
--- a/src/mame/machine/awboard.c
+++ b/src/mame/machine/awboard.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
+// copyright-holders:Olivier Galibert,Andreas Naive
#include "emu.h"
#include "awboard.h"
diff --git a/src/mame/machine/awboard.h b/src/mame/machine/awboard.h
index 7196fad961e..b6ad34fd0a8 100644
--- a/src/mame/machine/awboard.h
+++ b/src/mame/machine/awboard.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
+// copyright-holders:Olivier Galibert,Andreas Naive
#ifndef _AWBOARD_H_
#define _AWBOARD_H_
diff --git a/src/mame/machine/igs036crypt.c b/src/mame/machine/igs036crypt.c
index d017ea9c763..7f837e9f755 100644
--- a/src/mame/machine/igs036crypt.c
+++ b/src/mame/machine/igs036crypt.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:David Haywood
+// copyright-holders:Andreas Naive,David Haywood
#include "igs036crypt.h"
/****************************************************************************
diff --git a/src/mame/machine/igs036crypt.h b/src/mame/machine/igs036crypt.h
index 0fc88d6072a..2ae858e8389 100644
--- a/src/mame/machine/igs036crypt.h
+++ b/src/mame/machine/igs036crypt.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:David Haywood
+// copyright-holders:Andreas Naive,David Haywood
#ifndef _IGS036CRYPT_H_
#define _IGS036CRYPT_H_
diff --git a/src/mame/machine/naomim4.c b/src/mame/machine/naomim4.c
index 6fa357a8571..2e23d76aca4 100644
--- a/src/mame/machine/naomim4.c
+++ b/src/mame/machine/naomim4.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
+// copyright-holders:Olivier Galibert,Andreas Naive
#include "emu.h"
#include "naomim4.h"
diff --git a/src/mame/machine/naomim4.h b/src/mame/machine/naomim4.h
index c7529c59010..469140034d2 100644
--- a/src/mame/machine/naomim4.h
+++ b/src/mame/machine/naomim4.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
+// copyright-holders:Olivier Galibert,Andreas Naive
#ifndef _NAOMIM4_H_
#define _NAOMIM4_H_
diff --git a/src/mame/machine/r2crypt.c b/src/mame/machine/r2crypt.c
index c35b5bc4bd7..0fb37fa4e58 100644
--- a/src/mame/machine/r2crypt.c
+++ b/src/mame/machine/r2crypt.c
@@ -1,5 +1,5 @@
-// license:LGPL-2.1+
-// copyright-holders:Olivier Galibert, Angelo Salese, David Haywood, Tomasz Slanina
+// license:BSD-3-Clause
+// copyright-holders:Andreas Naive
/* Raiden 2 Sprite Decryption */
#include "emu.h"