summaryrefslogtreecommitdiff
path: root/usrp/firmware/src
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/firmware/src')
-rw-r--r--usrp/firmware/src/Makefile.am2
-rw-r--r--usrp/firmware/src/common/Makefile.am2
-rw-r--r--usrp/firmware/src/common/_startup.a512
-rw-r--r--usrp/firmware/src/common/_startup.a51.brittle2
-rw-r--r--usrp/firmware/src/common/blink_leds.c2
-rwxr-xr-xusrp/firmware/src/common/build_eeprom.py2
-rw-r--r--usrp/firmware/src/common/check_mdelay.c2
-rw-r--r--usrp/firmware/src/common/check_udelay.c2
-rwxr-xr-xusrp/firmware/src/common/edit-gpif2
-rw-r--r--usrp/firmware/src/common/fpga.h2
-rw-r--r--usrp/firmware/src/common/fpga_load.c2
-rw-r--r--usrp/firmware/src/common/fpga_load.h2
-rw-r--r--usrp/firmware/src/common/init_gpif.c2
-rw-r--r--usrp/firmware/src/common/usrp_common.c2
-rw-r--r--usrp/firmware/src/common/usrp_globals.h2
-rw-r--r--usrp/firmware/src/common/vectors.a512
-rw-r--r--usrp/firmware/src/usrp2/Makefile.am2
-rw-r--r--usrp/firmware/src/usrp2/board_specific.c2
-rwxr-xr-xusrp/firmware/src/usrp2/edit-gpif2
-rw-r--r--usrp/firmware/src/usrp2/eeprom_init.c2
-rw-r--r--usrp/firmware/src/usrp2/eeprom_io.c2
-rw-r--r--usrp/firmware/src/usrp2/eeprom_io.h2
-rw-r--r--usrp/firmware/src/usrp2/fpga_rev2.c2
-rw-r--r--usrp/firmware/src/usrp2/fpga_rev2.h2
-rw-r--r--usrp/firmware/src/usrp2/spi.c2
-rw-r--r--usrp/firmware/src/usrp2/spi.h2
-rw-r--r--usrp/firmware/src/usrp2/usb_descriptors.a512
-rw-r--r--usrp/firmware/src/usrp2/usrp_common.h2
-rw-r--r--usrp/firmware/src/usrp2/usrp_main.c2
-rw-r--r--usrp/firmware/src/usrp2/usrp_rev2_regs.h2
30 files changed, 30 insertions, 30 deletions
diff --git a/usrp/firmware/src/Makefile.am b/usrp/firmware/src/Makefile.am
index ca45f0b66..fab46cef0 100644
--- a/usrp/firmware/src/Makefile.am
+++ b/usrp/firmware/src/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/src/common/Makefile.am b/usrp/firmware/src/common/Makefile.am
index 701bc48c8..95232324d 100644
--- a/usrp/firmware/src/common/Makefile.am
+++ b/usrp/firmware/src/common/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/src/common/_startup.a51 b/usrp/firmware/src/common/_startup.a51
index a300d696c..30a907857 100644
--- a/usrp/firmware/src/common/_startup.a51
+++ b/usrp/firmware/src/common/_startup.a51
@@ -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/src/common/_startup.a51.brittle b/usrp/firmware/src/common/_startup.a51.brittle
index c8f2ee365..2996275cf 100644
--- a/usrp/firmware/src/common/_startup.a51.brittle
+++ b/usrp/firmware/src/common/_startup.a51.brittle
@@ -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/src/common/blink_leds.c b/usrp/firmware/src/common/blink_leds.c
index c05d3b11c..255c69733 100644
--- a/usrp/firmware/src/common/blink_leds.c
+++ b/usrp/firmware/src/common/blink_leds.c
@@ -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/src/common/build_eeprom.py b/usrp/firmware/src/common/build_eeprom.py
index 44b97da0f..023c4b3f5 100755
--- a/usrp/firmware/src/common/build_eeprom.py
+++ b/usrp/firmware/src/common/build_eeprom.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/usrp/firmware/src/common/check_mdelay.c b/usrp/firmware/src/common/check_mdelay.c
index 936406289..de1af47f6 100644
--- a/usrp/firmware/src/common/check_mdelay.c
+++ b/usrp/firmware/src/common/check_mdelay.c
@@ -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/src/common/check_udelay.c b/usrp/firmware/src/common/check_udelay.c
index 4d46aa07d..46885a067 100644
--- a/usrp/firmware/src/common/check_udelay.c
+++ b/usrp/firmware/src/common/check_udelay.c
@@ -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/src/common/edit-gpif b/usrp/firmware/src/common/edit-gpif
index a17b4dfe1..5367b75a5 100755
--- a/usrp/firmware/src/common/edit-gpif
+++ b/usrp/firmware/src/common/edit-gpif
@@ -7,7 +7,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/src/common/fpga.h b/usrp/firmware/src/common/fpga.h
index 6e5fbeea7..6cd5de8e2 100644
--- a/usrp/firmware/src/common/fpga.h
+++ b/usrp/firmware/src/common/fpga.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/src/common/fpga_load.c b/usrp/firmware/src/common/fpga_load.c
index 449a646ba..c3ae9e707 100644
--- a/usrp/firmware/src/common/fpga_load.c
+++ b/usrp/firmware/src/common/fpga_load.c
@@ -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/src/common/fpga_load.h b/usrp/firmware/src/common/fpga_load.h
index fd62e4c5e..7c36a04c8 100644
--- a/usrp/firmware/src/common/fpga_load.h
+++ b/usrp/firmware/src/common/fpga_load.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/src/common/init_gpif.c b/usrp/firmware/src/common/init_gpif.c
index 801345fa7..edde919be 100644
--- a/usrp/firmware/src/common/init_gpif.c
+++ b/usrp/firmware/src/common/init_gpif.c
@@ -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/src/common/usrp_common.c b/usrp/firmware/src/common/usrp_common.c
index 8bf4d156c..0998653c2 100644
--- a/usrp/firmware/src/common/usrp_common.c
+++ b/usrp/firmware/src/common/usrp_common.c
@@ -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/src/common/usrp_globals.h b/usrp/firmware/src/common/usrp_globals.h
index 35ea791a7..445e9e6b4 100644
--- a/usrp/firmware/src/common/usrp_globals.h
+++ b/usrp/firmware/src/common/usrp_globals.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/src/common/vectors.a51 b/usrp/firmware/src/common/vectors.a51
index 7f274fbee..e9382ab84 100644
--- a/usrp/firmware/src/common/vectors.a51
+++ b/usrp/firmware/src/common/vectors.a51
@@ -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/src/usrp2/Makefile.am b/usrp/firmware/src/usrp2/Makefile.am
index de7164b4b..3f5b74f7b 100644
--- a/usrp/firmware/src/usrp2/Makefile.am
+++ b/usrp/firmware/src/usrp2/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/src/usrp2/board_specific.c b/usrp/firmware/src/usrp2/board_specific.c
index 20c91597f..ef0081d84 100644
--- a/usrp/firmware/src/usrp2/board_specific.c
+++ b/usrp/firmware/src/usrp2/board_specific.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/src/usrp2/edit-gpif b/usrp/firmware/src/usrp2/edit-gpif
index a17b4dfe1..5367b75a5 100755
--- a/usrp/firmware/src/usrp2/edit-gpif
+++ b/usrp/firmware/src/usrp2/edit-gpif
@@ -7,7 +7,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/src/usrp2/eeprom_init.c b/usrp/firmware/src/usrp2/eeprom_init.c
index 45d6da4cd..a6f6cbe2d 100644
--- a/usrp/firmware/src/usrp2/eeprom_init.c
+++ b/usrp/firmware/src/usrp2/eeprom_init.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/src/usrp2/eeprom_io.c b/usrp/firmware/src/usrp2/eeprom_io.c
index b44c447cb..9eeb53636 100644
--- a/usrp/firmware/src/usrp2/eeprom_io.c
+++ b/usrp/firmware/src/usrp2/eeprom_io.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/src/usrp2/eeprom_io.h b/usrp/firmware/src/usrp2/eeprom_io.h
index e6eae423d..558017b12 100644
--- a/usrp/firmware/src/usrp2/eeprom_io.h
+++ b/usrp/firmware/src/usrp2/eeprom_io.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/src/usrp2/fpga_rev2.c b/usrp/firmware/src/usrp2/fpga_rev2.c
index 42355a2c0..cca961dc4 100644
--- a/usrp/firmware/src/usrp2/fpga_rev2.c
+++ b/usrp/firmware/src/usrp2/fpga_rev2.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/src/usrp2/fpga_rev2.h b/usrp/firmware/src/usrp2/fpga_rev2.h
index 3dc8ea35b..54ec3f9fa 100644
--- a/usrp/firmware/src/usrp2/fpga_rev2.h
+++ b/usrp/firmware/src/usrp2/fpga_rev2.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/src/usrp2/spi.c b/usrp/firmware/src/usrp2/spi.c
index 27c3a0059..f5803c55b 100644
--- a/usrp/firmware/src/usrp2/spi.c
+++ b/usrp/firmware/src/usrp2/spi.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/src/usrp2/spi.h b/usrp/firmware/src/usrp2/spi.h
index 057b488a2..12bc5e544 100644
--- a/usrp/firmware/src/usrp2/spi.h
+++ b/usrp/firmware/src/usrp2/spi.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/src/usrp2/usb_descriptors.a51 b/usrp/firmware/src/usrp2/usb_descriptors.a51
index d0c242d27..a60adbef8 100644
--- a/usrp/firmware/src/usrp2/usb_descriptors.a51
+++ b/usrp/firmware/src/usrp2/usb_descriptors.a51
@@ -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/src/usrp2/usrp_common.h b/usrp/firmware/src/usrp2/usrp_common.h
index e02383298..738ba6b37 100644
--- a/usrp/firmware/src/usrp2/usrp_common.h
+++ b/usrp/firmware/src/usrp2/usrp_common.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/src/usrp2/usrp_main.c b/usrp/firmware/src/usrp2/usrp_main.c
index 1c4f7637e..c7c09f8c5 100644
--- a/usrp/firmware/src/usrp2/usrp_main.c
+++ b/usrp/firmware/src/usrp2/usrp_main.c
@@ -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/src/usrp2/usrp_rev2_regs.h b/usrp/firmware/src/usrp2/usrp_rev2_regs.h
index a73f294d2..a4f1d9896 100644
--- a/usrp/firmware/src/usrp2/usrp_rev2_regs.h
+++ b/usrp/firmware/src/usrp2/usrp_rev2_regs.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,