[PATCH 2/5] license: Fix SPDX identifiers
authorJohannes Demel <demel@uni-bremen.de>
Sun, 15 Jan 2023 10:57:12 +0000 (11:57 +0100)
committerA. Maitland Bottoms <bottoms@debian.org>
Sun, 16 Jul 2023 01:58:53 +0000 (02:58 +0100)
commit23c8c3e0d50d7a7be4ec8fb731895af2202ad94c
tree5ca0c7c5ca8fa7bce04b629f5ecc35e7375f969c
parent8bb4b9131eb75ffb6056f7dcc6373f973b9ec6fd
[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