diff options
Diffstat (limited to 'pmt/src/scheme')
-rw-r--r-- | pmt/src/scheme/Makefile.am | 2 | ||||
-rw-r--r-- | pmt/src/scheme/gnuradio/Makefile.am | 2 | ||||
-rwxr-xr-x | pmt/src/scheme/gnuradio/gen-serial-tags.scm | 4 | ||||
-rw-r--r-- | pmt/src/scheme/gnuradio/macros-etc.scm | 2 | ||||
-rw-r--r-- | pmt/src/scheme/gnuradio/pmt-serial-tags.scm | 2 | ||||
-rw-r--r-- | pmt/src/scheme/gnuradio/pmt-serialize.scm | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/pmt/src/scheme/Makefile.am b/pmt/src/scheme/Makefile.am index 7700a1fc0..4980063d7 100644 --- a/pmt/src/scheme/Makefile.am +++ b/pmt/src/scheme/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/pmt/src/scheme/gnuradio/Makefile.am b/pmt/src/scheme/gnuradio/Makefile.am index 12bc9b115..f2ae43afe 100644 --- a/pmt/src/scheme/gnuradio/Makefile.am +++ b/pmt/src/scheme/gnuradio/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/pmt/src/scheme/gnuradio/gen-serial-tags.scm b/pmt/src/scheme/gnuradio/gen-serial-tags.scm index 5bcf8015a..7b9087228 100755 --- a/pmt/src/scheme/gnuradio/gen-serial-tags.scm +++ b/pmt/src/scheme/gnuradio/gen-serial-tags.scm @@ -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, @@ -81,7 +81,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/pmt/src/scheme/gnuradio/macros-etc.scm b/pmt/src/scheme/gnuradio/macros-etc.scm index 518c1ffe1..ac2a4a342 100644 --- a/pmt/src/scheme/gnuradio/macros-etc.scm +++ b/pmt/src/scheme/gnuradio/macros-etc.scm @@ -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/pmt/src/scheme/gnuradio/pmt-serial-tags.scm b/pmt/src/scheme/gnuradio/pmt-serial-tags.scm index 4dd183034..646a751ea 100644 --- a/pmt/src/scheme/gnuradio/pmt-serial-tags.scm +++ b/pmt/src/scheme/gnuradio/pmt-serial-tags.scm @@ -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 (define at your option) +;;; the Free Software Foundation; either version 3, or (define at your option) ;;; any later version. ;;; ;;; GNU Radio is distributed in the hope that it will be useful, diff --git a/pmt/src/scheme/gnuradio/pmt-serialize.scm b/pmt/src/scheme/gnuradio/pmt-serialize.scm index a39f9cf50..c1d32d75b 100644 --- a/pmt/src/scheme/gnuradio/pmt-serialize.scm +++ b/pmt/src/scheme/gnuradio/pmt-serialize.scm @@ -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, |