gr39: Update copyright notices everywhere

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2021-01-08 11:25:02 +01:00
parent acb81c6537
commit 7caa2643e2
13 changed files with 45 additions and 199 deletions

View File

@ -1,22 +1,9 @@
# Copyright 2011,2012 Free Software Foundation, Inc. # Copyright 2011-2020 Free Software Foundation, Inc.
# Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
# #
# This file is part of gr-iqbalance # This file is part of gr-iqbalance
# #
# gr-iqbalance is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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-iqbalance 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-iqbalance; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
######################################################################## ########################################################################
# Project setup # Project setup

View File

@ -1,21 +1,9 @@
# Copyright 2011 Free Software Foundation, Inc. # Copyright 2011-2020 Free Software Foundation, Inc.
# Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
# #
# This file is part of gr-iqbalance # This file is part of gr-iqbalance
# #
# gr-iqbalance is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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-iqbalance 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-iqbalance; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
include(GrPython) include(GrPython)

View File

@ -1,21 +1,8 @@
# Copyright 2018 Free Software Foundation, Inc. # Copyright 2011-2020 Free Software Foundation, Inc.
# #
# This file is part of GNU Radio # This file is part of gr-iqbalance
# #
# GNU Radio is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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.
#
# GNU Radio 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 GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
include(CMakeFindDependencyMacro) include(CMakeFindDependencyMacro)

View File

@ -1,21 +1,9 @@
# Copyright 2011 Free Software Foundation, Inc. # Copyright 2011-2020 Free Software Foundation, Inc.
# Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
# #
# This file is part of gr-iqbalance # This file is part of gr-iqbalance
# #
# gr-iqbalance is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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-iqbalance 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-iqbalance; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
install(FILES install(FILES
iqbalance_fix_cc.block.yml iqbalance_fix_cc.block.yml

View File

@ -1,21 +1,9 @@
# Copyright 2011,2012 Free Software Foundation, Inc. # Copyright 2011-2020 Free Software Foundation, Inc.
# Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
# #
# This file is part of gr-iqbalance # This file is part of gr-iqbalance
# #
# gr-iqbalance is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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-iqbalance 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-iqbalance; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
######################################################################## ########################################################################
# Install public header files # Install public header files

View File

@ -1,22 +1,10 @@
/* /*
* Copyright 2011 Free Software Foundation, Inc. * Copyright 2011-2020 Free Software Foundation, Inc.
* Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
* *
* This file is part of GNU Radio * This file is part of gr-iqbalance
* *
* GNU Radio is free software; you can redistribute it and/or modify * SPDX-License-Identifier: GPL-3.0-or-later
* 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.
*
* GNU Radio 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 GNU Radio; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
* Boston, MA 02110-1301, USA.
*/ */
#pragma once #pragma once

View File

@ -1,21 +1,11 @@
/* -*- c++ -*- */ /* -*- c++ -*- */
/* /*
* Copyright 2013 Sylvain Munaut <tnt@246tNt.com> * Copyright 2011-2020 Free Software Foundation, Inc.
* Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
* *
* This is free software; you can redistribute it and/or modify * This file is part of gr-iqbalance
* 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 software is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,21 +1,11 @@
/* -*- c++ -*- */ /* -*- c++ -*- */
/* /*
* Copyright 2013 Sylvain Munaut <tnt@246tNt.com> * Copyright 2011-2020 Free Software Foundation, Inc.
* Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
* *
* This is free software; you can redistribute it and/or modify * This file is part of gr-iqbalance
* 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 software is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,21 +1,9 @@
# Copyright 2011 Free Software Foundation, Inc. # Copyright 2011-2020 Free Software Foundation, Inc.
# Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
# #
# This file is part of gr-iqbalance # This file is part of gr-iqbalance
# #
# gr-iqbalance is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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-iqbalance 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-iqbalance; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
######################################################################## ########################################################################
# Setup library # Setup library

View File

@ -1,21 +1,10 @@
/* -*- c++ -*- */ /* -*- c++ -*- */
/* /*
* Copyright 2013 Sylvain Munaut <tnt@246tNt.com> * Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
* *
* This is free software; you can redistribute it and/or modify * This file is part of gr-iqbalance
* 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 software is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* 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.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -1,21 +1,10 @@
/* -*- c++ -*- */ /* -*- c++ -*- */
/* /*
* Copyright 2013 Sylvain Munaut <tnt@246tNt.com> * Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
* *
* This is free software; you can redistribute it and/or modify * This file is part of gr-iqbalance
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * SPDX-License-Identifier: GPL-3.0-or-later
* any later version.
*
* 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.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -1,21 +1,9 @@
# Copyright 2011 Free Software Foundation, Inc. # Copyright 2011-2020 Free Software Foundation, Inc.
# Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
# #
# This file is part of gr-iqbalance # This file is part of gr-iqbalance
# #
# gr-iqbalance is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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-iqbalance 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-iqbalance; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
######################################################################## ########################################################################
# Include python install macros # Include python install macros

View File

@ -1,22 +1,8 @@
# Copyright 2013-2021 Sylvain Munaut <tnt@246tNt.com>
# #
# Copyright 2008,2009 Free Software Foundation, Inc. # This file is part of gr-iqbalance
# #
# This application is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-3.0-or-later
# 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
''' '''
This is the GNU Radio IQBALANCE module. Place your Python package This is the GNU Radio IQBALANCE module. Place your Python package