Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751027AbdL3LC7 (ORCPT ); Sat, 30 Dec 2017 06:02:59 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:34993 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbdL3LC5 (ORCPT ); Sat, 30 Dec 2017 06:02:57 -0500 Date: Sat, 30 Dec 2017 12:02:45 +0100 (CET) From: Thomas Gleixner To: "Theodore Ts'o" cc: Joe Perches , Philippe Ombredanne , LKML , Linus Torvalds , Andrew Morton , Jonathan Corbet , Kate Stewart , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Jonas Oberg , xfs , Charlemagne Lasse , Carmen Bianca Bakker , "Darrick J. Wong" , Heiko Carstens Subject: Re: [patch V5 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses In-Reply-To: <20171229185404.GD11757@thunk.org> Message-ID: References: <20171228152710.891701433@linutronix.de> <20171228153308.286787253@linutronix.de> <1514564399.10256.7.camel@perches.com> <20171229185404.GD11757@thunk.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1763 Lines: 47 On Fri, 29 Dec 2017, Theodore Ts'o wrote: > On Fri, Dec 29, 2017 at 08:19:59AM -0800, Joe Perches wrote: > > > > Has it been legally reviewed and accepted that removal > > of the BSD license text from individual source files is > > appropriate and meets the legal requirements of > > following the BSD license on a per-file basis? > > > > And if so, who did this review? > > > > Is there any license that does not allow removal of the > > license text and does not allow simple substitution of > > the SPDX license identifier in each individual file? > > The work to use SPDX lines instead of individual licenses was done by > Greg K-H in close consultation with Linux Foundation counsels, so I > would assume that they did look at that particular issue. > > IANAL, but I've talked to lawyers about this issue, and in my > experience if you talk to three lawyers you will easily get six > opinions. As far as I know, none of the licenses explicitly say > copyright license must be on each file. Just that the distribution of > source must include the copyright and license statement. Exactly how > that is done is not explicitly specified. Aside of that we are not removing anything, except the obvious one liners like This file is licensed under GPLV2 For licensing see COPYING and similar constructs. Replacing the full boilerplate text is done by talking to the respective copyright holders, which usually involves lawyers when the copyright holder is a corporate. See for example: commit 987b154983f0e70b02edf6fc75fcc2f6e6d670b9 Author: Martin Schwidefsky Date: Mon Dec 4 10:57:02 2017 +0100 s390: Remove redudant license text where the removal has been done by IBM in files copyrighted by IBM. Thanks, tglx