From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by sourceware.org (Postfix) with ESMTPS id A8A05385BF84 for ; Mon, 5 Jul 2021 15:26:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A8A05385BF84 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 761B368B05; Mon, 5 Jul 2021 17:26:19 +0200 (CEST) Date: Mon, 5 Jul 2021 17:26:19 +0200 From: Christoph Hellwig To: "Bradley M. Kuhn" Cc: libc-alpha@sourceware.org Subject: Re: Seeking input from developers: glibc copyright assignment policy. Message-ID: <20210705152619.GA3402@lst.de> References: <1b2ac4c8-0bbf-b7a7-8b05-03d5a71d46f4@cs.ucla.edu> <87eeceqomw.fsf@oldenburg.str.redhat.com> <7ce2b2b9-eb78-399d-abb2-de7690b3da5b@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2021 15:26:23 -0000 On Sun, Jul 04, 2021 at 04:25:16PM -0700, Bradley M. Kuhn wrote: > In my years of examining FOSS code, I regularly find that developers, > particularly when working under the DCO, do a terrible job at keeping > file-by-file copyright inventory up-to-date. The Linux project has > disturbingly taken to *removing* all such file-by-file copyright notices from > the source tree entirely, which is an over-correction and just as bad a > mistake in the other direction. That is factually incorrect. per-file copyright notices are not removed and in fact added by many (although not all contributors). Updates are often rather sloppy, though.