diff options
author | eb | 2006-09-13 21:30:04 +0000 |
---|---|---|
committer | eb | 2006-09-13 21:30:04 +0000 |
commit | 86f5c92427b3f4bb30536d76cf63c3fca388fb2f (patch) | |
tree | 40c88e125aee9d66b2f8a7451a43e3eaf07da578 /usrp/firmware/src/common | |
parent | 31750b16dc2676a323fb8bd4a933e166d81b547e (diff) | |
download | gnuradio-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/src/common')
-rw-r--r-- | usrp/firmware/src/common/Makefile.am | 4 | ||||
-rw-r--r-- | usrp/firmware/src/common/_startup.a51 | 4 | ||||
-rw-r--r-- | usrp/firmware/src/common/_startup.a51.brittle | 4 | ||||
-rw-r--r-- | usrp/firmware/src/common/blink_leds.c | 2 | ||||
-rwxr-xr-x | usrp/firmware/src/common/build_eeprom.py | 4 | ||||
-rw-r--r-- | usrp/firmware/src/common/check_mdelay.c | 2 | ||||
-rw-r--r-- | usrp/firmware/src/common/check_udelay.c | 2 | ||||
-rwxr-xr-x | usrp/firmware/src/common/edit-gpif | 4 | ||||
-rw-r--r-- | usrp/firmware/src/common/fpga.h | 4 | ||||
-rw-r--r-- | usrp/firmware/src/common/fpga_load.c | 2 | ||||
-rw-r--r-- | usrp/firmware/src/common/fpga_load.h | 2 | ||||
-rw-r--r-- | usrp/firmware/src/common/init_gpif.c | 2 | ||||
-rw-r--r-- | usrp/firmware/src/common/usrp_common.c | 2 | ||||
-rw-r--r-- | usrp/firmware/src/common/usrp_globals.h | 4 | ||||
-rw-r--r-- | usrp/firmware/src/common/vectors.a51 | 4 |
15 files changed, 23 insertions, 23 deletions
diff --git a/usrp/firmware/src/common/Makefile.am b/usrp/firmware/src/common/Makefile.am index ba3c0e4ed..b62baf599 100644 --- a/usrp/firmware/src/common/Makefile.am +++ b/usrp/firmware/src/common/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. # EXTRA_DIST = \ diff --git a/usrp/firmware/src/common/_startup.a51 b/usrp/firmware/src/common/_startup.a51 index 0bffbbeee..a300d696c 100644 --- a/usrp/firmware/src/common/_startup.a51 +++ b/usrp/firmware/src/common/_startup.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. ;;; The default external memory initialization provided by sdcc is not diff --git a/usrp/firmware/src/common/_startup.a51.brittle b/usrp/firmware/src/common/_startup.a51.brittle index 1238f3d7f..c8f2ee365 100644 --- a/usrp/firmware/src/common/_startup.a51.brittle +++ b/usrp/firmware/src/common/_startup.a51.brittle @@ -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. ;;; The default external memory initialization provided by sdcc is not diff --git a/usrp/firmware/src/common/blink_leds.c b/usrp/firmware/src/common/blink_leds.c index 4654e73cb..c05d3b11c 100644 --- a/usrp/firmware/src/common/blink_leds.c +++ b/usrp/firmware/src/common/blink_leds.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/common/build_eeprom.py b/usrp/firmware/src/common/build_eeprom.py index 661205928..44b97da0f 100755 --- a/usrp/firmware/src/common/build_eeprom.py +++ b/usrp/firmware/src/common/build_eeprom.py @@ -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. # import re diff --git a/usrp/firmware/src/common/check_mdelay.c b/usrp/firmware/src/common/check_mdelay.c index 8cdadab62..936406289 100644 --- a/usrp/firmware/src/common/check_mdelay.c +++ b/usrp/firmware/src/common/check_mdelay.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/common/check_udelay.c b/usrp/firmware/src/common/check_udelay.c index 6e1c8400a..4d46aa07d 100644 --- a/usrp/firmware/src/common/check_udelay.c +++ b/usrp/firmware/src/common/check_udelay.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/common/edit-gpif b/usrp/firmware/src/common/edit-gpif index c507f502a..a17b4dfe1 100755 --- a/usrp/firmware/src/common/edit-gpif +++ b/usrp/firmware/src/common/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/common/fpga.h b/usrp/firmware/src/common/fpga.h index d95db3341..6e5fbeea7 100644 --- a/usrp/firmware/src/common/fpga.h +++ b/usrp/firmware/src/common/fpga.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_H #define INCLUDED_FPGA_H diff --git a/usrp/firmware/src/common/fpga_load.c b/usrp/firmware/src/common/fpga_load.c index 1c2792d25..449a646ba 100644 --- a/usrp/firmware/src/common/fpga_load.c +++ b/usrp/firmware/src/common/fpga_load.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/common/fpga_load.h b/usrp/firmware/src/common/fpga_load.h index baf22ded7..fd62e4c5e 100644 --- a/usrp/firmware/src/common/fpga_load.h +++ b/usrp/firmware/src/common/fpga_load.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_LOAD_H diff --git a/usrp/firmware/src/common/init_gpif.c b/usrp/firmware/src/common/init_gpif.c index 40336e656..801345fa7 100644 --- a/usrp/firmware/src/common/init_gpif.c +++ b/usrp/firmware/src/common/init_gpif.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/common/usrp_common.c b/usrp/firmware/src/common/usrp_common.c index 5daa8df5f..8bf4d156c 100644 --- a/usrp/firmware/src/common/usrp_common.c +++ b/usrp/firmware/src/common/usrp_common.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 */ /* diff --git a/usrp/firmware/src/common/usrp_globals.h b/usrp/firmware/src/common/usrp_globals.h index 6caa23486..35ea791a7 100644 --- a/usrp/firmware/src/common/usrp_globals.h +++ b/usrp/firmware/src/common/usrp_globals.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_GLOBALS_H_ #define _USRP_GLOBALS_H_ diff --git a/usrp/firmware/src/common/vectors.a51 b/usrp/firmware/src/common/vectors.a51 index 7fd5f9547..7f274fbee 100644 --- a/usrp/firmware/src/common/vectors.a51 +++ b/usrp/firmware/src/common/vectors.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. ;;; ;;; Interrupt vectors. |