Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6850436ybi; Mon, 22 Jul 2019 02:47:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqxlpvWlR7AD+JTwh3KAABeqDS1eUwAapjRHaUOngf6iRSNzxtBI3Dna/fSa/eb8uZumc2Mu X-Received: by 2002:a17:90a:1c17:: with SMTP id s23mr76543132pjs.108.1563788872905; Mon, 22 Jul 2019 02:47:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563788872; cv=none; d=google.com; s=arc-20160816; b=0abVva4kKR7UBhsQR/FNcS08nqZ5m9a2TyCHK9jjYOcBF2Omk43hh9qwASvZDNEEVy hPbIFieGtkfuVoR8eHwku5S8ynDWauhlu0q9mQOvV8n46R/qvU/PfrR6fMxdw1e6+wZM B8AP9xVMOCWeQV5ixQ/JbolKJxDz+2IM2+9OLtblbXIwYOHOYxYsfv+ODiWtpYxkzqS9 IpguZ7s+5fQ6uPdjcFCorqvjfGE4X4Vi16BiLh708AI6LvlxRvCPwV8iJZPHSDqfSmjX WalT+pWwj5KAZz27ZOX+0phG/134WGny4UX53cYD18spsncp6+by63wujos4bcXgOR+o PdHA== 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 :message-id:date:subject:cc:to:from; bh=Sh65d1gC731YJL3Su3RwF1HVrcxS1ITtRd7VhILq5kg=; b=eZ5GYR03QLMrNEijzjTaerAA8ZB/pkfVWi5D/U2w7xdqz/5xNVZKE376chmVOT4Dvl TEofVBte25VzOWFkpOCFD6d0ZPjRLTc6ZDO95sLBpJimqGQvhcBGhUUB6oDJsX26movT +aIMLfNm/xiYUygkN08SfxoxwguaEm16SwmqPYjFYnQ5oT/XBgyUZALGfew83x5NwAsr IEdi0LJULCTampSEv5JT9mnnNVaBHCWWwHz4vh37Zqw+oaGVf9KUbn6xYw0LFLDyHDHG z7IaCSuyPbdgY4SYxQvRmt2GrbN9idA1KsvR5ketigKCkwjaMKhmKyK935yK4U07Qb00 QBNQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e25si13597451pff.30.2019.07.22.02.47.37; Mon, 22 Jul 2019 02:47:52 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728223AbfGVJUP (ORCPT + 99 others); Mon, 22 Jul 2019 05:20:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59156 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727744AbfGVJUP (ORCPT ); Mon, 22 Jul 2019 05:20:15 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3E55D308FBB4; Mon, 22 Jul 2019 09:20:15 +0000 (UTC) Received: from thuth.com (dhcp-200-228.str.redhat.com [10.33.200.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7447210027BE; Mon, 22 Jul 2019 09:20:14 +0000 (UTC) From: Thomas Huth To: linux-kernel@vger.kernel.org Cc: trivial@kernel.org, Thomas Gleixner Subject: [PATCH] kernel/configs: Replace GPL boilerplate code with SPDX identifier Date: Mon, 22 Jul 2019 11:20:08 +0200 Message-Id: <20190722092008.15403-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Mon, 22 Jul 2019 09:20:15 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The FSF does not reside in "675 Mass Ave, Cambridge" anymore... let's replace the old GPL boilerplate code with a proper SPDX identifier instead. Signed-off-by: Thomas Huth --- kernel/configs.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/kernel/configs.c b/kernel/configs.c index b062425ccf8d..c09ea4c995e1 100644 --- a/kernel/configs.c +++ b/kernel/configs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * kernel/configs.c * Echo the kernel .config file used to build the kernel @@ -6,21 +7,6 @@ * Copyright (C) 2002 Randy Dunlap * Copyright (C) 2002 Al Stone * Copyright (C) 2002 Hewlett-Packard Company - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or (at - * your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or - * NON INFRINGEMENT. See the GNU General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -- 2.21.0