From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] system: Do not export PS1 in /etc/skel/.bashrc. Date: Fri, 06 May 2016 12:18:55 +0200 Message-ID: <87shxv7als.fsf@gnu.org> References: <1462460842.3188118.599119297.5D5C232E@webmail.messagingengine.com> <1462461456.3190544.599127473.5213CAC9@webmail.messagingengine.com> <20160505223410.GB21306@debian-netbook> <1462490303.3306950.599555329.53D21742@webmail.messagingengine.com> 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]:40608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aycqr-0002li-Uc for guix-devel@gnu.org; Fri, 06 May 2016 06:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aycqf-00068h-G1 for guix-devel@gnu.org; Fri, 06 May 2016 06:19:12 -0400 In-Reply-To: <1462490303.3306950.599555329.53D21742@webmail.messagingengine.com> (Alex Griffin's message of "Thu, 05 May 2016 18:18:23 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Griffin Cc: guix-devel@gnu.org Alex Griffin skribis: > On Thu, May 5, 2016, at 05:34 PM, Efraim Flashner wrote: >> I'm totally not a lawyer, but I believe officially and legally any >> change you make is yours and needs/should have a copyright line. >> On the other side, I believe that if you make a change and don't >> attach your name to it then it's as if you've tossed it into the file >> with all the other commits there and it can be assumed to follow the >> rest of the file/project in terms of copyright. > > Okay, well I'll just go by that policy then unless someone else > disagrees. Here's an updated patch with a copyright line. Yeah I think it=E2=80=99s reasonable. > From d635ffb29d3755acaa646c293543d4a6a27cc9b4 Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Thu, 5 May 2016 09:59:03 -0500 > Subject: [PATCH] system: Do not export PS1 in /etc/skel/.bashrc. Indeed, good catch. Committed with a ChangeLog-style commit log, thank you! Ludo=E2=80=99.