From bd9b6e32422f4e926e3325e5e7c45a9500ca8454 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 24 Mar 2016 08:54:05 +0100 Subject: [PATCH] Updated license mistakenly marked as BSD3, due to usage of Frodo code (nw) --- src/devices/video/mos6566.cpp | 10 ++-------- src/devices/video/mos6566.h | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/devices/video/mos6566.cpp b/src/devices/video/mos6566.cpp index f6b9ca75a62..6903d81c6f5 100644 --- a/src/devices/video/mos6566.cpp +++ b/src/devices/video/mos6566.cpp @@ -1,5 +1,5 @@ -// license:BSD-3-Clause -// copyright-holders:Curt Coder +// license:GPL-2.0+ +// copyright-holders:Curt Coder,Christian Bauer /*************************************************************************** MOS 6566/6567/6569 Video Interface Chip (VIC-II) emulation @@ -7,12 +7,6 @@ A part of the code (cycle routine and drawing routines) is a modified version of the vic ii emulation used in commodore 64 emulator "frodo" by Christian Bauer - http://frodo.cebix.net/ - The rights on the source code remain at the author. - It may not - not even in parts - used for commercial purposes without explicit written permission by the author. - Permission to use it for non-commercial purposes is hereby granted als long as my copyright notice remains in the program. - You are not allowed to use the source to create and distribute a modified version of Frodo. - ***************************************************************************/ /* diff --git a/src/devices/video/mos6566.h b/src/devices/video/mos6566.h index c913b5ad98c..81096055db7 100644 --- a/src/devices/video/mos6566.h +++ b/src/devices/video/mos6566.h @@ -1,5 +1,5 @@ -// license:BSD-3-Clause -// copyright-holders:Curt Coder +// license:GPL-2.0+ +// copyright-holders:Curt Coder,Christian Bauer /*************************************************************************** MOS 6566/6567/6569 Video Interface Chip II (VIC-II) emulation