Skip to content

Commit

Permalink
lgpl: Update files to LGPLv3+
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Demel <[email protected]>
  • Loading branch information
jdemel committed Jan 14, 2023
1 parent 5606558 commit d71c8b4
Show file tree
Hide file tree
Showing 207 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

name: Build on Android NDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

name: Check PR Formatting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

name: Run VOLK tests
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

# This file is a template, and might need editing before it works on your project.
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#
language: cpp

Expand Down
2 changes: 1 addition & 1 deletion apps/plot_best_vs_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

# This script is used to compare the generic kernels to the highest performing kernel, for each operation
Expand Down
2 changes: 1 addition & 1 deletion apps/volk-config-info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#if HAVE_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion apps/volk_option_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/


Expand Down
2 changes: 1 addition & 1 deletion apps/volk_option_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef VOLK_VOLK_OPTION_HELPERS_H
Expand Down
2 changes: 1 addition & 1 deletion apps/volk_profile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#if HAS_STD_FILESYSTEM_EXPERIMENTAL
Expand Down
2 changes: 1 addition & 1 deletion apps/volk_profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#include <stdbool.h> // for bool
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#
clone_depth: 1
image: Visual Studio 2019
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/CMakeParseArgumentsCopy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of VOLK.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

# CMAKE_PARSE_ARGUMENTS(<prefix> <options> <one_value_keywords> <multi_value_keywords> args...)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindFILESYSTEM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of VOLK.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

# Original code from https://github.com/vector-of-bool/CMakeCM and modified
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindORC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of VOLK.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

FIND_PACKAGE(PkgConfig)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/VolkAddTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of VOLK.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

if(DEFINED __INCLUDED_VOLK_ADD_TEST)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/VolkBuildTypes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

if(DEFINED __INCLUDED_VOLK_BUILD_TYPES_CMAKE)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/VolkPython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of VOLK.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

if(DEFINED __INCLUDED_VOLK_PYTHON_CMAKE)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/VolkVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of VOLK.
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

if(DEFINED __INCLUDED_VOLK_VERSION_CMAKE)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/aarch64-linux-gnu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

set(CMAKE_SYSTEM_NAME Linux)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/arm-linux-gnueabihf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

set(CMAKE_SYSTEM_NAME Linux)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/arm_cortex_a15_hardfp_native.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#


Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/arm_cortex_a53_hardfp_native.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/arm_cortex_a72_hardfp_native.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/arm_cortex_a8_hardfp_native.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/arm_cortex_a8_softfp_native.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/arm_cortex_a9_hardfp_native.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/intel-sde.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=knl")
Expand Down
2 changes: 1 addition & 1 deletion cmake/Toolchains/oe-sdk_cross.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

set( CMAKE_SYSTEM_NAME Linux )
Expand Down
2 changes: 1 addition & 1 deletion cmake/msvc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef _MSC_VER // [
Expand Down
2 changes: 1 addition & 1 deletion cmake/msvc/sys/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef _MSC_VER // [
Expand Down
2 changes: 1 addition & 1 deletion gen/volk_arch_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#


Expand Down
2 changes: 1 addition & 1 deletion gen/volk_compile_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

import argparse
Expand Down
2 changes: 1 addition & 1 deletion gen/volk_kernel_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

import os
Expand Down
2 changes: 1 addition & 1 deletion gen/volk_machine_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

from volk_arch_defs import arch_dict
Expand Down
2 changes: 1 addition & 1 deletion gen/volk_tmpl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This file is part of VOLK
#
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#

import os
Expand Down
2 changes: 1 addition & 1 deletion include/volk/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef INCLUDED_VOLK_CONSTANTS_H
Expand Down
2 changes: 1 addition & 1 deletion include/volk/saturation_arithmetic.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/


Expand Down
2 changes: 1 addition & 1 deletion include/volk/volk_alloc.hh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef INCLUDED_VOLK_ALLOC_H
Expand Down
2 changes: 1 addition & 1 deletion include/volk/volk_avx2_intrinsics.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion include/volk/volk_avx_intrinsics.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion include/volk/volk_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef INCLUDED_LIBVOLK_COMMON_H
Expand Down
2 changes: 1 addition & 1 deletion include/volk/volk_complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef INCLUDED_VOLK_COMPLEX_H
Expand Down
2 changes: 1 addition & 1 deletion include/volk/volk_malloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This file is part of VOLK
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: LGPL-3.0-or-later
*/

#ifndef INCLUDED_VOLK_MALLOC_H
Expand Down
Loading

0 comments on commit d71c8b4

Please sign in to comment.