summaryrefslogtreecommitdiff
path: root/usrp/firmware/src
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2007-07-21 03:44:38 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2007-07-21 03:44:38 +0000
commit937b719d2e57d0497293d603da10cac2532346f6 (patch)
tree4fe77e67611a34ea5439df2603f5d7a9c2a3bb27 /usrp/firmware/src
parent367efcdd71036a7f9930359280ca056baadc48a8 (diff)
Updated license from GPL version 2 or later to GPL version 3 or later.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
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 ca45f0b66b..fab46cef08 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 701bc48c8e..95232324d9 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 a300d696c3..30a9078576 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 c8f2ee3658..2996275cfb 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 c05d3b11cb..255c697330 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 44b97da0f6..023c4b3f57 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 9364062893..de1af47f61 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 4d46aa07d3..46885a0677 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 a17b4dfe16..5367b75a52 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 6e5fbeea7f..6cd5de8e2b 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 449a646baa..c3ae9e7073 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 fd62e4c5ee..7c36a04c8e 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 801345fa7c..edde919be9 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 8bf4d156c9..0998653c22 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 35ea791a70..445e9e6b41 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 7f274fbee1..e9382ab849 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 de7164b4b0..3f5b74f7ba 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 20c91597f2..ef0081d848 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 a17b4dfe16..5367b75a52 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 45d6da4cde..a6f6cbe2d7 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 b44c447cbc..9eeb536368 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 e6eae423dc..558017b127 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 42355a2c02..cca961dc44 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 3dc8ea35ba..54ec3f9fa2 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 27c3a0059f..f5803c55b3 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 057b488a2a..12bc5e5446 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 d0c242d27d..a60adbef82 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 e023832986..738ba6b37c 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 1c4f7637e8..c7c09f8c55 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 a73f294d2c..a4f1d98968 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,