diff options
Diffstat (limited to 'usrp/fpga')
-rw-r--r-- | usrp/fpga/Makefile.am | 2 | ||||
-rwxr-xr-x | usrp/fpga/gen_makefile_extra.py | 2 | ||||
-rw-r--r-- | usrp/fpga/rbf/Makefile.am | 2 | ||||
-rw-r--r-- | usrp/fpga/toplevel/mrfm/mrfm.py | 2 | ||||
-rwxr-xr-x | usrp/fpga/toplevel/mrfm/mrfm_fft.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usrp/fpga/Makefile.am b/usrp/fpga/Makefile.am index 02f971da36..8721af4a79 100644 --- a/usrp/fpga/Makefile.am +++ b/usrp/fpga/Makefile.am @@ -5,7 +5,7 @@ # # 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 -# the Free Software Foundation; either version 2, or (at your option) +# 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, diff --git a/usrp/fpga/gen_makefile_extra.py b/usrp/fpga/gen_makefile_extra.py index e20a852af5..9f48802a2c 100755 --- a/usrp/fpga/gen_makefile_extra.py +++ b/usrp/fpga/gen_makefile_extra.py @@ -6,7 +6,7 @@ # # 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 -# the Free Software Foundation; either version 2, or (at your option) +# 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, diff --git a/usrp/fpga/rbf/Makefile.am b/usrp/fpga/rbf/Makefile.am index ae2cbab813..49d2f2592e 100644 --- a/usrp/fpga/rbf/Makefile.am +++ b/usrp/fpga/rbf/Makefile.am @@ -5,7 +5,7 @@ # # 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 -# the Free Software Foundation; either version 2, or (at your option) +# 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, diff --git a/usrp/fpga/toplevel/mrfm/mrfm.py b/usrp/fpga/toplevel/mrfm/mrfm.py index 414f5817ef..100db69ebc 100644 --- a/usrp/fpga/toplevel/mrfm/mrfm.py +++ b/usrp/fpga/toplevel/mrfm/mrfm.py @@ -9,7 +9,7 @@ # # 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 -# the Free Software Foundation; either version 2, or (at your option) +# 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, diff --git a/usrp/fpga/toplevel/mrfm/mrfm_fft.py b/usrp/fpga/toplevel/mrfm/mrfm_fft.py index 9ca8670822..a4db0a53db 100755 --- a/usrp/fpga/toplevel/mrfm/mrfm_fft.py +++ b/usrp/fpga/toplevel/mrfm/mrfm_fft.py @@ -9,7 +9,7 @@ # # 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 -# the Free Software Foundation; either version 2, or (at your option) +# 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, |