diff options
Diffstat (limited to 'usrp/firmware/include')
-rw-r--r-- | usrp/firmware/include/Makefile.am | 2 | ||||
-rw-r--r-- | usrp/firmware/include/delay.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/fpga_regs0.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/fpga_regs_common.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/fpga_regs_standard.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/fx2regs.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/fx2utils.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/i2c.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/isr.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/syncdelay.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/timer.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usb_common.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usb_descriptors.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usb_requests.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usrp_commands.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usrp_config.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usrp_i2c_addr.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usrp_ids.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usrp_interfaces.h | 2 | ||||
-rw-r--r-- | usrp/firmware/include/usrp_spi_defs.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/usrp/firmware/include/Makefile.am b/usrp/firmware/include/Makefile.am index f0b082dfc..30fa48318 100644 --- a/usrp/firmware/include/Makefile.am +++ b/usrp/firmware/include/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/include/delay.h b/usrp/firmware/include/delay.h index 26b3e33b2..f5df779e1 100644 --- a/usrp/firmware/include/delay.h +++ b/usrp/firmware/include/delay.h @@ -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/include/fpga_regs0.h b/usrp/firmware/include/fpga_regs0.h index fcf8d64d0..883798301 100644 --- a/usrp/firmware/include/fpga_regs0.h +++ b/usrp/firmware/include/fpga_regs0.h @@ -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/include/fpga_regs_common.h b/usrp/firmware/include/fpga_regs_common.h index af88900f0..b4a496af7 100644 --- a/usrp/firmware/include/fpga_regs_common.h +++ b/usrp/firmware/include/fpga_regs_common.h @@ -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/include/fpga_regs_standard.h b/usrp/firmware/include/fpga_regs_standard.h index 6ae8b6cf2..7485e2bab 100644 --- a/usrp/firmware/include/fpga_regs_standard.h +++ b/usrp/firmware/include/fpga_regs_standard.h @@ -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/include/fx2regs.h b/usrp/firmware/include/fx2regs.h index ddbbfdd6f..2f210f567 100644 --- a/usrp/firmware/include/fx2regs.h +++ b/usrp/firmware/include/fx2regs.h @@ -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/include/fx2utils.h b/usrp/firmware/include/fx2utils.h index 3d126edf3..b184dec27 100644 --- a/usrp/firmware/include/fx2utils.h +++ b/usrp/firmware/include/fx2utils.h @@ -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/include/i2c.h b/usrp/firmware/include/i2c.h index 02d91c601..273526dad 100644 --- a/usrp/firmware/include/i2c.h +++ b/usrp/firmware/include/i2c.h @@ -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/include/isr.h b/usrp/firmware/include/isr.h index f0e61fc0f..892edcdf5 100644 --- a/usrp/firmware/include/isr.h +++ b/usrp/firmware/include/isr.h @@ -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/include/syncdelay.h b/usrp/firmware/include/syncdelay.h index e49d7e4e9..0af7d099f 100644 --- a/usrp/firmware/include/syncdelay.h +++ b/usrp/firmware/include/syncdelay.h @@ -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/include/timer.h b/usrp/firmware/include/timer.h index 552d63569..3181874d5 100644 --- a/usrp/firmware/include/timer.h +++ b/usrp/firmware/include/timer.h @@ -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/include/usb_common.h b/usrp/firmware/include/usb_common.h index 42b6da874..ae07b236c 100644 --- a/usrp/firmware/include/usb_common.h +++ b/usrp/firmware/include/usb_common.h @@ -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/include/usb_descriptors.h b/usrp/firmware/include/usb_descriptors.h index 5547cd88b..0b8c6212f 100644 --- a/usrp/firmware/include/usb_descriptors.h +++ b/usrp/firmware/include/usb_descriptors.h @@ -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/include/usb_requests.h b/usrp/firmware/include/usb_requests.h index 8fcec7fab..7a543abb0 100644 --- a/usrp/firmware/include/usb_requests.h +++ b/usrp/firmware/include/usb_requests.h @@ -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/include/usrp_commands.h b/usrp/firmware/include/usrp_commands.h index b14044c82..20c28e264 100644 --- a/usrp/firmware/include/usrp_commands.h +++ b/usrp/firmware/include/usrp_commands.h @@ -5,7 +5,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 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/usrp/firmware/include/usrp_config.h b/usrp/firmware/include/usrp_config.h index 776085332..e77f8e4c5 100644 --- a/usrp/firmware/include/usrp_config.h +++ b/usrp/firmware/include/usrp_config.h @@ -5,7 +5,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 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/usrp/firmware/include/usrp_i2c_addr.h b/usrp/firmware/include/usrp_i2c_addr.h index 5f27f21b5..0a4f3ea59 100644 --- a/usrp/firmware/include/usrp_i2c_addr.h +++ b/usrp/firmware/include/usrp_i2c_addr.h @@ -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/include/usrp_ids.h b/usrp/firmware/include/usrp_ids.h index 51ee6a583..4f9ac4f9d 100644 --- a/usrp/firmware/include/usrp_ids.h +++ b/usrp/firmware/include/usrp_ids.h @@ -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/include/usrp_interfaces.h b/usrp/firmware/include/usrp_interfaces.h index 7b9c5cd5c..8666e0490 100644 --- a/usrp/firmware/include/usrp_interfaces.h +++ b/usrp/firmware/include/usrp_interfaces.h @@ -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/include/usrp_spi_defs.h b/usrp/firmware/include/usrp_spi_defs.h index 3c2204fc6..963463ef2 100644 --- a/usrp/firmware/include/usrp_spi_defs.h +++ b/usrp/firmware/include/usrp_spi_defs.h @@ -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, |