diff options
Diffstat (limited to 'gnuradio-core/src/lib/missing')
-rw-r--r-- | gnuradio-core/src/lib/missing/Makefile.am | 2 | ||||
-rw-r--r-- | gnuradio-core/src/lib/missing/getopt.c | 2 | ||||
-rw-r--r-- | gnuradio-core/src/lib/missing/getopt.h | 2 | ||||
-rw-r--r-- | gnuradio-core/src/lib/missing/gettimeofday.c | 2 | ||||
-rw-r--r-- | gnuradio-core/src/lib/missing/usleep.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gnuradio-core/src/lib/missing/Makefile.am b/gnuradio-core/src/lib/missing/Makefile.am index 4eed7a5308..2285d9b130 100644 --- a/gnuradio-core/src/lib/missing/Makefile.am +++ b/gnuradio-core/src/lib/missing/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/gnuradio-core/src/lib/missing/getopt.c b/gnuradio-core/src/lib/missing/getopt.c index 93fb6ea5b1..75be3307c5 100644 --- a/gnuradio-core/src/lib/missing/getopt.c +++ b/gnuradio-core/src/lib/missing/getopt.c @@ -8,7 +8,7 @@ This program 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) any + Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/gnuradio-core/src/lib/missing/getopt.h b/gnuradio-core/src/lib/missing/getopt.h index 45541f5ac0..0679081473 100644 --- a/gnuradio-core/src/lib/missing/getopt.h +++ b/gnuradio-core/src/lib/missing/getopt.h @@ -3,7 +3,7 @@ This program 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) any + Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/gnuradio-core/src/lib/missing/gettimeofday.c b/gnuradio-core/src/lib/missing/gettimeofday.c index 2ea0fa6145..098793ac99 100644 --- a/gnuradio-core/src/lib/missing/gettimeofday.c +++ b/gnuradio-core/src/lib/missing/gettimeofday.c @@ -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/gnuradio-core/src/lib/missing/usleep.c b/gnuradio-core/src/lib/missing/usleep.c index 4a0f75ea8f..b1d7dad473 100644 --- a/gnuradio-core/src/lib/missing/usleep.c +++ b/gnuradio-core/src/lib/missing/usleep.c @@ -3,7 +3,7 @@ This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as -published by the Free Software Foundation; either version 2 of the +published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, |