Skip to content

Commit 7308745

Browse files
Apply more concise file header format
Re-license CMake scripts with BSD-3-Clause
1 parent 3a2b76d commit 7308745

File tree

990 files changed

+2414
-5177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

990 files changed

+2414
-5177
lines changed

CMakeLists.txt

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
8-
#
4+
# SPDX-FileCopyrightText: 2010-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
96

107
################################################################################
118
# Project setup

cmake/Modules/AvoidAccelerate.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# Avoid using the BLAS and LAPACK implementations that comes with the Accelerate
108
# framework, which causes a bug when the BeiDou constellation is enabled

cmake/Modules/DetectLinuxDistro.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
108
set(ARCHITECTURE_STRING "(64 bits)")

cmake/Modules/DetectMacOSVersion.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
execute_process(COMMAND uname -v OUTPUT_VARIABLE DARWIN_VERSION)
108
string(REGEX MATCH "[0-9]+" DARWIN_VERSION ${DARWIN_VERSION})

cmake/Modules/FindFILESYSTEM.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2019 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# Original code from https://github.com/vector-of-bool/CMakeCM and modified
108
# by C. Fernandez. The original code is distributed under the OSI-approved

cmake/Modules/FindGFLAGS.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# - Try to find GFlags
108
#

cmake/Modules/FindGFORTRAN.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
if(NOT COMMAND feature_summary)
108
include(FeatureSummary)

cmake/Modules/FindGLOG.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# - Try to find the Google Glog library
108
#

cmake/Modules/FindGNSSSIMULATOR.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
if(GNSSSIMULATOR_ROOT)
108
set(GNSSSIMULATOR_ROOT_USER_DEFINED ${GNSSSIMULATOR_ROOT})

cmake/Modules/FindGNURADIO.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
########################################################################
108
# Find GNU Radio

cmake/Modules/FindGOOGLETEST.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97

108
# - Try to find Googletest source code

cmake/Modules/FindGPERFTOOLS.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# Tries to find Gperftools.
108
#

cmake/Modules/FindGPSTK.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# - Find gpstk library
108
# Find the native gpstk includes and library

cmake/Modules/FindGRDBFCTTC.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
########################################################################
108
# Find GR-DBFCTTC Module

cmake/Modules/FindGRGN3S.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
########################################################################
108
# Find GR-GN3S Module

cmake/Modules/FindGRIIO.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
#
108
# Provides the following imported target:

cmake/Modules/FindGROSMOSDR.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# Tries to find gr-osmosdr.
108
#

cmake/Modules/FindLIBAD9361.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
#
108
# Provides the following imported target:

cmake/Modules/FindLIBIIO.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
#
108
# Provides the following imported target:

cmake/Modules/FindLOG4CPP.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# - Find Log4cpp
108
# Find the native LOG4CPP includes and library

cmake/Modules/FindMATHJAX2.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86
#
97
#
108
# Find MathJax package (version 2).

cmake/Modules/FindMATIO.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# FindMATIO
108
#

cmake/Modules/FindOPENCL.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
#
108
# - Try to find OpenCL

cmake/Modules/FindORC.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
if(DEFINED __INCLUDED_GNSSSDR_CMAKE_FIND_ORC)
108
return()

cmake/Modules/FindPCAP.cmake

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
###################################################################
2-
#
3-
# Copyright (c) 2006 Frederic Heem, <frederic.heem@telsey.it>
4-
# All rights reserved.
5-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
62
# This file is part of GNSS-SDR.
73
#
4+
# SPDX-FileCopyrightText: 2006 Frederic Heem, <frederic.heem@telsey.it>
85
# SPDX-License-Identifier: BSD-3-Clause
9-
#
10-
###################################################################
6+
117
# - Find pcap
128
# Find the PCAP includes and library
139
# http://www.tcpdump.org/

cmake/Modules/FindPUGIXML.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
# Find the pugixml XML parsing library.
108
#

cmake/Modules/FindTELEORBIT.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
#
108
# Provides the following imported target:

cmake/Modules/FindUHD.cmake

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (C) 2011-2020 (see AUTHORS file for a list of contributors)
2-
#
3-
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
4-
#
1+
# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
52
# This file is part of GNSS-SDR.
63
#
7-
# SPDX-License-Identifier: GPL-3.0-or-later
4+
# SPDX-FileCopyrightText: 2011-2020 C. Fernandez-Prades cfernandez(at)cttc.es
5+
# SPDX-License-Identifier: BSD-3-Clause
86

97
#
108
# Provides the following imported target:

0 commit comments

Comments
 (0)