diff options
Diffstat (limited to 'usrp/firmware/lib')
-rw-r--r-- | usrp/firmware/lib/Makefile.am | 2 | ||||
-rw-r--r-- | usrp/firmware/lib/delay.c | 2 | ||||
-rw-r--r-- | usrp/firmware/lib/fx2utils.c | 2 | ||||
-rw-r--r-- | usrp/firmware/lib/i2c-compiler-bug.c | 2 | ||||
-rw-r--r-- | usrp/firmware/lib/i2c.c | 2 | ||||
-rw-r--r-- | usrp/firmware/lib/isr.c | 2 | ||||
-rw-r--r-- | usrp/firmware/lib/timer.c | 2 | ||||
-rw-r--r-- | usrp/firmware/lib/usb_common.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usrp/firmware/lib/Makefile.am b/usrp/firmware/lib/Makefile.am index db317b4e3..eb42f55e7 100644 --- a/usrp/firmware/lib/Makefile.am +++ b/usrp/firmware/lib/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/usrp/firmware/lib/delay.c b/usrp/firmware/lib/delay.c index b27d09ee4..13cf0eec8 100644 --- a/usrp/firmware/lib/delay.c +++ b/usrp/firmware/lib/delay.c @@ -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/usrp/firmware/lib/fx2utils.c b/usrp/firmware/lib/fx2utils.c index d3192a20c..64ffcc896 100644 --- a/usrp/firmware/lib/fx2utils.c +++ b/usrp/firmware/lib/fx2utils.c @@ -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/usrp/firmware/lib/i2c-compiler-bug.c b/usrp/firmware/lib/i2c-compiler-bug.c index 25d09dd6c..360b779bc 100644 --- a/usrp/firmware/lib/i2c-compiler-bug.c +++ b/usrp/firmware/lib/i2c-compiler-bug.c @@ -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/usrp/firmware/lib/i2c.c b/usrp/firmware/lib/i2c.c index 864adcd79..0f238b5cf 100644 --- a/usrp/firmware/lib/i2c.c +++ b/usrp/firmware/lib/i2c.c @@ -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/usrp/firmware/lib/isr.c b/usrp/firmware/lib/isr.c index e28eb876a..05412daf5 100644 --- a/usrp/firmware/lib/isr.c +++ b/usrp/firmware/lib/isr.c @@ -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/usrp/firmware/lib/timer.c b/usrp/firmware/lib/timer.c index 6b7a87911..97e2f7cf9 100644 --- a/usrp/firmware/lib/timer.c +++ b/usrp/firmware/lib/timer.c @@ -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/usrp/firmware/lib/usb_common.c b/usrp/firmware/lib/usb_common.c index f88d86c5d..3b0547b2f 100644 --- a/usrp/firmware/lib/usb_common.c +++ b/usrp/firmware/lib/usb_common.c @@ -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, |