diff options
author | eb | 2007-07-21 03:44:38 +0000 |
---|---|---|
committer | eb | 2007-07-21 03:44:38 +0000 |
commit | 937b719d2e57d0497293d603da10cac2532346f6 (patch) | |
tree | 4fe77e67611a34ea5439df2603f5d7a9c2a3bb27 /gr-usrp/src | |
parent | 367efcdd71036a7f9930359280ca056baadc48a8 (diff) | |
download | gnuradio-937b719d2e57d0497293d603da10cac2532346f6.tar.gz gnuradio-937b719d2e57d0497293d603da10cac2532346f6.tar.bz2 gnuradio-937b719d2e57d0497293d603da10cac2532346f6.zip |
Updated license from GPL version 2 or later to GPL version 3 or later.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp/src')
-rw-r--r-- | gr-usrp/src/Makefile.am | 2 | ||||
-rw-r--r-- | gr-usrp/src/db_base.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/db_basic.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/db_dbs_rx.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/db_flexrf.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/db_flexrf_mimo.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/db_instantiator.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/db_tv_rx.py | 2 | ||||
-rwxr-xr-x | gr-usrp/src/flexrf_debug_gui.py | 2 | ||||
-rwxr-xr-x | gr-usrp/src/qa_usrp.py | 2 | ||||
-rwxr-xr-x | gr-usrp/src/tx_debug_gui.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp.py | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1.i | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_sink_base.cc | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_sink_base.h | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_sink_c.cc | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_sink_c.h | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_sink_s.cc | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_sink_s.h | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_source_base.cc | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_source_base.h | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_source_c.cc | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_source_c.h | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_source_s.cc | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp1_source_s.h | 2 | ||||
-rw-r--r-- | gr-usrp/src/usrp_multi.py | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/gr-usrp/src/Makefile.am b/gr-usrp/src/Makefile.am index 86c9853a6..c86631c0f 100644 --- a/gr-usrp/src/Makefile.am +++ b/gr-usrp/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-usrp/src/db_base.py b/gr-usrp/src/db_base.py index bcbec40b9..8e1c768b9 100644 --- a/gr-usrp/src/db_base.py +++ b/gr-usrp/src/db_base.py @@ -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-usrp/src/db_basic.py b/gr-usrp/src/db_basic.py index 7d65ac183..c9947aa0b 100644 --- a/gr-usrp/src/db_basic.py +++ b/gr-usrp/src/db_basic.py @@ -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-usrp/src/db_dbs_rx.py b/gr-usrp/src/db_dbs_rx.py index 377bc2ba0..699753aa8 100644 --- a/gr-usrp/src/db_dbs_rx.py +++ b/gr-usrp/src/db_dbs_rx.py @@ -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-usrp/src/db_flexrf.py b/gr-usrp/src/db_flexrf.py index 1591cf944..31c75c31f 100644 --- a/gr-usrp/src/db_flexrf.py +++ b/gr-usrp/src/db_flexrf.py @@ -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-usrp/src/db_flexrf_mimo.py b/gr-usrp/src/db_flexrf_mimo.py index 7fed805f6..755979bcb 100644 --- a/gr-usrp/src/db_flexrf_mimo.py +++ b/gr-usrp/src/db_flexrf_mimo.py @@ -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-usrp/src/db_instantiator.py b/gr-usrp/src/db_instantiator.py index 72dad6866..b76cdeee3 100644 --- a/gr-usrp/src/db_instantiator.py +++ b/gr-usrp/src/db_instantiator.py @@ -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-usrp/src/db_tv_rx.py b/gr-usrp/src/db_tv_rx.py index 9fed8c52c..cd5ebedcd 100644 --- a/gr-usrp/src/db_tv_rx.py +++ b/gr-usrp/src/db_tv_rx.py @@ -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-usrp/src/flexrf_debug_gui.py b/gr-usrp/src/flexrf_debug_gui.py index b209047f7..ff32900a5 100755 --- a/gr-usrp/src/flexrf_debug_gui.py +++ b/gr-usrp/src/flexrf_debug_gui.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-usrp/src/qa_usrp.py b/gr-usrp/src/qa_usrp.py index f8b91e7dd..8588410cb 100755 --- a/gr-usrp/src/qa_usrp.py +++ b/gr-usrp/src/qa_usrp.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-usrp/src/tx_debug_gui.py b/gr-usrp/src/tx_debug_gui.py index 035f0d27b..6b2a0c259 100755 --- a/gr-usrp/src/tx_debug_gui.py +++ b/gr-usrp/src/tx_debug_gui.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-usrp/src/usrp.py b/gr-usrp/src/usrp.py index 78e6c1018..25d20a726 100644 --- a/gr-usrp/src/usrp.py +++ b/gr-usrp/src/usrp.py @@ -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-usrp/src/usrp1.i b/gr-usrp/src/usrp1.i index 1708f7e24..50daddc37 100644 --- a/gr-usrp/src/usrp1.i +++ b/gr-usrp/src/usrp1.i @@ -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-usrp/src/usrp1_sink_base.cc b/gr-usrp/src/usrp1_sink_base.cc index a5b355a4c..331be5f8c 100644 --- a/gr-usrp/src/usrp1_sink_base.cc +++ b/gr-usrp/src/usrp1_sink_base.cc @@ -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-usrp/src/usrp1_sink_base.h b/gr-usrp/src/usrp1_sink_base.h index 7ddb2b610..c62849474 100644 --- a/gr-usrp/src/usrp1_sink_base.h +++ b/gr-usrp/src/usrp1_sink_base.h @@ -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-usrp/src/usrp1_sink_c.cc b/gr-usrp/src/usrp1_sink_c.cc index d6472db74..b38306090 100644 --- a/gr-usrp/src/usrp1_sink_c.cc +++ b/gr-usrp/src/usrp1_sink_c.cc @@ -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-usrp/src/usrp1_sink_c.h b/gr-usrp/src/usrp1_sink_c.h index dda85a768..9e1d3f009 100644 --- a/gr-usrp/src/usrp1_sink_c.h +++ b/gr-usrp/src/usrp1_sink_c.h @@ -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-usrp/src/usrp1_sink_s.cc b/gr-usrp/src/usrp1_sink_s.cc index 3ade63dd9..3ce336328 100644 --- a/gr-usrp/src/usrp1_sink_s.cc +++ b/gr-usrp/src/usrp1_sink_s.cc @@ -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-usrp/src/usrp1_sink_s.h b/gr-usrp/src/usrp1_sink_s.h index e75ce6004..2420b1e36 100644 --- a/gr-usrp/src/usrp1_sink_s.h +++ b/gr-usrp/src/usrp1_sink_s.h @@ -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-usrp/src/usrp1_source_base.cc b/gr-usrp/src/usrp1_source_base.cc index ced49e03b..1aefa8a23 100644 --- a/gr-usrp/src/usrp1_source_base.cc +++ b/gr-usrp/src/usrp1_source_base.cc @@ -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-usrp/src/usrp1_source_base.h b/gr-usrp/src/usrp1_source_base.h index 1948c8615..5d29ba604 100644 --- a/gr-usrp/src/usrp1_source_base.h +++ b/gr-usrp/src/usrp1_source_base.h @@ -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-usrp/src/usrp1_source_c.cc b/gr-usrp/src/usrp1_source_c.cc index 5a9ecf109..a5b82ab72 100644 --- a/gr-usrp/src/usrp1_source_c.cc +++ b/gr-usrp/src/usrp1_source_c.cc @@ -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-usrp/src/usrp1_source_c.h b/gr-usrp/src/usrp1_source_c.h index 18b6cc8a9..0d6e50e03 100644 --- a/gr-usrp/src/usrp1_source_c.h +++ b/gr-usrp/src/usrp1_source_c.h @@ -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-usrp/src/usrp1_source_s.cc b/gr-usrp/src/usrp1_source_s.cc index 5f4f99df5..8295d929b 100644 --- a/gr-usrp/src/usrp1_source_s.cc +++ b/gr-usrp/src/usrp1_source_s.cc @@ -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-usrp/src/usrp1_source_s.h b/gr-usrp/src/usrp1_source_s.h index e7669e94e..35beb42a8 100644 --- a/gr-usrp/src/usrp1_source_s.h +++ b/gr-usrp/src/usrp1_source_s.h @@ -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-usrp/src/usrp_multi.py b/gr-usrp/src/usrp_multi.py index 65c6c0b87..2d2d22fc9 100644 --- a/gr-usrp/src/usrp_multi.py +++ b/gr-usrp/src/usrp_multi.py @@ -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, |