Skip to content

Commit 07741c1

Browse files
devnullingmbr0wn
authored andcommitted
Update license header to SPDX format
1 parent 16396ab commit 07741c1

File tree

2,698 files changed

+2819
-35108
lines changed

Some content is hidden

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

2,698 files changed

+2819
-35108
lines changed

CMakeLists.txt

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
########################################################################
219
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})

cmake/Modules/CMakeOverloads.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
########################################################################
219
# This file contains functions that override those provided by CMake.

cmake/Modules/FindCodec2.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
##############################
219
# Check for system libcodec2 #

cmake/Modules/FindGSM.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
###########################
219
# Check for system libgsm #

cmake/Modules/GnuradioConfig.cmake.in

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
include(CMakeFindDependencyMacro)
219

cmake/Modules/GnuradioConfigVersion.cmake.in

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
set(MAJOR_VERSION @VERSION_MAJOR@)
219
set(API_COMPAT @VERSION_API@)

cmake/Modules/GrBoost.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_BOOST_CMAKE)
219
return()

cmake/Modules/GrBuildTypes.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_BUILD_TYPES_CMAKE)
219
return()

cmake/Modules/GrComponent.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_COMPONENT_CMAKE)
219
return()

cmake/Modules/GrMiscUtils.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_MISC_UTILS_CMAKE)
219
return()

cmake/Modules/GrPlatform.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_PLATFORM_CMAKE)
219
return()

cmake/Modules/GrPython.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_PYTHON_CMAKE)
219
return()

cmake/Modules/GrSwig.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_SWIG_CMAKE)
219
return()

cmake/Modules/GrTest.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_TEST_CMAKE)
219
return()

cmake/Modules/GrVersion.cmake

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
if(DEFINED __INCLUDED_GR_VERSION_CMAKE)
219
return()

cmake/Modules/targetConfig.cmake.in

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
include(CMakeFindDependencyMacro)
219

config.h.in

+1-13
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,8 @@
33
*
44
* This file is part of GNU Radio
55
*
6-
* GNU Radio is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 3, or (at your option)
9-
* any later version.
6+
* SPDX-License-Identifier: GPL-3.0-or-later
107
*
11-
* GNU Radio is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU General Public License
17-
* along with GNU Radio; see the file COPYING. If not, write to
18-
* the Free Software Foundation, Inc., 51 Franklin Street,
19-
* Boston, MA 02110-1301, USA.
208
*/
219

2210
#ifndef GNURADIO_CONFIG_H

docs/CMakeLists.txt

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,8 @@
22
#
33
# This file is part of GNU Radio
44
#
5-
# GNU Radio is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 3, or (at your option)
8-
# any later version.
5+
# SPDX-License-Identifier: GPL-3.0-or-later
96
#
10-
# GNU Radio is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
14-
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with GNU Radio; see the file COPYING. If not, write to
17-
# the Free Software Foundation, Inc., 51 Franklin Street,
18-
# Boston, MA 02110-1301, USA.
197

208
########################################################################
219
# Setup dependencies

0 commit comments

Comments
 (0)