Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp196048ybi; Thu, 13 Jun 2019 14:13:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqzYKyCIFo3z+r5dxH3hQZ9MkEwFHzoLSfK/44351UXp0/ACr41ck2qKnO/9Om9s6q6ygJeF X-Received: by 2002:a17:90a:af8e:: with SMTP id w14mr7658999pjq.89.1560460403646; Thu, 13 Jun 2019 14:13:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560460403; cv=none; d=google.com; s=arc-20160816; b=dVaQJhUzBDHe7I93WZLm3tGq5hcBuDaoKECtIrfe7nG0hVhFCaFB/dz1UkNROEbqiG dRvDYIc92jw6ItSVMuLk/vnqGX0hgTkWpsM6F1qt+PViTUeIOrZ+thuayM6R7QKLaA2p XY0rMvOfuFfE6SamLlmLJFxb3UTbYq4HKdawbE75GY6WoG0nZKkOwhYNjVvejxbI96c0 Kuv0wc8V5+Bs09s0ZaBF288PdXvxQA25F5BRW18wYhoaiBrZqBDpW3GY6PVUl63eoAPB TiidZHfGPrtc3FwCIHPTAH9+4J3aaBU0PKZGgqX/m++Y4H0C345d84yquDRBBOHw6j4c 81HQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=i+r0vU7d/66wY5LriUv4xn36Z1Lnrg6cs4AWr5EibYg=; b=AKfQfCP6NkMQQlku3FLVkUbpZNtRsQ1lLF2PFYwBxboB1XedfpgG9FZGkppphYKcU1 /ER0xMFQd8xRFziHrhpgVNGBUycKuvdyg+LDE9F/CXK/1ARiurqS8mrPkwyoVQF0v1tW lRjGxI6BG6R1LRJdcicXyMh5mnA3JNpws5zywY0W48xy1CATqiNSSERtEFps22BpZS+X GvkjxJid4qo5PoNb4mJLZOV5wZI/QOHEYp+imfg806afc2Y5F9OT6W68Qp9NU72ylh9K 0eZCDdIOE0UfJtrXPTarIHrEn2RDcdqXWjHVc5TxWgzGqI+5OIi87vB6bvDa0ifDoKr8 o9Rw== 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 x23si539778pfo.78.2019.06.13.14.13.09; Thu, 13 Jun 2019 14:13:23 -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 S1730316AbfFMVMv (ORCPT + 99 others); Thu, 13 Jun 2019 17:12:51 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:60398 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729897AbfFMVMs (ORCPT ); Thu, 13 Jun 2019 17:12:48 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 478D4149B35A7; Thu, 13 Jun 2019 14:12:48 -0700 (PDT) Date: Thu, 13 Jun 2019 14:12:47 -0700 (PDT) Message-Id: <20190613.141247.955308190761079084.davem@davemloft.net> To: thuth@redhat.com Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sparc: Remove redundant copy of the LGPL-2.0 From: David Miller In-Reply-To: <20190527163253.27203-1-thuth@redhat.com> References: <20190527163253.27203-1-thuth@redhat.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 13 Jun 2019 14:12:48 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thomas Huth Date: Mon, 27 May 2019 18:32:53 +0200 > We already provide the LGPL-2.0 text in LICENSES/preferred/LGPL-2.0, > so there is no need for this additional copy here. > > Signed-off-by: Thomas Huth Applied.