From: notaz Date: Sat, 22 Jun 2013 16:16:24 +0000 (+0300) Subject: clarify PicoDrive's license X-Git-Tag: v1.85~96 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=cff531af94bd9c9c89ae162e80f48ddc26a4e504;p=picodrive.git clarify PicoDrive's license - PicoDrive was originally released by fDave with simple "free for non-commercial use / For commercial use, separate licencing terms must be obtained" license and I kept it in my releases. - in 2011, fDave re-released his code (same that I used as base many years ago) dual licensed with GPLv2 and MAME licenses: https://code.google.com/p/cyclone68000/ Based on the above I now proclaim that the whole source code is licensed under the MAME license as more elaborate form of "for non-commercial use". If that raises any doubt, I announce that all my modifications (which is the vast majority of code by now) is licensed under the MAME license, as it reads in COPYING file in this commit. This does not affect ym2612.c/sn76496.c that were MAME licensed already from the beginning. ---