On Tue, 2018-03-20 at 10:41 -0700, Joe Perches wrote: > On Tue, 2018-03-20 at 10:13 -0700, Jeff Kirsher wrote: > > Add the SPDX identifiers to all the Intel wired LAN driver files, > > as > > outlined in Documentation/process/license-rules.rst. > > So far the Documentation does not show using the -only variant. > > For a discussion, please see: > https://lkml.org/lkml/2018/2/8/311 :-( I had it originally as GPL-2.0 and then it was pointed out that it was being deprecated, so rather than creating future thrash over the change, figured I would be ahead of the game. > > > diff --git a/drivers/net/ethernet/intel/e100.c > > b/drivers/net/ethernet/intel/e100.c > > [] > > @@ -1,3 +1,4 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > etc...