summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-24 08:54:05 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-24 08:54:05 +0100
commitbd9b6e32422f4e926e3325e5e7c45a9500ca8454 (patch)
tree74dfb4736eb8dd45d7f8810affd10672cbf1ff85 /src/devices/video
parentc7fd2b525152ea893bed794d47ad4d168666e04c (diff)
Updated license mistakenly marked as BSD3, due to usage of Frodo code (nw)
Diffstat (limited to 'src/devices/video')
-rw-r--r--src/devices/video/mos6566.cpp10
-rw-r--r--src/devices/video/mos6566.h4
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