diff options
Diffstat (limited to 'ezdop/src/host/avrdude')
-rw-r--r-- | ezdop/src/host/avrdude/Makefile.am | 4 | ||||
-rw-r--r-- | ezdop/src/host/avrdude/ftbb.c | 2 | ||||
-rw-r--r-- | ezdop/src/host/avrdude/ftbb.h | 2 | ||||
-rw-r--r-- | ezdop/src/host/avrdude/ftbb_ftdi.m4 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/ezdop/src/host/avrdude/Makefile.am b/ezdop/src/host/avrdude/Makefile.am index 962876da7..25a7ca5c2 100644 --- a/ezdop/src/host/avrdude/Makefile.am +++ b/ezdop/src/host/avrdude/Makefile.am @@ -14,8 +14,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 $(top_srcdir)/Makefile.common diff --git a/ezdop/src/host/avrdude/ftbb.c b/ezdop/src/host/avrdude/ftbb.c index 53b5794ca..8ef54dbde 100644 --- a/ezdop/src/host/avrdude/ftbb.c +++ b/ezdop/src/host/avrdude/ftbb.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/ezdop/src/host/avrdude/ftbb.h b/ezdop/src/host/avrdude/ftbb.h index d51e1a954..88d166aff 100644 --- a/ezdop/src/host/avrdude/ftbb.h +++ b/ezdop/src/host/avrdude/ftbb.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 __ftbb_h__ diff --git a/ezdop/src/host/avrdude/ftbb_ftdi.m4 b/ezdop/src/host/avrdude/ftbb_ftdi.m4 index ce020868b..baa4a2a13 100644 --- a/ezdop/src/host/avrdude/ftbb_ftdi.m4 +++ b/ezdop/src/host/avrdude/ftbb_ftdi.m4 @@ -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 AC_DEFUN([FTBB_FTDI], [ |