From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id BCCB629550F for ; Fri, 9 May 2025 14:15:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746800103; cv=none; b=gIGz589ljfp6OY5uMsCqrWw9feMizpBZOlKMT9XBn+ozGQcrTl6dDXqvigkACDKAGPJDH47kGchkHyR3f/VwFbPBHiFZGNV2JdCGzEFWihcktTtbWYtpKiYqYRNfvCe0QEtNykamCcXWehvgEqD+4HYydYrh6V+Pds0JcEBvwio= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746800103; c=relaxed/simple; bh=OUnr8UyoUTHAD3Iy56byT2GgB7O6xWHygetCpzkTVGU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BpNLgj4oXrRHRiTylCczkOKEsyvXu3uh1bt8a1MQoTVpQabKTCN6iFJnbm5swgp61REwUQjHgsXgNfRxlFTIjbsxKdngERDIHSFzsFVAiGPfjMzIXAQrnA+uIhDKSRC5LbvJ2QtOkW81PtpBO5XaT6wpJdNb/DF1H1dY/v42ryo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 237231595; Fri, 9 May 2025 07:14:50 -0700 (PDT) Received: from e133380.arm.com (e133380.arm.com [10.1.197.52]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 41E6A3F5A1; Fri, 9 May 2025 07:15:00 -0700 (PDT) Date: Fri, 9 May 2025 15:14:57 +0100 From: Dave Martin To: Alejandro Colomar Cc: linux-man@vger.kernel.org, Carlos O'Donell , "G. Branden Robinson" Subject: Re: Removing in-source contribution records contributer Message-ID: References: <20250212230210.3kkixsk7bi3cdc4d@illithid> <20250408124238.2gbis6jq5pdz7yoi@illithid> <7a09c8a5-6329-412e-be41-9950a758e55e@redhat.com> <2tmwbk6ennuamcvjdqnialvh4ez3zen666qatcklevasimlihu@n7o5hp6aejqp> Precedence: bulk X-Mailing-List: linux-man@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2tmwbk6ennuamcvjdqnialvh4ez3zen666qatcklevasimlihu@n7o5hp6aejqp> Hi, On Fri, May 09, 2025 at 02:54:31PM +0200, Alejandro Colomar wrote: > Hi all, > > I've added to BCC everyone whose copyright notices have been removed > (those that noted an email). The full thread for this discussion can be > found here: > > > Please let me know if it's okay to you to transform your copyright > notices to make them uniform? That is, do you approve > > in what affects you? Should the one-line replacement statement in each file refer back to the CREDITS file? Also, nothing seems to say that anyone listed in CREDITS actually contributed copyrightable material to the project (as opposed to, say, review effort, moral support or free pizza). Renaming the CREDITS file to AUTHORS and/or clarifying this in a brief top-level LICENSE / COPYING file might make the meaning clearer? Either way, ack for the changes affecting me. [...] Cheers ---Dave