Re: spdxcheck.py complains about the second OR?
Thomas Gleixner <[email protected]>
| Newsgroups | org.kernel.vger.linux-spdx,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 1 Nov 2019, Masahiro Yamada wrote: > scripts/spdxcheck.py warns the following two files. > > $ ./scripts/spdxcheck.py > drivers/net/ethernet/pensando/ionic/ionic_if.h: 1:52 Syntax error: OR > drivers/net/ethernet/pensando/ionic/ionic_regs.h: 1:52 Syntax error: OR > > I do not understand what is wrong with them. > > I think "A OR B OR C" is sane. Yes it is, but obviously we did not expect files with 3 possible alternative licenses. Thanks, tglx