From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Moving packages over to new module Date: Thu, 22 Feb 2018 11:43:51 +0100 Message-ID: <20180222104351.GA3969@jurong> References: <20180222102902.75e8ede1@mykolab.com> <877er5qrd9.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eooM4-0004rx-Gi for help-guix@gnu.org; Thu, 22 Feb 2018 05:44:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eooM0-0007lh-Ne for help-guix@gnu.org; Thu, 22 Feb 2018 05:44:00 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:53270) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eooM0-0007l4-Ff for help-guix@gnu.org; Thu, 22 Feb 2018 05:43:56 -0500 Content-Disposition: inline In-Reply-To: <877er5qrd9.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix@gnu.org, Rutger Helling On Thu, Feb 22, 2018 at 10:57:06AM +0100, Ricardo Wurmus wrote: > We need to move the copyright notices as well. For that I usually look > at the git log for the packages that should be moved. Since we=E2=80=99= re using > predictable commit messages this can easily be grep=E2=80=99ed from the= git log. This would require to also look at all the other packages in the module, to decide whether the copyright notice should be moved or copied. Maybe "git blame MODULE.scm" could also be helpful in that respect: If used after the packages have been moved, it shows who has contributed to the remaining packages. Andreas