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 /src/pld | |
parent | 76b35638608f26cf7ea10509ecba3032eff90c9d (diff) | |
download | riscv-openocd-08d4411b59dd8bd0e7d8009003b71d23acbf6eee.zip riscv-openocd-08d4411b59dd8bd0e7d8009003b71d23acbf6eee.tar.gz riscv-openocd-08d4411b59dd8bd0e7d8009003b71d23acbf6eee.tar.bz2 |
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 'src/pld')
-rw-r--r-- | src/pld/pld.c | 2 | ||||
-rw-r--r-- | src/pld/pld.h | 2 | ||||
-rw-r--r-- | src/pld/virtex2.c | 2 | ||||
-rw-r--r-- | src/pld/virtex2.h | 2 | ||||
-rw-r--r-- | src/pld/xilinx_bit.c | 2 | ||||
-rw-r--r-- | src/pld/xilinx_bit.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/pld/pld.c b/src/pld/pld.c index a9431f4..fb5d32e 100644 --- a/src/pld/pld.c +++ b/src/pld/pld.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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/pld/pld.h b/src/pld/pld.h index eb200f6..c089fe6 100644 --- a/src/pld/pld.h +++ b/src/pld/pld.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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef PLD_H diff --git a/src/pld/virtex2.c b/src/pld/virtex2.c index 36d8f6f..b600561 100644 --- a/src/pld/virtex2.c +++ b/src/pld/virtex2.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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index f2d2be2..94419eb 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef VIRTEX2_H diff --git a/src/pld/xilinx_bit.c b/src/pld/xilinx_bit.c index 90d44a2..cd414ba 100644 --- a/src/pld/xilinx_bit.c +++ b/src/pld/xilinx_bit.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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/pld/xilinx_bit.h b/src/pld/xilinx_bit.h index 131a783..d507dfc 100644 --- a/src/pld/xilinx_bit.h +++ b/src/pld/xilinx_bit.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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef XILINX_BIT_H |