From 2f1b0a87937b64593d1b671408b16f78a1f20467 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 1 Dec 2019 17:49:53 +0100 Subject: [PATCH] gr-fosphor/build: Update CMakeLists.txt copyright header Part of GNURadio 3.8 migration Signed-off-by: Sylvain Munaut --- CMakeLists.txt | 8 ++++---- apps/CMakeLists.txt | 8 ++++---- docs/doxygen/CMakeLists.txt | 8 ++++---- grc/CMakeLists.txt | 8 ++++---- include/gnuradio/fosphor/CMakeLists.txt | 8 ++++---- include/gnuradio/fosphor/api.h | 8 ++++---- lib/CMakeLists.txt | 8 ++++---- python/CMakeLists.txt | 8 ++++---- swig/CMakeLists.txt | 8 ++++---- 9 files changed, 36 insertions(+), 36 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7182d43..11a095e 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-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index c837d77..4580e92 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-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt index c694600..4843cb6 100644 --- a/docs/doxygen/CMakeLists.txt +++ b/docs/doxygen/CMakeLists.txt @@ -1,20 +1,20 @@ # Copyright 2011 Free Software Foundation, Inc. # -# This file was generated by gr_modtool, a tool from the GNU Radio framework +# This file was generated by gr_modtool, a tool from the gr-fosphor framework # This file is a part of gr-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt index 114a2b1..a0c34e4 100644 --- a/grc/CMakeLists.txt +++ b/grc/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-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/include/gnuradio/fosphor/CMakeLists.txt b/include/gnuradio/fosphor/CMakeLists.txt index 7d39cc8..cf4ed75 100644 --- a/include/gnuradio/fosphor/CMakeLists.txt +++ b/include/gnuradio/fosphor/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-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/include/gnuradio/fosphor/api.h b/include/gnuradio/fosphor/api.h index 227f1b9..95106a9 100644 --- a/include/gnuradio/fosphor/api.h +++ b/include/gnuradio/fosphor/api.h @@ -1,20 +1,20 @@ /* * Copyright 2011 Free Software Foundation, Inc. * - * This file is part of GNU Radio + * This file is part of gr-fosphor * - * GNU Radio is free software; you can redistribute it and/or modify + * 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. * - * GNU Radio is distributed in the hope that it will be useful, + * 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 GNU Radio; see the file COPYING. If not, write to + * 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. */ diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 8791e7e..1ebaa1e 100644 --- a/lib/CMakeLists.txt +++ b/lib/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-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index cb076ae..8bb3bd6 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-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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. diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt index 3d56e59..621bd72 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-fosphor # -# GNU Radio is free software; you can redistribute it and/or modify +# 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. # -# GNU Radio is distributed in the hope that it will be useful, +# 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 GNU Radio; see the file COPYING. If not, write to +# 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.