From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3IzM-0006Et-Mp for qemu-devel@nongnu.org; Wed, 28 Oct 2009 20:35:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3IzH-0006EL-N1 for qemu-devel@nongnu.org; Wed, 28 Oct 2009 20:35:39 -0400 Received: from [199.232.76.173] (port=57482 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3IzH-0006EI-Hj for qemu-devel@nongnu.org; Wed, 28 Oct 2009 20:35:35 -0400 Received: from mail-pz0-f188.google.com ([209.85.222.188]:39550) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3IzH-0003PF-2T for qemu-devel@nongnu.org; Wed, 28 Oct 2009 20:35:35 -0400 Received: by pzk26 with SMTP id 26so924427pzk.4 for ; Wed, 28 Oct 2009 17:35:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4AE8BDB8.2050606@gnu.org> References: <200910281650.AA00165@YOUR-BD18D6DD63.m1.interq.or.jp> <20091028200817.GA8945@miranda.arrow> <4AE8BDB8.2050606@gnu.org> Date: Thu, 29 Oct 2009 08:35:33 +0800 Message-ID: <473191350910281735l7f4fd701j395339b667634bfa@mail.gmail.com> Subject: Re: [Qemu-devel] Re: [PATCH v3 22/25] ay8910: YM2608 core forked from MAME 0.59 From: Roy Tam Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org I did a google code search and I found this: http://www.google.com/codesearch/p?hl=zh-TW&sa=N&cd=2&ct=rc#yVjp3hog9Qw/trunk/breemlib/apu/ay8910/ay8910.cpp&q=ay8910 // // From mame.txt (http://www.mame.net/readme.html) // // VI. Reuse of Source Code // -------------------------- // This chapter might not apply to specific portions of MAME (e.g. CPU // emulators) which bear different copyright notices. // The source code cannot be used in a commercial product without the written // authorization of the authors. Use in non-commercial products is allowed, and // indeed encouraged. If you use portions of the MAME source code in your // program, however, you must make the full source code freely available as // well. // Usage of the _information_ contained in the source code is free for any use. // However, given the amount of time and energy it took to collect this // information, if you find new information we would appreciate if you made it // freely available as well. // Does it apply to this case? P.S.: Mail resent as I click wrong button, sorry. 2009/10/29 Paolo Bonzini : > On 10/28/2009 09:08 PM, Stuart Brady wrote: >> >> On Thu, Oct 29, 2009 at 01:50:11AM +0900, TAKEDA, toshiya wrote: >>> >>> + >>> +/* This version of ay8910.c is a fork of the MAME 0.59 one, relicensed >>> under the LGPL. >> >> Where have you taken this from? > > More exactly, how is this not violating copyright, since MAME's license is > not compatible with anything else (more or less)? > > Paolo > > >