aboutsummaryrefslogtreecommitdiff
path: root/src/helper
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2013-06-02 20:32:36 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2013-06-05 19:52:42 +0000
commit08d4411b59dd8bd0e7d8009003b71d23acbf6eee (patch)
tree530b44052410f46fa70eef9e70023b33fa3a66b9 /src/helper
parent76b35638608f26cf7ea10509ecba3032eff90c9d (diff)
downloadriscv-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/helper')
-rw-r--r--src/helper/bin2char.c2
-rw-r--r--src/helper/binarybuffer.c2
-rw-r--r--src/helper/binarybuffer.h2
-rw-r--r--src/helper/command.c2
-rw-r--r--src/helper/command.h2
-rw-r--r--src/helper/configuration.c2
-rw-r--r--src/helper/configuration.h2
-rw-r--r--src/helper/fileio.c2
-rw-r--r--src/helper/fileio.h2
-rw-r--r--src/helper/ioutil.c2
-rw-r--r--src/helper/ioutil.h2
-rw-r--r--src/helper/ioutil_stubs.c2
-rw-r--r--src/helper/log.c2
-rw-r--r--src/helper/log.h2
-rw-r--r--src/helper/options.c2
-rw-r--r--src/helper/replacements.c2
-rw-r--r--src/helper/replacements.h2
-rw-r--r--src/helper/system.h2
-rw-r--r--src/helper/time_support.c2
-rw-r--r--src/helper/time_support.h2
-rw-r--r--src/helper/time_support_common.c2
-rw-r--r--src/helper/types.h2
-rw-r--r--src/helper/util.c2
-rw-r--r--src/helper/util.h2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/helper/bin2char.c b/src/helper/bin2char.c
index a214b63..d5fe7f3 100644
--- a/src/helper/bin2char.c
+++ b/src/helper/bin2char.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. *
***************************************************************************/
#include <stdio.h>
diff --git a/src/helper/binarybuffer.c b/src/helper/binarybuffer.c
index b3e4491..5defcda 100644
--- a/src/helper/binarybuffer.c
+++ b/src/helper/binarybuffer.c
@@ -18,7 +18,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/helper/binarybuffer.h b/src/helper/binarybuffer.h
index 633ed9e..3fbfea4 100644
--- a/src/helper/binarybuffer.h
+++ b/src/helper/binarybuffer.h
@@ -18,7 +18,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 BINARYBUFFER_H
diff --git a/src/helper/command.c b/src/helper/command.c
index bb04fb6..cf824a6 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -24,7 +24,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/helper/command.h b/src/helper/command.h
index e50fff2..7623563 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -18,7 +18,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 COMMAND_H
diff --git a/src/helper/configuration.c b/src/helper/configuration.c
index bfb73fd..31a618c 100644
--- a/src/helper/configuration.c
+++ b/src/helper/configuration.c
@@ -18,7 +18,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
#include "config.h"
diff --git a/src/helper/configuration.h b/src/helper/configuration.h
index 749f007..7b9f711 100644
--- a/src/helper/configuration.h
+++ b/src/helper/configuration.h
@@ -18,7 +18,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 CONFIGURATION_H
diff --git a/src/helper/fileio.c b/src/helper/fileio.c
index 4963d22..04cfaf5 100644
--- a/src/helper/fileio.c
+++ b/src/helper/fileio.c
@@ -21,7 +21,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/helper/fileio.h b/src/helper/fileio.h
index 25b079d..680bdd2 100644
--- a/src/helper/fileio.h
+++ b/src/helper/fileio.h
@@ -21,7 +21,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 FILEIO_H
diff --git a/src/helper/ioutil.c b/src/helper/ioutil.c
index dc0c5c4..ba7e215 100644
--- a/src/helper/ioutil.c
+++ b/src/helper/ioutil.c
@@ -14,7 +14,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. *
***************************************************************************/
/* this file contains various functionality useful to standalone systems */
diff --git a/src/helper/ioutil.h b/src/helper/ioutil.h
index 82cce4e..8cd9157 100644
--- a/src/helper/ioutil.h
+++ b/src/helper/ioutil.h
@@ -14,7 +14,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 HELPER_IOUTILS_H
diff --git a/src/helper/ioutil_stubs.c b/src/helper/ioutil_stubs.c
index 3cd9f97..a87f1b6 100644
--- a/src/helper/ioutil_stubs.c
+++ b/src/helper/ioutil_stubs.c
@@ -14,7 +14,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/helper/log.c b/src/helper/log.c
index ff84dbf..cb1fbac 100644
--- a/src/helper/log.c
+++ b/src/helper/log.c
@@ -21,7 +21,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/helper/log.h b/src/helper/log.h
index e161a6e..e1801e9 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -21,7 +21,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 ERROR_H
diff --git a/src/helper/options.c b/src/helper/options.c
index e6b0f64..d0a4a70 100644
--- a/src/helper/options.c
+++ b/src/helper/options.c
@@ -18,7 +18,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/helper/replacements.c b/src/helper/replacements.c
index 0ba98a4..2ae87e5 100644
--- a/src/helper/replacements.c
+++ b/src/helper/replacements.c
@@ -21,7 +21,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. *
***************************************************************************/
/* DANGER!!!! These must be defined *BEFORE* replacements.h and the malloc() macro!!!! */
diff --git a/src/helper/replacements.h b/src/helper/replacements.h
index 7c2e44b..0fe93b2 100644
--- a/src/helper/replacements.h
+++ b/src/helper/replacements.h
@@ -21,7 +21,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 REPLACEMENTS_H
diff --git a/src/helper/system.h b/src/helper/system.h
index 82d0cae..f710cfb 100644
--- a/src/helper/system.h
+++ b/src/helper/system.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 SYSTEM_H
diff --git a/src/helper/time_support.c b/src/helper/time_support.c
index f7e9352..c5978b4 100644
--- a/src/helper/time_support.c
+++ b/src/helper/time_support.c
@@ -21,7 +21,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/helper/time_support.h b/src/helper/time_support.h
index 4c46127..ab83982 100644
--- a/src/helper/time_support.h
+++ b/src/helper/time_support.h
@@ -21,7 +21,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 TIME_SUPPORT_H
diff --git a/src/helper/time_support_common.c b/src/helper/time_support_common.c
index dc55d11..fd564e3 100644
--- a/src/helper/time_support_common.c
+++ b/src/helper/time_support_common.c
@@ -21,7 +21,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/helper/types.h b/src/helper/types.h
index 6866f56..3d27e83 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -18,7 +18,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 TYPES_H
#define TYPES_H
diff --git a/src/helper/util.c b/src/helper/util.c
index e60397d..55b92a7 100644
--- a/src/helper/util.c
+++ b/src/helper/util.c
@@ -14,7 +14,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. *
***************************************************************************/
/* this file contains various functionality useful to standalone systems */
diff --git a/src/helper/util.h b/src/helper/util.h
index ac42941..48db725 100644
--- a/src/helper/util.h
+++ b/src/helper/util.h
@@ -14,7 +14,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 HELPER_UTILS_H