diff options
Diffstat (limited to 'gr-sounder')
-rw-r--r-- | gr-sounder/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/doc/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/fpga/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/fpga/lib/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/fpga/tb/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/fpga/top/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/lib/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/python/Makefile.am | 2 | ||||
-rw-r--r-- | gr-sounder/src/python/sounder.py | 2 | ||||
-rwxr-xr-x | gr-sounder/src/python/usrp_sounder.py | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/gr-sounder/Makefile.am b/gr-sounder/Makefile.am index a5aff2225..40b11dcea 100644 --- a/gr-sounder/Makefile.am +++ b/gr-sounder/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/gr-sounder/doc/Makefile.am b/gr-sounder/doc/Makefile.am index 623c403e0..714ed52b9 100644 --- a/gr-sounder/doc/Makefile.am +++ b/gr-sounder/doc/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/gr-sounder/src/Makefile.am b/gr-sounder/src/Makefile.am index 71787e849..c6fb49efa 100644 --- a/gr-sounder/src/Makefile.am +++ b/gr-sounder/src/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/gr-sounder/src/fpga/Makefile.am b/gr-sounder/src/fpga/Makefile.am index 2e8d8e3f0..85256cb5e 100644 --- a/gr-sounder/src/fpga/Makefile.am +++ b/gr-sounder/src/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/gr-sounder/src/fpga/lib/Makefile.am b/gr-sounder/src/fpga/lib/Makefile.am index 1c8f39ba1..0dfb19b22 100644 --- a/gr-sounder/src/fpga/lib/Makefile.am +++ b/gr-sounder/src/fpga/lib/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/gr-sounder/src/fpga/tb/Makefile.am b/gr-sounder/src/fpga/tb/Makefile.am index e668d4568..e873fa59c 100644 --- a/gr-sounder/src/fpga/tb/Makefile.am +++ b/gr-sounder/src/fpga/tb/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/gr-sounder/src/fpga/top/Makefile.am b/gr-sounder/src/fpga/top/Makefile.am index 9e49b473f..8fc3d70f5 100644 --- a/gr-sounder/src/fpga/top/Makefile.am +++ b/gr-sounder/src/fpga/top/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/gr-sounder/src/lib/Makefile.am b/gr-sounder/src/lib/Makefile.am index 1ae19f1b5..4f35e3aef 100644 --- a/gr-sounder/src/lib/Makefile.am +++ b/gr-sounder/src/lib/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/gr-sounder/src/python/Makefile.am b/gr-sounder/src/python/Makefile.am index 16f7ff035..cf1b5efbe 100644 --- a/gr-sounder/src/python/Makefile.am +++ b/gr-sounder/src/python/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/gr-sounder/src/python/sounder.py b/gr-sounder/src/python/sounder.py index facb55918..88ca40d50 100644 --- a/gr-sounder/src/python/sounder.py +++ b/gr-sounder/src/python/sounder.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/gr-sounder/src/python/usrp_sounder.py b/gr-sounder/src/python/usrp_sounder.py index 9c3f1bee9..c183ee85a 100755 --- a/gr-sounder/src/python/usrp_sounder.py +++ b/gr-sounder/src/python/usrp_sounder.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, |