[PATCH 2/5] license: Fix SPDX identifiers
authorJohannes Demel <demel@uni-bremen.de>
Sun, 15 Jan 2023 10:57:12 +0000 (11:57 +0100)
committerRaspbian forward porter <root@raspbian.org>
Wed, 20 Sep 2023 14:03:25 +0000 (15:03 +0100)
commit950fc1b7461856c6376fd148d2340253ce66736f
treef66ef2d3f090fd8ef5396627e71ff14c6af7c2b7
parent7181b776c345e0e8a51e7245f8e3e881603ea09e
[PATCH 2/5] license: Fix SPDX identifiers

Some files still carried GPL identifiers. These were identified and
updated. Thus, all files should carry the LGPL identifier now.

Files with incorrect identifiers were found with:
`grep -irnI --exclude-dir={build,.git,cpu_features} GPL . | grep -v LGPL`

Fixes #613

Signed-off-by: Johannes Demel <demel@uni-bremen.de>
Gbp-Pq: Name 0002-license-Fix-SPDX-identifiers.patch
CMakeLists.txt
apps/CMakeLists.txt
cmake/Modules/VolkConfig.cmake.in
cmake/Modules/VolkConfigVersion.cmake.in
cmake/cmake_uninstall.cmake.in
docs/CMakeLists.txt
include/volk/volk_version.h.in
lib/CMakeLists.txt
lib/constants.c.in
python/volk_modtool/CMakeLists.txt