From 1efaeb8599293ea02973976a45318cf15159aceb Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 14 May 2015 08:16:30 +0200 Subject: [PATCH] Updated license for byuu code with agreement with him (nw) --- src/emu/bus/snes/rom.c | 4 ++-- src/emu/bus/snes/rom21.c | 4 ++-- src/emu/bus/snes/spc7110.c | 4 ++-- src/emu/bus/snes/spc7110.h | 4 ++-- src/emu/video/snes_ppu.c | 4 ++-- src/emu/video/snes_ppu.h | 4 ++-- src/mess/machine/cx4data.inc | 2 +- src/mess/machine/cx4fn.inc | 2 +- src/mess/machine/cx4oam.inc | 2 +- src/mess/machine/cx4ops.inc | 2 +- src/mess/machine/snescx4.c | 4 ++-- src/mess/machine/snescx4.h | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/emu/bus/snes/rom.c b/src/emu/bus/snes/rom.c index faab4153238..23b32c28fb9 100644 --- a/src/emu/bus/snes/rom.c +++ b/src/emu/bus/snes/rom.c @@ -1,5 +1,5 @@ -// license:BSD-3-Clause -// copyright-holders:etabeta +// license:GPL-2.0+ +// copyright-holders:Fabio Priuli, byuu /*********************************************************************************************************** Super NES/Famicom (LoROM) cartridge emulation (for SNES/SFC) diff --git a/src/emu/bus/snes/rom21.c b/src/emu/bus/snes/rom21.c index d9dc2201403..c9c9c55d48b 100644 --- a/src/emu/bus/snes/rom21.c +++ b/src/emu/bus/snes/rom21.c @@ -1,5 +1,5 @@ -// license:BSD-3-Clause -// copyright-holders:etabeta +// license:GPL-2.0+ +// copyright-holders:Fabio Priuli, byuu /*********************************************************************************************************** Super NES/Famicom (HiROM) cartridge emulation (for SNES/SFC) diff --git a/src/emu/bus/snes/spc7110.c b/src/emu/bus/snes/spc7110.c index 01b70be0c57..6124ddec6d1 100644 --- a/src/emu/bus/snes/spc7110.c +++ b/src/emu/bus/snes/spc7110.c @@ -1,5 +1,5 @@ -// license:BSD-3-Clause -// copyright-holders:etabeta +// license:GPL-2.0+ +// copyright-holders:Fabio Priuli, byuu /*********************************************************************************************************** SPC-7110 add-on chip emulation (for SNES/SFC) diff --git a/src/emu/bus/snes/spc7110.h b/src/emu/bus/snes/spc7110.h index 2c45c3b6cc0..128c3ecc5a8 100644 --- a/src/emu/bus/snes/spc7110.h +++ b/src/emu/bus/snes/spc7110.h @@ -1,5 +1,5 @@ -// license:BSD-3-Clause -// copyright-holders:etabeta +// license:GPL-2.0+ +// copyright-holders:Fabio Priuli, byuu #ifndef __SNS_SPC7110_H #define __SNS_SPC7110_H diff --git a/src/emu/video/snes_ppu.c b/src/emu/video/snes_ppu.c index 04c3ab3f5aa..93529ad307e 100644 --- a/src/emu/video/snes_ppu.c +++ b/src/emu/video/snes_ppu.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Anthony Kruize, Fabio Priuli /*************************************************************************** snes.c diff --git a/src/emu/video/snes_ppu.h b/src/emu/video/snes_ppu.h index 02d94e7071c..806865a0729 100644 --- a/src/emu/video/snes_ppu.h +++ b/src/emu/video/snes_ppu.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Anthony Kruize, Fabio Priuli /*************************************************************************** SNES PPU diff --git a/src/mess/machine/cx4data.inc b/src/mess/machine/cx4data.inc index 40193143f3e..b3184a452fb 100644 --- a/src/mess/machine/cx4data.inc +++ b/src/mess/machine/cx4data.inc @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:byuu /*************************************************************************** diff --git a/src/mess/machine/cx4fn.inc b/src/mess/machine/cx4fn.inc index 9982a5e1249..811a9794e62 100644 --- a/src/mess/machine/cx4fn.inc +++ b/src/mess/machine/cx4fn.inc @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:byuu /*************************************************************************** diff --git a/src/mess/machine/cx4oam.inc b/src/mess/machine/cx4oam.inc index 2f9a222eafe..bcb7d29e922 100644 --- a/src/mess/machine/cx4oam.inc +++ b/src/mess/machine/cx4oam.inc @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:byuu /*************************************************************************** diff --git a/src/mess/machine/cx4ops.inc b/src/mess/machine/cx4ops.inc index 931182c6df3..9147bb43869 100644 --- a/src/mess/machine/cx4ops.inc +++ b/src/mess/machine/cx4ops.inc @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:byuu /*************************************************************************** diff --git a/src/mess/machine/snescx4.c b/src/mess/machine/snescx4.c index 760fd007c49..26271e9a751 100644 --- a/src/mess/machine/snescx4.c +++ b/src/mess/machine/snescx4.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Fabio Priuli,byuu +// license:GPL-2.0+ +// copyright-holders:Fabio Priuli, byuu /*************************************************************************** snescx4.c diff --git a/src/mess/machine/snescx4.h b/src/mess/machine/snescx4.h index 1e989702c76..3a553bfe745 100644 --- a/src/mess/machine/snescx4.h +++ b/src/mess/machine/snescx4.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Fabio Priuli,byuu +// license:GPL-2.0+ +// copyright-holders:Fabio Priuli, byuu /*************************************************************************** snescx4.h