Re: [Bug 1292] New: What is the correct license expression for a project with an additional patent license?
Mark Gisi
From a compliance perspective Facebook/React project presents a common nightmare situation. For example some files explicit state (e.g., React.js):
* Copyright 2013-2015, Facebook, Inc. All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. While other files have no copyright/license notice (e.g., Gruntfile.js, vendor/jasmine/diff.js, jasmine.js, src/test/all.js, ...) . Does that mean the Patent license is only available to some files but not others. The project's license hygiene is questionable. This would be preferred if such a list identifier existed. Until that days comes, one could roll both licenses up into a single license reference (e.g., LicenseRef-Facebook-BSD-Patent).Better to roll the BSD-3-Clause and additional patent grant into one "Facebook BSD The WITH operator semantically implies that a given license applies except under certain special circumstances. Therefore I am not sure an exception makes sense here. AND typically implies two sets of license terms apply. Not sure yet if it makes sense to make FB-Patents-2.0 a full-fledged license (a decision for the legal team). Alternatively one could use BSD-3-Clause AND LicenseRef-FB-Patent. For now I think LicenseRef-Facebook-BSD-Patent is an adequate representation. - Mark -----Original Message----- From: spdx-tech-bounces@... [mailto:spdx-tech-bounces@...] On Behalf Of Kyle E. Mitchell Sent: Monday, June 15, 2015 12:01 PM To: Sam Ellis Cc: spdx-tech@...; spdx-legal@... Subject: Re: [Bug 1292] New: What is the correct license expression for a project with an additional patent license? Many thanks for your generous reply, and for sending so quickly. Forgive me if I'm behind on general discussions about the purpose and function of SPDX expressions. I understood their purpose rather more as a coding system for what terms purportedly apply than a way to state a fully formed legal conclusion. I suppose I tended toward this view especially given that American lawyers are known to differ on what various standard licenses actually do. The license plus additional patent grant situation exacerbates these problems, I think, in a few ways: 1. There likely won't be any record of acceptance of either the BSD-3-Clause terms or the patent grant terms. Defendants will claim to have accepted whatever licenses grant protection they need once hauled into court. 2. The existence of the additional patent grant might very well affect an American court's view of what (if any) patent license is implied by BSD-3-Clause. General principles of contract interpretation will read both licenses, as contemporaneous agreements on the same subject matter, together. 3. The patent license and BSD license are separate files in the source code repository, and I think it clear that clause 1 of the BSD license does _not_ require redistribution with a copy of the additional patent license. 4. On the other hand, the additional grant is entitled "Additional Grant...", and the read-me file and other documentation repeatedly mention the application of both licenses. One upshot is that a program designed to check SPDX metadata against a white list of licenses may very well want to assess the "BSD-3-Clause" in (BSD-3-Clause) differently than in (BSD-3-Clause AND/OR/WITH FB-Patents-2.0). If the answer here is to allow variants with each of AND, OR, and WITH, does that mean that the additional patent grant should hypothetically seek both a license identifier and a license exception identifier? Better to roll the BSD-3-Clause and additional patent grant into one "Facebook BSD License", akin to the Apple MIT variant (AML)? Many thanks, K On Mon, Jun 15, 2015 at 12:38:02PM +0100, Sam Ellis wrote: --Subject: [Bug 1292] New: What is the correct license expression forI will take the opportunity to offer an opinion to the forums on this Kyle Mitchell, attorney San Francisco, California +1 (415) 864 - 9913 _______________________________________________ Spdx-tech mailing list Spdx-tech@... https://lists.spdx.org/mailman/listinfo/spdx-tech |
|