summaryrefslogtreecommitdiff
path: root/usrp/firmware/src/usrp2
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/firmware/src/usrp2')
-rw-r--r--usrp/firmware/src/usrp2/Makefile.am4
-rw-r--r--usrp/firmware/src/usrp2/board_specific.c4
-rwxr-xr-xusrp/firmware/src/usrp2/edit-gpif4
-rw-r--r--usrp/firmware/src/usrp2/eeprom_init.c4
-rw-r--r--usrp/firmware/src/usrp2/eeprom_io.c4
-rw-r--r--usrp/firmware/src/usrp2/eeprom_io.h4
-rw-r--r--usrp/firmware/src/usrp2/fpga_rev2.c4
-rw-r--r--usrp/firmware/src/usrp2/fpga_rev2.h2
-rw-r--r--usrp/firmware/src/usrp2/spi.c4
-rw-r--r--usrp/firmware/src/usrp2/spi.h4
-rw-r--r--usrp/firmware/src/usrp2/usb_descriptors.a514
-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
14 files changed, 24 insertions, 24 deletions
diff --git a/usrp/firmware/src/usrp2/Makefile.am b/usrp/firmware/src/usrp2/Makefile.am
index e2b9f9e61..423404a4a 100644
--- a/usrp/firmware/src/usrp2/Makefile.am
+++ b/usrp/firmware/src/usrp2/Makefile.am
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
firmware2dir = $(prefix)/share/usrp/rev2
diff --git a/usrp/firmware/src/usrp2/board_specific.c b/usrp/firmware/src/usrp2/board_specific.c
index a4ff45c5a..20c91597f 100644
--- a/usrp/firmware/src/usrp2/board_specific.c
+++ b/usrp/firmware/src/usrp2/board_specific.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/usrp2/edit-gpif b/usrp/firmware/src/usrp2/edit-gpif
index c507f502a..a17b4dfe1 100755
--- a/usrp/firmware/src/usrp2/edit-gpif
+++ b/usrp/firmware/src/usrp2/edit-gpif
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
#
diff --git a/usrp/firmware/src/usrp2/eeprom_init.c b/usrp/firmware/src/usrp2/eeprom_init.c
index fb949bc82..45d6da4cd 100644
--- a/usrp/firmware/src/usrp2/eeprom_init.c
+++ b/usrp/firmware/src/usrp2/eeprom_init.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/usrp2/eeprom_io.c b/usrp/firmware/src/usrp2/eeprom_io.c
index 1aa51a0b7..b44c447cb 100644
--- a/usrp/firmware/src/usrp2/eeprom_io.c
+++ b/usrp/firmware/src/usrp2/eeprom_io.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "eeprom_io.h"
diff --git a/usrp/firmware/src/usrp2/eeprom_io.h b/usrp/firmware/src/usrp2/eeprom_io.h
index ece8036d3..e6eae423d 100644
--- a/usrp/firmware/src/usrp2/eeprom_io.h
+++ b/usrp/firmware/src/usrp2/eeprom_io.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_EEPROM_IO_H
diff --git a/usrp/firmware/src/usrp2/fpga_rev2.c b/usrp/firmware/src/usrp2/fpga_rev2.c
index cd282d6d0..42355a2c0 100644
--- a/usrp/firmware/src/usrp2/fpga_rev2.c
+++ b/usrp/firmware/src/usrp2/fpga_rev2.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "fpga.h"
diff --git a/usrp/firmware/src/usrp2/fpga_rev2.h b/usrp/firmware/src/usrp2/fpga_rev2.h
index 6c04271b5..3dc8ea35b 100644
--- a/usrp/firmware/src/usrp2/fpga_rev2.h
+++ b/usrp/firmware/src/usrp2/fpga_rev2.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#ifndef INCLUDED_FPGA_REV1_H
diff --git a/usrp/firmware/src/usrp2/spi.c b/usrp/firmware/src/usrp2/spi.c
index 0c6abb4da..27c3a0059 100644
--- a/usrp/firmware/src/usrp2/spi.c
+++ b/usrp/firmware/src/usrp2/spi.c
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#include "spi.h"
diff --git a/usrp/firmware/src/usrp2/spi.h b/usrp/firmware/src/usrp2/spi.h
index b17126d04..057b488a2 100644
--- a/usrp/firmware/src/usrp2/spi.h
+++ b/usrp/firmware/src/usrp2/spi.h
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU General Public License
* along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_SPI_H
diff --git a/usrp/firmware/src/usrp2/usb_descriptors.a51 b/usrp/firmware/src/usrp2/usb_descriptors.a51
index 06a92f5af..d0c242d27 100644
--- a/usrp/firmware/src/usrp2/usb_descriptors.a51
+++ b/usrp/firmware/src/usrp2/usb_descriptors.a51
@@ -16,8 +16,8 @@
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Radio; see the file COPYING. If not, write to
-;;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;;; Boston, MA 02111-1307, USA.
+;;; the Free Software Foundation, Inc., 51 Franklin Street,
+;;; Boston, MA 02110-1301, USA.
;;;
;;; USB Descriptor table for the USRP
diff --git a/usrp/firmware/src/usrp2/usrp_common.h b/usrp/firmware/src/usrp2/usrp_common.h
index 5625b42d4..e02383298 100644
--- a/usrp/firmware/src/usrp2/usrp_common.h
+++ b/usrp/firmware/src/usrp2/usrp_common.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
/*
diff --git a/usrp/firmware/src/usrp2/usrp_main.c b/usrp/firmware/src/usrp2/usrp_main.c
index 0dbba8e57..1c4f7637e 100644
--- a/usrp/firmware/src/usrp2/usrp_main.c
+++ b/usrp/firmware/src/usrp2/usrp_main.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
#include "usrp_common.h"
diff --git a/usrp/firmware/src/usrp2/usrp_rev2_regs.h b/usrp/firmware/src/usrp2/usrp_rev2_regs.h
index e18003f7f..a73f294d2 100644
--- a/usrp/firmware/src/usrp2/usrp_rev2_regs.h
+++ b/usrp/firmware/src/usrp2/usrp_rev2_regs.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
*/
/*