diff options
author | Swapnil Negi <swapnil.negi09@gmail.com> | 2018-03-23 03:37:21 +0530 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-03-22 23:33:27 +0100 |
commit | 0677aba16a58d5a945ebb65fe1bf6ad6f78e6895 (patch) | |
tree | 323c18e3ffc47aaeaf35fd72286987fb456b3596 /gr-utils/python/modtool/gr-newmod/lib | |
parent | ef728b6a610372b45f32ae119f8e18d1d9d3bd82 (diff) |
modtool: add option for copyrightholder
fixes #1587
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod/lib')
4 files changed, 8 insertions, 4 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt b/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt index 10a15b7dd9..e932a95e48 100644 --- a/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt +++ b/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt @@ -1,6 +1,7 @@ # Copyright 2011,2012,2016 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-howto # # 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/gr-utils/python/modtool/gr-newmod/lib/qa_howto.cc b/gr-utils/python/modtool/gr-newmod/lib/qa_howto.cc index f86aed4aa1..2f10a3a564 100644 --- a/gr-utils/python/modtool/gr-newmod/lib/qa_howto.cc +++ b/gr-utils/python/modtool/gr-newmod/lib/qa_howto.cc @@ -1,7 +1,8 @@ /* * Copyright 2012 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-howto * * 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/gr-utils/python/modtool/gr-newmod/lib/qa_howto.h b/gr-utils/python/modtool/gr-newmod/lib/qa_howto.h index 23f0f7f33e..c50bde3ec7 100644 --- a/gr-utils/python/modtool/gr-newmod/lib/qa_howto.h +++ b/gr-utils/python/modtool/gr-newmod/lib/qa_howto.h @@ -2,7 +2,8 @@ /* * Copyright 2012 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-howto * * 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/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc b/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc index cc89dc90f3..699bb5b640 100644 --- a/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc +++ b/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc @@ -2,7 +2,8 @@ /* * Copyright 2012 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-howto * * 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 |