From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10885C28CC6 for ; Mon, 3 Jun 2019 11:45:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DDE3228165 for ; Mon, 3 Jun 2019 11:45:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559562305; bh=S8R+znkYE0Z5q432eFxN5W42WdatMM0GkSPYHmXERD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=GwbwBpjNU2BGoOudvMmOVcMW7mvNIbQfFU5sIdOgtnRlnHg7F0OqLTm9RuXg7DbvK 33T57Xz0b9UnzqvECAyevKRGEG0tY/KNEvBP0e72al+hcefavU6UlzoNuPooKPsoJ4 V8Y8VPggllccPySxZ3dIKci3ufxu1Ki97149KCJE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727334AbfFCLpE (ORCPT ); Mon, 3 Jun 2019 07:45:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:37072 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726806AbfFCLpE (ORCPT ); Mon, 3 Jun 2019 07:45:04 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DF8572815F; Mon, 3 Jun 2019 11:45:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559562303; bh=S8R+znkYE0Z5q432eFxN5W42WdatMM0GkSPYHmXERD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nkQBCraulIwfjFz5UKP2W2C9P66+y+lWVS73lMY3JwRZrHCCJLybINjblfcF/X2At j+5J6ik1mBE105bPTNo3FYZz+vT9Mk+kpEmuBUk/iTzfbvIgN3wdMjEKREiQ/qPnzu 8B/aKM7D/c6eRlsig95oMjmIJkuwHgVmmep0DrQ4= Date: Mon, 3 Jun 2019 13:45:01 +0200 From: Greg KH To: "Enrico Weigelt, metux IT consult" Cc: Thomas Gleixner , linux-spdx@vger.kernel.org Subject: Re: [Batch 16 patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 240 Message-ID: <20190603114501.GA8260@kroah.com> References: <20190602204441.312079455@linutronix.de> <20190602204654.365558199@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Mon, Jun 03, 2019 at 01:30:24PM +0200, Enrico Weigelt, metux IT consult wrote: > On 03.06.19 07:44, Thomas Gleixner wrote: > > > --- a/scripts/package/mkdebian > > +++ b/scripts/package/mkdebian > > @@ -1,4 +1,5 @@ > > #!/bin/sh > > +# SPDX-License-Identifier: GPL-2.0-only > > # > > # Copyright 2003 Wichert Akkerman > > # > > @@ -160,12 +161,6 @@ Copyright: 1991 - 2018 Linus Torvalds an > > The git repository for mainline kernel development is at: > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > > > - 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; version 2 dated June, 1991. > > - > > -On Debian GNU/Linux systems, the complete text of the GNU General Public > > -License version 2 can be found in \`/usr/share/common-licenses/GPL-2'. > > EOF > > > > # Generate a control file > > Really sure that the generated deb copyright file should be changed ? > (this text is not for the script itself, but the generated .deb) > > Anyways, this statement might not be fully correct, if not everything > really is GPLv2. > > Oh, and I can't see any explicit statement that this script is gplv2. Oops, this scripts went a bit crazy here, this "GPL statement" is for the autogenerated .deb file, not the license for the script itself. Thomas, you should add this to the "look at later" file. Well, it really should just get add to the "files with no license so they get a GPLv2 tag added to them" pile, as that is what this one is. thanks, greg k-h