diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-07-21 03:44:38 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-07-21 03:44:38 +0000 |
commit | 937b719d2e57d0497293d603da10cac2532346f6 (patch) | |
tree | 4fe77e67611a34ea5439df2603f5d7a9c2a3bb27 /gr-pager | |
parent | 367efcdd71036a7f9930359280ca056baadc48a8 (diff) |
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-pager')
-rw-r--r-- | gr-pager/Makefile.am | 2 | ||||
-rw-r--r-- | gr-pager/src/Makefile.am | 2 | ||||
-rw-r--r-- | gr-pager/src/__init__.py | 2 | ||||
-rw-r--r-- | gr-pager/src/flex_demod.py | 2 | ||||
-rw-r--r-- | gr-pager/src/pager.i | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_deinterleave.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_deinterleave.h | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_frame.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_frame.h | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_frame.i | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_parse.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_parse.h | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_sync.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_flex_sync.h | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_slicer_fb.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pager_slicer_fb.h | 2 | ||||
-rw-r--r-- | gr-pager/src/pageri_bch3221.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pageri_bch3221.h | 2 | ||||
-rw-r--r-- | gr-pager/src/pageri_flex_modes.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pageri_flex_modes.h | 2 | ||||
-rw-r--r-- | gr-pager/src/pageri_util.cc | 2 | ||||
-rw-r--r-- | gr-pager/src/pageri_util.h | 2 | ||||
-rwxr-xr-x | gr-pager/src/qa_pager.py | 2 | ||||
-rwxr-xr-x | gr-pager/src/usrp_flex.py | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/gr-pager/Makefile.am b/gr-pager/Makefile.am index a9fc0d490a..e4f76c5413 100644 --- a/gr-pager/Makefile.am +++ b/gr-pager/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-pager/src/Makefile.am b/gr-pager/src/Makefile.am index f83066cd24..984a5d70a8 100644 --- a/gr-pager/src/Makefile.am +++ b/gr-pager/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-pager/src/__init__.py b/gr-pager/src/__init__.py index cf0edaa966..6ef60d939b 100644 --- a/gr-pager/src/__init__.py +++ b/gr-pager/src/__init__.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-pager/src/flex_demod.py b/gr-pager/src/flex_demod.py index 142a0c074c..b79c1adaaa 100644 --- a/gr-pager/src/flex_demod.py +++ b/gr-pager/src/flex_demod.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-pager/src/pager.i b/gr-pager/src/pager.i index d39389e504..e6530be539 100644 --- a/gr-pager/src/pager.i +++ b/gr-pager/src/pager.i @@ -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-pager/src/pager_flex_deinterleave.cc b/gr-pager/src/pager_flex_deinterleave.cc index e689e9f392..25ea22e391 100644 --- a/gr-pager/src/pager_flex_deinterleave.cc +++ b/gr-pager/src/pager_flex_deinterleave.cc @@ -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-pager/src/pager_flex_deinterleave.h b/gr-pager/src/pager_flex_deinterleave.h index 77ffb3df34..030d0bff01 100644 --- a/gr-pager/src/pager_flex_deinterleave.h +++ b/gr-pager/src/pager_flex_deinterleave.h @@ -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-pager/src/pager_flex_frame.cc b/gr-pager/src/pager_flex_frame.cc index 3934c76927..b707dbbc4d 100644 --- a/gr-pager/src/pager_flex_frame.cc +++ b/gr-pager/src/pager_flex_frame.cc @@ -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-pager/src/pager_flex_frame.h b/gr-pager/src/pager_flex_frame.h index 300de9096f..1f4999e2bc 100644 --- a/gr-pager/src/pager_flex_frame.h +++ b/gr-pager/src/pager_flex_frame.h @@ -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-pager/src/pager_flex_frame.i b/gr-pager/src/pager_flex_frame.i index d3fa1b6b74..d754f5f79e 100644 --- a/gr-pager/src/pager_flex_frame.i +++ b/gr-pager/src/pager_flex_frame.i @@ -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-pager/src/pager_flex_parse.cc b/gr-pager/src/pager_flex_parse.cc index 012b171702..0819294daa 100644 --- a/gr-pager/src/pager_flex_parse.cc +++ b/gr-pager/src/pager_flex_parse.cc @@ -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-pager/src/pager_flex_parse.h b/gr-pager/src/pager_flex_parse.h index dd0510b6dc..692a588a6c 100644 --- a/gr-pager/src/pager_flex_parse.h +++ b/gr-pager/src/pager_flex_parse.h @@ -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-pager/src/pager_flex_sync.cc b/gr-pager/src/pager_flex_sync.cc index e2e2e5f0b4..59a17e135d 100644 --- a/gr-pager/src/pager_flex_sync.cc +++ b/gr-pager/src/pager_flex_sync.cc @@ -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-pager/src/pager_flex_sync.h b/gr-pager/src/pager_flex_sync.h index 666c5bc792..f23221db8f 100644 --- a/gr-pager/src/pager_flex_sync.h +++ b/gr-pager/src/pager_flex_sync.h @@ -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-pager/src/pager_slicer_fb.cc b/gr-pager/src/pager_slicer_fb.cc index 57b1b02498..d419db78a1 100644 --- a/gr-pager/src/pager_slicer_fb.cc +++ b/gr-pager/src/pager_slicer_fb.cc @@ -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-pager/src/pager_slicer_fb.h b/gr-pager/src/pager_slicer_fb.h index c5b15e7c65..f157b11d75 100644 --- a/gr-pager/src/pager_slicer_fb.h +++ b/gr-pager/src/pager_slicer_fb.h @@ -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-pager/src/pageri_bch3221.cc b/gr-pager/src/pageri_bch3221.cc index 48ef75cbf6..984ed4d44f 100644 --- a/gr-pager/src/pageri_bch3221.cc +++ b/gr-pager/src/pageri_bch3221.cc @@ -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-pager/src/pageri_bch3221.h b/gr-pager/src/pageri_bch3221.h index c4767b2313..9dd2be86a6 100644 --- a/gr-pager/src/pageri_bch3221.h +++ b/gr-pager/src/pageri_bch3221.h @@ -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-pager/src/pageri_flex_modes.cc b/gr-pager/src/pageri_flex_modes.cc index 7126a889a7..4553e0bf36 100644 --- a/gr-pager/src/pageri_flex_modes.cc +++ b/gr-pager/src/pageri_flex_modes.cc @@ -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-pager/src/pageri_flex_modes.h b/gr-pager/src/pageri_flex_modes.h index 438579b27b..bc53c12bf5 100644 --- a/gr-pager/src/pageri_flex_modes.h +++ b/gr-pager/src/pageri_flex_modes.h @@ -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-pager/src/pageri_util.cc b/gr-pager/src/pageri_util.cc index 44ed3642c1..bdd095706c 100644 --- a/gr-pager/src/pageri_util.cc +++ b/gr-pager/src/pageri_util.cc @@ -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-pager/src/pageri_util.h b/gr-pager/src/pageri_util.h index e76ecabbfd..78ae7aab37 100644 --- a/gr-pager/src/pageri_util.h +++ b/gr-pager/src/pageri_util.h @@ -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-pager/src/qa_pager.py b/gr-pager/src/qa_pager.py index 5b9a3996c3..7609c1ccd0 100755 --- a/gr-pager/src/qa_pager.py +++ b/gr-pager/src/qa_pager.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-pager/src/usrp_flex.py b/gr-pager/src/usrp_flex.py index 0ff16f3e1e..766ed483ce 100755 --- a/gr-pager/src/usrp_flex.py +++ b/gr-pager/src/usrp_flex.py @@ -7,7 +7,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, |