Updated license mistakenly marked as BSD3, due to usage of Frodo code (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-24 08:54:05 +01:00
parent c7fd2b5251
commit bd9b6e3242
2 changed files with 4 additions and 10 deletions

View File

@ -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.
***************************************************************************/
/*

View File

@ -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