diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2013-06-02 20:32:36 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2013-06-05 19:52:42 +0000 |
commit | 08d4411b59dd8bd0e7d8009003b71d23acbf6eee (patch) | |
tree | 530b44052410f46fa70eef9e70023b33fa3a66b9 /contrib/libdcc | |
parent | 76b35638608f26cf7ea10509ecba3032eff90c9d (diff) |
update files to correct FSF address
Change-Id: I429f7fd51f77b0e7c86d7a7f110ca31afd76c173
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1426
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'contrib/libdcc')
-rw-r--r-- | contrib/libdcc/dcc_stdio.c | 2 | ||||
-rw-r--r-- | contrib/libdcc/dcc_stdio.h | 2 | ||||
-rw-r--r-- | contrib/libdcc/example.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libdcc/dcc_stdio.c b/contrib/libdcc/dcc_stdio.c index 356ddbda..5a457e7f 100644 --- a/contrib/libdcc/dcc_stdio.c +++ b/contrib/libdcc/dcc_stdio.c @@ -19,7 +19,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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #include "dcc_stdio.h" diff --git a/contrib/libdcc/dcc_stdio.h b/contrib/libdcc/dcc_stdio.h index d16f2a78..cb87ab35 100644 --- a/contrib/libdcc/dcc_stdio.h +++ b/contrib/libdcc/dcc_stdio.h @@ -17,7 +17,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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef DCC_STDIO_H diff --git a/contrib/libdcc/example.c b/contrib/libdcc/example.c index 0814c9ce..2cbef205 100644 --- a/contrib/libdcc/example.c +++ b/contrib/libdcc/example.c @@ -17,7 +17,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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #include "dcc_stdio.h" |