From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KCfF5-0001vX-Eo for garchives@archives.gentoo.org; Sat, 28 Jun 2008 18:33:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D96BE02D6; Sat, 28 Jun 2008 18:33:45 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 099ACE02D6 for ; Sat, 28 Jun 2008 18:33:44 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so571983fga.14 for ; Sat, 28 Jun 2008 11:33:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=ukJjzWlbI3KG2sFadGf7UEnTnSI9ozSXM9o/qGpwPi0=; b=rmDQ5WopqbeBdh+aZunooxM/DtHvwUPpMqZt27twJ9jb7uMFA4W7plaHRdjsYwYEAy Np+pc9Zr77au1u2pWksRXT52VHC0XNJ8V5xIWr9HkkPrs2mZyEVdlXfUdAzC3P1zgU4m VITUV3I9xB6dR9BbEk4nQWQH3vQnDPbRQS3jk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=dd/Eh+QgRhDJ+wVZZgSI8301UU1neZQThw6dCu97B2CZTO4SA46Hj89NZKaWX/Lwm7 Au9zvKHe5dFM+fMFWgmSI+TarlDzdSpjaV1z4Y3OKfqoqkMo+GHI+/Ovx4ku1aauuROv KmxpfCbZ36dRCWIRvOJVFwl+6jWdZinFuXGkA= Received: by 10.86.27.9 with SMTP id a9mr3825559fga.57.1214678024468; Sat, 28 Jun 2008 11:33:44 -0700 (PDT) Received: from ilievnet.com ( [84.21.204.1]) by mx.google.com with ESMTPS id l19sm5863108fgb.7.2008.06.28.11.33.42 (version=SSLv3 cipher=RC4-MD5); Sat, 28 Jun 2008 11:33:43 -0700 (PDT) Date: Sat, 28 Jun 2008 21:33:40 +0300 From: Daniel Iliev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] CD ROM does not play audio CD's Message-ID: <20080628213340.4d6c7a06@ilievnet.com> In-Reply-To: <48660d1b.B9v5pIdQ81gN10qj%Joerg.Schilling@fokus.fraunhofer.de> References: <4864059A.7070602@paradise.net.nz> <486408e8.H6jJprFk5Zz6c8f9%Joerg.Schilling@fokus.fraunhofer.de> <200806271100.15762.alan.mckinnon@gmail.com> <4864b227.lYMApV4Tx50fgp98%Joerg.Schilling@fokus.fraunhofer.de> <28FC20CF-A74D-4C91-8F0C-9CEA66599471@stellar.eclipse.co.uk> <4864b997.wuGCZVlMdDQKTIxH%Joerg.Schilling@fokus.fraunhofer.de> <20080627215052.381fe4ed@ilievnet.com> <486567c2.PzqXKZJYaHOvK7F7%Joerg.Schilling@fokus.fraunhofer.de> <20080628044126.3f44efe2@ilievnet.com> <48660d1b.B9v5pIdQ81gN10qj%Joerg.Schilling@fokus.fraunhofer.de> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 394bf387-7089-4f5d-8f25-08e5de4569a0 X-Archives-Hash: bd780bbb56afbfd1f96bf4ca03cd28cc Joerg, I'd be glad if you (can) explain me where I'm wrong. GPL, Section 0, Sentence 1: ====== This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. ====== mkisofs.c: ====== /* * Program mkisofs.c - generate iso9660 filesystem based upon directory * tree on hard disk. * * Written by Eric Youngdale (1993). * * Copyright 1993 Yggdrasil Computing, Incorporated * Copyright (c) 1999,2000-2007 J. Schilling * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. ====== So, the GNU GPL applies to mkisofs.c, right? GPL, Section 0, Sentence 2: ====== The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. ====== So, mkisofs.c is the "Program" and cdrtools is a "work based on the Program", right? GPL, Section 2, b: ====== "You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License." ====== You are publishing the cdrtools package. The cdrtools package "in whole or in part contains" mkisofs.c. So, "you must cause" the cdrtools package "to be licensed as a whole" under the terms of the GNU GPL, right? It seems to me that you are obliged to publish cdrtools under the GNU GPL until cdrtools contains at least one piece of work which is licensed under the GNU GPL. Actually that is what the GNU GPL is all about - to force you to keep the source of a given project open if you had used any GPLd work for that project. How can this be achieved? Simply the GPL applies itself to the whole system if even the smallest part of the system was licenced under it. Like a virus. :) -- Best regards, Daniel -- gentoo-user@lists.gentoo.org mailing list