reuse wants to see license files that match the SPDX tag, but for the
"fun" that the FSF seems to have inflicted on the "or-later" moniker for
the GPL licenses, having a duplicated copy of the file is pointless.
So just add a symlink to point to the same thing and all is good as far
as `reuse lint` cares.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
If we are going to abide by SPDX rules, we need a copy of the licenses
the code is released under, so create LICENSE and move the copy of GPLv2
to that directory.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>