remove AGPL header from remaining cpp files

* also add commercial header to come CMake helpers
This commit is contained in:
Andre Puschmann 2020-11-30 20:43:50 +01:00
parent b9f363db9a
commit 47c5f9e85b
32 changed files with 226 additions and 228 deletions

View File

@ -37,8 +37,6 @@
# (To distribute this file outside of CMake, substitute the full # (To distribute this file outside of CMake, substitute the full
# License text for the above reference.) # License text for the above reference.)
macro(CHECK_C_SOURCE_RUNS SOURCE VAR) macro(CHECK_C_SOURCE_RUNS SOURCE VAR)
if(NOT DEFINED "${VAR}") if(NOT DEFINED "${VAR}")
set(MACRO_CHECK_FUNCTION_DEFINITIONS set(MACRO_CHECK_FUNCTION_DEFINITIONS

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# - Try to find fftw3f - the single-precision version of FFTW3 # - Try to find fftw3f - the single-precision version of FFTW3
# Once done this will define # Once done this will define
# FFTW3F_FOUND - System has fftw3f # FFTW3F_FOUND - System has fftw3f

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# Find the CUnit includes and library # Find the CUnit includes and library
# #
# This module defines # This module defines

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
if(NOT LIMESDR_FOUND) if(NOT LIMESDR_FOUND)
pkg_check_modules (LIMESDR_PKG LimeSuite) pkg_check_modules (LIMESDR_PKG LimeSuite)

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# - Try to find mkl - the Intel Math Kernel Library # - Try to find mkl - the Intel Math Kernel Library
# Once done this will define # Once done this will define
# MKL_FOUND - System has mkl # MKL_FOUND - System has mkl

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# - Try to find mbedtls # - Try to find mbedtls
# #
# Once done this will define # Once done this will define

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# - Find PCSC-Lite # - Find PCSC-Lite
# Find the native PCSC-Lite includes and library # Find the native PCSC-Lite includes and library
# #

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# - Try to find polarssl # - Try to find polarssl
# #
# Once done this will define # Once done this will define

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# - Try to find sctp # - Try to find sctp
# #
# Once done this will define # Once done this will define

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# - Try to find SRSGUI # - Try to find SRSGUI
# Once done this will define # Once done this will define
# SRSGUI_FOUND - System has srsgui # SRSGUI_FOUND - System has srsgui

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
#if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|^i[3,9]86$") #if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|^i[3,9]86$")
# return() # return()
#endif() #endif()

View File

@ -1,3 +1,10 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
message(STATUS "FINDING SOAPY.") message(STATUS "FINDING SOAPY.")
if(NOT SOAPYSDR_FOUND) if(NOT SOAPYSDR_FOUND)

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
INCLUDE(FindPkgConfig) INCLUDE(FindPkgConfig)
#PKG_CHECK_MODULES(UHD uhd) #PKG_CHECK_MODULES(UHD uhd)
IF(NOT UHD_FOUND) IF(NOT UHD_FOUND)

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
message(STATUS "FINDING ZEROMQ.") message(STATUS "FINDING ZEROMQ.")
if(NOT ZEROMQ_FOUND) if(NOT ZEROMQ_FOUND)
pkg_check_modules (ZEROMQ_PKG ZeroMQ) pkg_check_modules (ZEROMQ_PKG ZeroMQ)

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
if(NOT BLADERF_FOUND) if(NOT BLADERF_FOUND)
pkg_check_modules (BLADERF_PKG libbladeRF) pkg_check_modules (BLADERF_PKG libbladeRF)
find_path(BLADERF_INCLUDE_DIRS NAMES libbladeRF.h find_path(BLADERF_INCLUDE_DIRS NAMES libbladeRF.h

View File

@ -1,3 +1,11 @@
#
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
SET(CPACK_PACKAGE_DESCRIPTION "srsLTE") SET(CPACK_PACKAGE_DESCRIPTION "srsLTE")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "LTE library for SDR.") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "LTE library for SDR.")
SET(CPACK_PACKAGE_NAME "srslte") SET(CPACK_PACKAGE_NAME "srslte")

View File

@ -1,5 +1,12 @@
#!/bin/bash #!/bin/bash
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
# Auto-updated by CMake with actual install path # Auto-updated by CMake with actual install path
SRSLTE_INSTALL_DIR="${CMAKE_INSTALL_PREFIX}/${DATA_DIR}" SRSLTE_INSTALL_DIR="${CMAKE_INSTALL_PREFIX}/${DATA_DIR}"

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,6 +1,6 @@
/** /**
* *
* section COPYRIGHT * \section COPYRIGHT
* *
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */

View File

@ -1,21 +1,12 @@
/* /**
*
* \section COPYRIGHT
*
* Copyright 2013-2020 Software Radio Systems Limited * Copyright 2013-2020 Software Radio Systems Limited
* *
* This file is part of srsLTE. * By using this file, you agree to the terms and conditions set
* * forth in the LICENSE file which can be found at the top level of
* srsLTE is free software: you can redistribute it and/or modify * the distribution.
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* srsLTE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* A copy of the GNU Affero General Public License can be found in
* the LICENSE file in the top-level directory of this distribution
* and at http://www.gnu.org/licenses/.
* *
*/ */