Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp57407imm; Thu, 20 Sep 2018 15:07:20 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYXhamsiMPMCG1rFD21klAXisJFvFRntAtK2zzTeMtC8gZ74KxjjF350x3HCcy2hWo9ggYo X-Received: by 2002:a62:e412:: with SMTP id r18-v6mr43327658pfh.25.1537481240679; Thu, 20 Sep 2018 15:07:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537481240; cv=none; d=google.com; s=arc-20160816; b=a5/t9JyD8qlESGscQZW5RDv/nwnSgAuD3aZzt8u7S6a+yuCWKOpa+pWz7Gbb37TI7C KqHAQlmMgmB5X8v4iZJowKSmJQOUUQtn57g6P7r4Q+W4gvIQRJRa8K+eBCEoYloBRhXA m4jj1KFYjgmYRUWSuPGylytnOAXvRsyAJPM49VFRvsQiSFKa5JjusQFxtUxzetpYkijH fugpGhw5gdBj1hXdUHpAyfpZ2qKGYX8OAV6Zg0R23Uwvg84slebdx+9vnXhbUSsRI6h8 GRD2ziDkBhW1xhZmCK39hNFgWTCE7aqAxKJpD4K0YKe9XtLhMjn6bv7DmkH0zu3cGbLr LatQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=F5+y0PQ7Stub/DZc7M6ZZS1xRp/g3dpSFuWu4RdQY/E=; b=YEi6z1w5GWt3N4llgW5m4HDFUSVme/acPrgzQGFCoFV3y7XyvXGO+acrSmOrVnhnaN xNDwaZ2G4wA8eevaVlcmpwV4JF3jUsaWN5oxCU4ZhhX89jvpTiL9io7b2d/q4qwzNxL6 LUqcuLWX/ed0A26cqiJ8M6m5+4zhxH6cDi9E37VMIMNfywwnMlZs/Cpyjegg0qAgdoCQ IJmetyHl/D53sLm905iMQapFVVhSQU43f78sDcNKCFVboSoyk17beWuOQB/Ye0tGE1L3 5QmBD+Y8xz7JROHV/gpMLRnGcSODZL6x6DiznMvszyGS1zSKWYm5ia5RnzCf657xY0E9 qWgg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a5-v6si24796883pgd.400.2018.09.20.15.07.05; Thu, 20 Sep 2018 15:07:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388780AbeIUDu4 (ORCPT + 99 others); Thu, 20 Sep 2018 23:50:56 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:55792 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728347AbeIUDu4 (ORCPT ); Thu, 20 Sep 2018 23:50:56 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 67E6280749; Fri, 21 Sep 2018 00:05:17 +0200 (CEST) Date: Fri, 21 Sep 2018 00:05:16 +0200 From: Pavel Machek To: "Rafael J. Wysocki" Cc: Ingo Molnar , "Chen, Yu C" , Thomas Gleixner , "Rafael J. Wysocki" , the arch/x86 maintainers , Linux Kernel Mailing List , Linux PM , Len Brown , kookoo.gu@intel.com Subject: Re: [PATCH 04/12][RFC v3] x86, hibernate: Extract the common code of 64/32 bit system Message-ID: <20180920220516.GF27468@xo-6d-61-c0.localdomain> References: <020db877db6a8d39808dfaef2a5162f541f0853b.1537275915.git.yu.c.chen@intel.com> <20180919103405.GA19621@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2018-09-19 12:36:40, Rafael J. Wysocki wrote: > On Wed, Sep 19, 2018 at 12:34 PM Ingo Molnar wrote: > > > > > > * Rafael J. Wysocki wrote: > > > > > > index 000000000000..fbde8f0e8fe0 > > > > --- /dev/null > > > > +++ b/arch/x86/power/hibernate.c > > > > @@ -0,0 +1,249 @@ > > > > +// SPDX-License-Identifier: GPL-2.0 > > > > +/* > > > > + * Hibernation support for x86 > > > > + * > > > > + * Copyright (c) 2007 Rafael J. Wysocki > > > > + * Copyright (c) 2002 Pavel Machek > > > > + * Copyright (c) 2001 Patrick Mochel > > > > > > I don't think this "copyright" information has any legal bearing any > > > more at this point. > > > > I think that's wrong in general, and it's routine for corporate legal > > departments to insist on specific boilerplate copyright notices when > > OSS code is contributed. > > > > Copying code and then removing copyright notices is frowned upon > > independently as well. > > > > While you can probably talk for your own copyright notice, I'm not sure > > it's true of the two other historic copyright notices that were copied. > > > > So I think it's best practice to preserve all copyright notices as-is. > > OK, let's retain them, then. Thank you, I was about to make same comment as Ingo. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html