diff --git a/CMakeLists.txt b/CMakeLists.txt index 67a952f..c94e50a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,22 +1,9 @@ -# Copyright 2011,2012 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. - +# SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## # Project setup diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 4580e92..8fa849d 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,21 +1,9 @@ -# Copyright 2011 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-3.0-or-later include(GrPython) diff --git a/cmake/Modules/targetConfig.cmake.in b/cmake/Modules/targetConfig.cmake.in index d4d386b..6df580f 100644 --- a/cmake/Modules/targetConfig.cmake.in +++ b/cmake/Modules/targetConfig.cmake.in @@ -1,21 +1,9 @@ -# Copyright 2018 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-3.0-or-later include(CMakeFindDependencyMacro) diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt index a0c34e4..beaf826 100644 --- a/grc/CMakeLists.txt +++ b/grc/CMakeLists.txt @@ -1,21 +1,9 @@ -# Copyright 2011 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-3.0-or-later list_cond_append(ENABLE_GLFW fosphor_grc fosphor_glfw_sink_c.block.yml) list_cond_append(ENABLE_QT fosphor_grc fosphor_qt_sink_c.block.yml) diff --git a/include/gnuradio/fosphor/CMakeLists.txt b/include/gnuradio/fosphor/CMakeLists.txt index cf4ed75..dd71bb4 100644 --- a/include/gnuradio/fosphor/CMakeLists.txt +++ b/include/gnuradio/fosphor/CMakeLists.txt @@ -1,21 +1,9 @@ -# Copyright 2011,2012 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## # Install public header files diff --git a/include/gnuradio/fosphor/api.h b/include/gnuradio/fosphor/api.h index ff808de..e222e62 100644 --- a/include/gnuradio/fosphor/api.h +++ b/include/gnuradio/fosphor/api.h @@ -1,22 +1,10 @@ /* * Copyright 2011 Free Software Foundation, Inc. + * Copyright 2013-2021 Sylvain Munaut * * This file is part of gr-fosphor * - * gr-fosphor is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. - * - * gr-fosphor 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with gr-fosphor; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/include/gnuradio/fosphor/base_sink_c.h b/include/gnuradio/fosphor/base_sink_c.h index ef96f24..1ab67c9 100644 --- a/include/gnuradio/fosphor/base_sink_c.h +++ b/include/gnuradio/fosphor/base_sink_c.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/include/gnuradio/fosphor/glfw_sink_c.h b/include/gnuradio/fosphor/glfw_sink_c.h index 574b93e..e4faa23 100644 --- a/include/gnuradio/fosphor/glfw_sink_c.h +++ b/include/gnuradio/fosphor/glfw_sink_c.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/include/gnuradio/fosphor/qt_sink_c.h b/include/gnuradio/fosphor/qt_sink_c.h index 4b6ef75..eaf7462 100644 --- a/include/gnuradio/fosphor/qt_sink_c.h +++ b/include/gnuradio/fosphor/qt_sink_c.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index a8af4a7..ff99d7d 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,21 +1,9 @@ -# Copyright 2011,2012 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## # Setup library diff --git a/lib/QGLSurface.cc b/lib/QGLSurface.cc index c7593d4..d04c655 100644 --- a/lib/QGLSurface.cc +++ b/lib/QGLSurface.cc @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/QGLSurface.h b/lib/QGLSurface.h index 0606336..7779d9a 100644 --- a/lib/QGLSurface.h +++ b/lib/QGLSurface.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/base_sink_c_impl.cc b/lib/base_sink_c_impl.cc index dd64f85..775f0ef 100644 --- a/lib/base_sink_c_impl.cc +++ b/lib/base_sink_c_impl.cc @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #ifdef HAVE_CONFIG_H diff --git a/lib/base_sink_c_impl.h b/lib/base_sink_c_impl.h index b8d8e97..d97b756 100644 --- a/lib/base_sink_c_impl.h +++ b/lib/base_sink_c_impl.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fifo.cc b/lib/fifo.cc index 1d0d7e4..f1f2645 100644 --- a/lib/fifo.cc +++ b/lib/fifo.cc @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/lib/fifo.h b/lib/fifo.h index ebd05d5..a7937f4 100644 --- a/lib/fifo.h +++ b/lib/fifo.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/glfw_sink_c_impl.cc b/lib/glfw_sink_c_impl.cc index 955fe9f..8e69b03 100644 --- a/lib/glfw_sink_c_impl.cc +++ b/lib/glfw_sink_c_impl.cc @@ -1,22 +1,11 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * Copyright 2013 Dimitri Stolnikov * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #ifdef HAVE_CONFIG_H diff --git a/lib/glfw_sink_c_impl.h b/lib/glfw_sink_c_impl.h index 3551f98..30d96d0 100644 --- a/lib/glfw_sink_c_impl.h +++ b/lib/glfw_sink_c_impl.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/qt_sink_c_impl.cc b/lib/qt_sink_c_impl.cc index d91f766..c4611aa 100644 --- a/lib/qt_sink_c_impl.cc +++ b/lib/qt_sink_c_impl.cc @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #ifdef ENABLE_PYTHON diff --git a/lib/qt_sink_c_impl.h b/lib/qt_sink_c_impl.h index a100616..af0e00e 100644 --- a/lib/qt_sink_c_impl.h +++ b/lib/qt_sink_c_impl.h @@ -1,21 +1,10 @@ /* -*- c++ -*- */ /* - * Copyright 2013-2014 Sylvain Munaut + * Copyright 2013-2021 Sylvain Munaut * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3, or (at your option) - * any later version. + * This file is part of gr-fosphor * - * This software 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 8bb3bd6..34e7aa5 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,21 +1,9 @@ -# Copyright 2011 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## # Include python install macros diff --git a/python/__init__.py b/python/__init__.py index 99bd3f7..69c2353 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -1,22 +1,9 @@ +# Copyright 2008-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # -# Copyright 2008,2009 Free Software Foundation, Inc. +# This file is part of gr-fosphor # -# This application is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# This application 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# - -# The presence of this file turns this directory into a Python package +# SPDX-License-Identifier: GPL-3.0-or-later # import swig generated symbols into the fosphor namespace from .fosphor_swig import * diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt index d6461b2..9424397 100644 --- a/swig/CMakeLists.txt +++ b/swig/CMakeLists.txt @@ -1,21 +1,9 @@ -# Copyright 2011 Free Software Foundation, Inc. +# Copyright 2011-2020 Free Software Foundation, Inc. +# Copyright 2013-2021 Sylvain Munaut # # This file is part of gr-fosphor # -# gr-fosphor is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# gr-fosphor 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with gr-fosphor; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, -# Boston, MA 02110-1301, USA. +# SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## # Include swig generation macros