mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Updated license mistakenly marked as BSD3, due to usage of Frodo code (nw)
This commit is contained in:
parent
c7fd2b5251
commit
bd9b6e3242
@ -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.
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user