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 | 632d8e2dd3c961326f985add8d5d97db5ffcf314 (patch) | |
tree | 8fb663bb5b73b99978f23cb3c2a64b6943c48ff7 | |
parent | b827fdb70e17c64691a0e07e0739706c58b70b8c (diff) | |
download | uhd-632d8e2dd3c961326f985add8d5d97db5ffcf314.tar.gz uhd-632d8e2dd3c961326f985add8d5d97db5ffcf314.tar.bz2 uhd-632d8e2dd3c961326f985add8d5d97db5ffcf314.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
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | gen_makefile_extra.py | 2 | ||||
-rw-r--r-- | rbf/Makefile.am | 2 | ||||
-rw-r--r-- | toplevel/mrfm/mrfm.py | 2 | ||||
-rwxr-xr-x | toplevel/mrfm/mrfm_fft.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 02f971da3..8721af4a7 100644 --- a/Makefile.am +++ b/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/gen_makefile_extra.py b/gen_makefile_extra.py index e20a852af..9f48802a2 100755 --- a/gen_makefile_extra.py +++ b/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/rbf/Makefile.am b/rbf/Makefile.am index ae2cbab81..49d2f2592 100644 --- a/rbf/Makefile.am +++ b/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/toplevel/mrfm/mrfm.py b/toplevel/mrfm/mrfm.py index 414f5817e..100db69eb 100644 --- a/toplevel/mrfm/mrfm.py +++ b/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/toplevel/mrfm/mrfm_fft.py b/toplevel/mrfm/mrfm_fft.py index 9ca867082..a4db0a53d 100755 --- a/toplevel/mrfm/mrfm_fft.py +++ b/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, |