Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750916AbWIYPOW (ORCPT ); Mon, 25 Sep 2006 11:14:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750924AbWIYPOW (ORCPT ); Mon, 25 Sep 2006 11:14:22 -0400 Received: from smtp.osdl.org ([65.172.181.4]:35039 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750913AbWIYPOV (ORCPT ); Mon, 25 Sep 2006 11:14:21 -0400 Date: Mon, 25 Sep 2006 08:14:05 -0700 (PDT) From: Linus Torvalds To: Jan Engelhardt cc: Petr Baudis , David Schwartz , linux-kernel , git@vger.kernel.org Subject: Re: The GPL: No shelter for the Linux kernel? In-Reply-To: Message-ID: References: <20060923181406.GC11916@pasky.or.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1504 Lines: 32 On Mon, 25 Sep 2006, Jan Engelhardt wrote: > > Though I strongly agree with you, some GNU folks (such as > savannah.nongnu.org) seem to explicitly require it, even for files > that do not make up a single program (i.e. like coreutils/ls.c). Each project obviously has its own rules. The kernel, in many ways, these days does something even stronger, in the sense that we now ask not that every file be marked, but each and every change be signed-off-on. It's more than a copyright issue, of course (it started out motivated by the worries of tracking codeflow, but I think one reason it has worked so well is that it's become useful for so many other things). So lots of projects have their specific rules. I don't think the "add notice to every file" is wrong per se, I just think it's impractical: not only does it get unwieldly with all those messages at the top, usually an open source project ends up being a mix of lots of different people that own rights in it, and in many ways it's thus better to track at a change level rather than a file level if you do tracking. But exactly because it doesn't have any real legal rules, the rules are from other sources, and boil down mainly to just per-project "coding style" issues. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/