On 2019-11-25 15:16:44 [+0100], John Kacur wrote: > diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c > index 1c515ae1354c..1862435e7a8c 100644 > --- a/src/cyclictest/cyclictest.c > +++ b/src/cyclictest/cyclictest.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * High resolution timer test software > * > @@ -6,10 +7,6 @@ > * (C) 2008-2012 Clark Williams <williams@xxxxxxxxxx> > * (C) 2005-2007 Thomas Gleixner <tglx@xxxxxxxxxxxxx> > * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License Version > - * 2 as published by the Free Software Foundation. > - * > */ The original text says v2 (only). You replace it with v2-or-later. > diff --git a/src/hackbench/hackbench.c b/src/hackbench/hackbench.c > index ba804f519950..5a883d341f2e 100644 > --- a/src/hackbench/hackbench.c > +++ b/src/hackbench/hackbench.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * This is the latest version of hackbench.c, that tests scheduler and > * unix-socket (or pipe) performance. The "original" (https://web.archive.org/web/20090701000000*/http://devresources.linux-foundation.org/craiger/hackbench/src/hackbench.c) was imported to rt-eval and then moved to rt-tests. I know at some point Ingo (and others) heavily modified it. But the license was never published/stated so I'm unsure if it can become GPLv2-or-later. I'm not an expert but I don't think this is correct. Sebastian