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/lib | |
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/lib')
-rw-r--r-- | usrp/firmware/lib/Makefile.am | 4 | ||||
-rw-r--r-- | usrp/firmware/lib/delay.c | 4 | ||||
-rw-r--r-- | usrp/firmware/lib/fx2utils.c | 4 | ||||
-rw-r--r-- | usrp/firmware/lib/i2c-compiler-bug.c | 4 | ||||
-rw-r--r-- | usrp/firmware/lib/i2c.c | 4 | ||||
-rw-r--r-- | usrp/firmware/lib/isr.c | 4 | ||||
-rw-r--r-- | usrp/firmware/lib/timer.c | 4 | ||||
-rw-r--r-- | usrp/firmware/lib/usb_common.c | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/usrp/firmware/lib/Makefile.am b/usrp/firmware/lib/Makefile.am index 47fc6f730..db317b4e3 100644 --- a/usrp/firmware/lib/Makefile.am +++ b/usrp/firmware/lib/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/lib/delay.c b/usrp/firmware/lib/delay.c index c8bad7f2c..b27d09ee4 100644 --- a/usrp/firmware/lib/delay.c +++ b/usrp/firmware/lib/delay.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. */ /* diff --git a/usrp/firmware/lib/fx2utils.c b/usrp/firmware/lib/fx2utils.c index 544302e88..d3192a20c 100644 --- a/usrp/firmware/lib/fx2utils.c +++ b/usrp/firmware/lib/fx2utils.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 "fx2utils.h" diff --git a/usrp/firmware/lib/i2c-compiler-bug.c b/usrp/firmware/lib/i2c-compiler-bug.c index ae97f1afe..25d09dd6c 100644 --- a/usrp/firmware/lib/i2c-compiler-bug.c +++ b/usrp/firmware/lib/i2c-compiler-bug.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 "i2c.h" diff --git a/usrp/firmware/lib/i2c.c b/usrp/firmware/lib/i2c.c index 08a09cf06..864adcd79 100644 --- a/usrp/firmware/lib/i2c.c +++ b/usrp/firmware/lib/i2c.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 "i2c.h" diff --git a/usrp/firmware/lib/isr.c b/usrp/firmware/lib/isr.c index 7a2010728..e28eb876a 100644 --- a/usrp/firmware/lib/isr.c +++ b/usrp/firmware/lib/isr.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 "isr.h" diff --git a/usrp/firmware/lib/timer.c b/usrp/firmware/lib/timer.c index 9e396f469..6b7a87911 100644 --- a/usrp/firmware/lib/timer.c +++ b/usrp/firmware/lib/timer.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 "timer.h" diff --git a/usrp/firmware/lib/usb_common.c b/usrp/firmware/lib/usb_common.c index 731fd6858..9d5c9cf2b 100644 --- a/usrp/firmware/lib/usb_common.c +++ b/usrp/firmware/lib/usb_common.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 "usb_common.h" |