From 5608f7393083a0492fe3770150454e74eef994d5 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 1 Dec 2019 16:49:56 +0100 Subject: [PATCH] build: Update CMakeLists.txt copyright header Signed-off-by: Sylvain Munaut --- CMakeLists.txt | 8 ++++---- apps/CMakeLists.txt | 8 ++++---- docs/CMakeLists.txt | 8 ++++---- docs/doxygen/CMakeLists.txt | 3 ++- grc/CMakeLists.txt | 9 +++++---- include/gnuradio/iqbalance/CMakeLists.txt | 8 ++++---- lib/CMakeLists.txt | 11 +++++------ python/CMakeLists.txt | 8 ++++---- swig/CMakeLists.txt | 8 ++++---- 9 files changed, 36 insertions(+), 35 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdbdfe7..19a21c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,19 +1,19 @@ # Copyright 2011,2012 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 +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index c837d77..7c30f1a 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,19 +1,19 @@ # Copyright 2011 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 +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 446b86a..347616e 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,19 +1,19 @@ # Copyright 2011 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 +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt index 1b44799..04eaee3 100644 --- a/docs/doxygen/CMakeLists.txt +++ b/docs/doxygen/CMakeLists.txt @@ -1,6 +1,7 @@ # Copyright 2011 Free Software Foundation, Inc. # -# This file is part of GNU Radio +# This file was generated by gr_modtool, a tool from the GNU Radio framework +# This file is a part of gr-iqbalance # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt index 158709e..a11692f 100644 --- a/grc/CMakeLists.txt +++ b/grc/CMakeLists.txt @@ -1,21 +1,22 @@ # Copyright 2011 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 +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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 iqbalance_fix_cc.block.yml iqbalance_optimize_c.block.yml diff --git a/include/gnuradio/iqbalance/CMakeLists.txt b/include/gnuradio/iqbalance/CMakeLists.txt index f3c4441..260bb23 100644 --- a/include/gnuradio/iqbalance/CMakeLists.txt +++ b/include/gnuradio/iqbalance/CMakeLists.txt @@ -1,19 +1,19 @@ # Copyright 2011,2012 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 +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 5fb9812..4b05ff7 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,20 +1,19 @@ -# Copyright 2011,2012,2016,2018,2019 Free Software Foundation, Inc. +# Copyright 2011 Free Software Foundation, Inc. # -# This file was generated by gr_modtool, a tool from the GNU Radio framework -# This file is a part of gr-iqbal +# This file is part of gr-iqbalance # -# GNU Radio is free software; you can redistribute it and/or modify +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 0963763..d00c5f2 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,19 +1,19 @@ # Copyright 2011 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 +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt index 15a3b48..bbf4987 100644 --- a/swig/CMakeLists.txt +++ b/swig/CMakeLists.txt @@ -1,19 +1,19 @@ # Copyright 2011 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 +# gr-iqbalance 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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.