summaryrefslogtreecommitdiff
path: root/usrp/firmware/include
diff options
context:
space:
mode:
authoreb2006-09-13 21:30:04 +0000
committereb2006-09-13 21:30:04 +0000
commit86f5c92427b3f4bb30536d76cf63c3fca388fb2f (patch)
tree40c88e125aee9d66b2f8a7451a43e3eaf07da578 /usrp/firmware/include
parent31750b16dc2676a323fb8bd4a933e166d81b547e (diff)
downloadgnuradio-86f5c92427b3f4bb30536d76cf63c3fca388fb2f.tar.gz
gnuradio-86f5c92427b3f4bb30536d76cf63c3fca388fb2f.tar.bz2
gnuradio-86f5c92427b3f4bb30536d76cf63c3fca388fb2f.zip
Updated FSF address in all files. Fixes ticket:51
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/firmware/include')
-rw-r--r--usrp/firmware/include/Makefile.am4
-rw-r--r--usrp/firmware/include/delay.h4
-rw-r--r--usrp/firmware/include/fpga_regs0.h4
-rw-r--r--usrp/firmware/include/fpga_regs_common.h4
-rw-r--r--usrp/firmware/include/fpga_regs_standard.h4
-rw-r--r--usrp/firmware/include/fx2regs.h4
-rw-r--r--usrp/firmware/include/fx2utils.h4
-rw-r--r--usrp/firmware/include/i2c.h4
-rw-r--r--usrp/firmware/include/isr.h4
-rw-r--r--usrp/firmware/include/syncdelay.h4
-rw-r--r--usrp/firmware/include/timer.h4
-rw-r--r--usrp/firmware/include/usb_common.h4
-rw-r--r--usrp/firmware/include/usb_descriptors.h4
-rw-r--r--usrp/firmware/include/usb_requests.h4
-rw-r--r--usrp/firmware/include/usrp_commands.h2
-rw-r--r--usrp/firmware/include/usrp_config.h2
-rw-r--r--usrp/firmware/include/usrp_i2c_addr.h4
-rw-r--r--usrp/firmware/include/usrp_ids.h4
-rw-r--r--usrp/firmware/include/usrp_interfaces.h4
-rw-r--r--usrp/firmware/include/usrp_spi_defs.h4
20 files changed, 38 insertions, 38 deletions
diff --git a/usrp/firmware/include/Makefile.am b/usrp/firmware/include/Makefile.am
index 7f58d19fe..9065a0e4e 100644
--- a/usrp/firmware/include/Makefile.am
+++ b/usrp/firmware/include/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.
#
include_HEADERS = \
diff --git a/usrp/firmware/include/delay.h b/usrp/firmware/include/delay.h
index c0ef19afe..26b3e33b2 100644
--- a/usrp/firmware/include/delay.h
+++ b/usrp/firmware/include/delay.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 _DELAY_H_
diff --git a/usrp/firmware/include/fpga_regs0.h b/usrp/firmware/include/fpga_regs0.h
index fd591dd0b..fcf8d64d0 100644
--- a/usrp/firmware/include/fpga_regs0.h
+++ b/usrp/firmware/include/fpga_regs0.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 _FPGA_REGS0_H_
diff --git a/usrp/firmware/include/fpga_regs_common.h b/usrp/firmware/include/fpga_regs_common.h
index 3272fdf3d..fe0c81f57 100644
--- a/usrp/firmware/include/fpga_regs_common.h
+++ b/usrp/firmware/include/fpga_regs_common.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_FPGA_REGS_COMMON_H
#define INCLUDED_FPGA_REGS_COMMON_H
diff --git a/usrp/firmware/include/fpga_regs_standard.h b/usrp/firmware/include/fpga_regs_standard.h
index 3c46422e6..2f119fe65 100644
--- a/usrp/firmware/include/fpga_regs_standard.h
+++ b/usrp/firmware/include/fpga_regs_standard.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_FPGA_REGS_STANDARD_H
#define INCLUDED_FPGA_REGS_STANDARD_H
diff --git a/usrp/firmware/include/fx2regs.h b/usrp/firmware/include/fx2regs.h
index efe0f9929..ddbbfdd6f 100644
--- a/usrp/firmware/include/fx2regs.h
+++ b/usrp/firmware/include/fx2regs.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.
*/
/*
diff --git a/usrp/firmware/include/fx2utils.h b/usrp/firmware/include/fx2utils.h
index 9c2e99d63..3d126edf3 100644
--- a/usrp/firmware/include/fx2utils.h
+++ b/usrp/firmware/include/fx2utils.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 _FX2UTILS_H_
#define _FX2UTILS_H_
diff --git a/usrp/firmware/include/i2c.h b/usrp/firmware/include/i2c.h
index 58b7a34b2..02d91c601 100644
--- a/usrp/firmware/include/i2c.h
+++ b/usrp/firmware/include/i2c.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 _I2C_H_
diff --git a/usrp/firmware/include/isr.h b/usrp/firmware/include/isr.h
index 208117540..f0e61fc0f 100644
--- a/usrp/firmware/include/isr.h
+++ b/usrp/firmware/include/isr.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 _ISR_H_
diff --git a/usrp/firmware/include/syncdelay.h b/usrp/firmware/include/syncdelay.h
index fa67338bf..e49d7e4e9 100644
--- a/usrp/firmware/include/syncdelay.h
+++ b/usrp/firmware/include/syncdelay.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 _SYNCDELAY_H_
#define _SYNCDELAY_H_
diff --git a/usrp/firmware/include/timer.h b/usrp/firmware/include/timer.h
index 7bb640e20..552d63569 100644
--- a/usrp/firmware/include/timer.h
+++ b/usrp/firmware/include/timer.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 _TIMER_H_
diff --git a/usrp/firmware/include/usb_common.h b/usrp/firmware/include/usb_common.h
index f8e26bee1..42b6da874 100644
--- a/usrp/firmware/include/usb_common.h
+++ b/usrp/firmware/include/usb_common.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 _USB_COMMON_H_
diff --git a/usrp/firmware/include/usb_descriptors.h b/usrp/firmware/include/usb_descriptors.h
index 68390d7f8..5547cd88b 100644
--- a/usrp/firmware/include/usb_descriptors.h
+++ b/usrp/firmware/include/usb_descriptors.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.
*/
extern xdata const char high_speed_device_descr[];
diff --git a/usrp/firmware/include/usb_requests.h b/usrp/firmware/include/usb_requests.h
index c4680b053..8fcec7fab 100644
--- a/usrp/firmware/include/usb_requests.h
+++ b/usrp/firmware/include/usb_requests.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.
*/
// Standard USB requests.
diff --git a/usrp/firmware/include/usrp_commands.h b/usrp/firmware/include/usrp_commands.h
index 24878929e..b14044c82 100644
--- a/usrp/firmware/include/usrp_commands.h
+++ b/usrp/firmware/include/usrp_commands.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 _USRP_COMMANDS_H_
diff --git a/usrp/firmware/include/usrp_config.h b/usrp/firmware/include/usrp_config.h
index 6d87665c2..776085332 100644
--- a/usrp/firmware/include/usrp_config.h
+++ b/usrp/firmware/include/usrp_config.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/include/usrp_i2c_addr.h b/usrp/firmware/include/usrp_i2c_addr.h
index 738bf2e6b..5f27f21b5 100644
--- a/usrp/firmware/include/usrp_i2c_addr.h
+++ b/usrp/firmware/include/usrp_i2c_addr.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_USRP_I2C_ADDR_H
#define INCLUDED_USRP_I2C_ADDR_H
diff --git a/usrp/firmware/include/usrp_ids.h b/usrp/firmware/include/usrp_ids.h
index 65c4755bf..30966793c 100644
--- a/usrp/firmware/include/usrp_ids.h
+++ b/usrp/firmware/include/usrp_ids.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.
*/
/*
diff --git a/usrp/firmware/include/usrp_interfaces.h b/usrp/firmware/include/usrp_interfaces.h
index 98432d1e8..7b9c5cd5c 100644
--- a/usrp/firmware/include/usrp_interfaces.h
+++ b/usrp/firmware/include/usrp_interfaces.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 _USRP_INTERFACES_H_
diff --git a/usrp/firmware/include/usrp_spi_defs.h b/usrp/firmware/include/usrp_spi_defs.h
index 8404d7cb4..3c2204fc6 100644
--- a/usrp/firmware/include/usrp_spi_defs.h
+++ b/usrp/firmware/include/usrp_spi_defs.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_USRP_SPI_DEFS_H