summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-09-23 21:53:25 +0000
committerStefan Reinauer <stepan@openbios.org>2009-09-23 21:53:25 +0000
commitac7a2d2f848928fba5054d37343754fc4b2d557d (patch)
treedc7f4a9b7ec6ad5de93e65e35e9fe698129772b1
parent6c641ee035fbef06ca0cbb42c921fb7028cf5216 (diff)
downloadcoreboot-ac7a2d2f848928fba5054d37343754fc4b2d557d.tar.xz
fix some wrong occurences of the FSF's address (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4665 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--util/nvramtool/DISCLAIMER2
-rw-r--r--util/nvramtool/cmos_lowlevel.c2
-rw-r--r--util/nvramtool/cmos_lowlevel.h2
-rw-r--r--util/nvramtool/cmos_ops.c2
-rw-r--r--util/nvramtool/cmos_ops.h2
-rw-r--r--util/nvramtool/common.c2
-rw-r--r--util/nvramtool/common.h2
-rw-r--r--util/nvramtool/input_file.c2
-rw-r--r--util/nvramtool/input_file.h2
-rw-r--r--util/nvramtool/layout.c2
-rw-r--r--util/nvramtool/layout.h2
-rw-r--r--util/nvramtool/layout_file.c2
-rw-r--r--util/nvramtool/layout_file.h2
-rw-r--r--util/nvramtool/lbtable.c2
-rw-r--r--util/nvramtool/lbtable.h2
-rw-r--r--util/nvramtool/nvramtool.82
-rw-r--r--util/nvramtool/nvramtool.c2
-rw-r--r--util/nvramtool/opts.c2
-rw-r--r--util/nvramtool/opts.h2
-rw-r--r--util/nvramtool/reg_expr.c2
-rw-r--r--util/nvramtool/reg_expr.h2
21 files changed, 21 insertions, 21 deletions
diff --git a/util/nvramtool/DISCLAIMER b/util/nvramtool/DISCLAIMER
index dba8075767..1e9d0d2bd7 100644
--- a/util/nvramtool/DISCLAIMER
+++ b/util/nvramtool/DISCLAIMER
@@ -23,7 +23,7 @@ conditions of the GNU General Public License for more details.
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 St, Fifth Floor, Boston, MA 02110-1301 USA.
This work was produced at the University of California, Lawrence Livermore
National Laboratory (UC LLNL) under contract no. W-7405-ENG-48 (Contract 48)
diff --git a/util/nvramtool/cmos_lowlevel.c b/util/nvramtool/cmos_lowlevel.c
index b5e8dee9b2..7fd603bd28 100644
--- a/util/nvramtool/cmos_lowlevel.c
+++ b/util/nvramtool/cmos_lowlevel.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#if defined(__FreeBSD__)
diff --git a/util/nvramtool/cmos_lowlevel.h b/util/nvramtool/cmos_lowlevel.h
index 20a503f75b..d07520bb24 100644
--- a/util/nvramtool/cmos_lowlevel.h
+++ b/util/nvramtool/cmos_lowlevel.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef NVRAMTOOL_CMOS_LOWLEVEL_H
diff --git a/util/nvramtool/cmos_ops.c b/util/nvramtool/cmos_ops.c
index 20b1093b7e..738c8ed387 100644
--- a/util/nvramtool/cmos_ops.c
+++ b/util/nvramtool/cmos_ops.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include "common.h"
diff --git a/util/nvramtool/cmos_ops.h b/util/nvramtool/cmos_ops.h
index 16aa923752..842e90fdf1 100644
--- a/util/nvramtool/cmos_ops.h
+++ b/util/nvramtool/cmos_ops.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef CMOS_OPS_H
diff --git a/util/nvramtool/common.c b/util/nvramtool/common.c
index f59be8a02e..bf2158b1d4 100644
--- a/util/nvramtool/common.c
+++ b/util/nvramtool/common.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include "common.h"
diff --git a/util/nvramtool/common.h b/util/nvramtool/common.h
index c8ea92a588..6061e6e614 100644
--- a/util/nvramtool/common.h
+++ b/util/nvramtool/common.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef COMMON_H
diff --git a/util/nvramtool/input_file.c b/util/nvramtool/input_file.c
index 4c5b5bb280..99b580e9e5 100644
--- a/util/nvramtool/input_file.c
+++ b/util/nvramtool/input_file.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include "common.h"
diff --git a/util/nvramtool/input_file.h b/util/nvramtool/input_file.h
index 1600308740..0912a6912a 100644
--- a/util/nvramtool/input_file.h
+++ b/util/nvramtool/input_file.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef INPUT_FILE_H
diff --git a/util/nvramtool/layout.c b/util/nvramtool/layout.c
index 556bdb5921..e210cae776 100644
--- a/util/nvramtool/layout.c
+++ b/util/nvramtool/layout.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include "common.h"
diff --git a/util/nvramtool/layout.h b/util/nvramtool/layout.h
index 6bfb5215cd..0e86aeb066 100644
--- a/util/nvramtool/layout.h
+++ b/util/nvramtool/layout.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef LAYOUT_H
diff --git a/util/nvramtool/layout_file.c b/util/nvramtool/layout_file.c
index 35751c0f4d..0cdacee0fa 100644
--- a/util/nvramtool/layout_file.c
+++ b/util/nvramtool/layout_file.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include "common.h"
diff --git a/util/nvramtool/layout_file.h b/util/nvramtool/layout_file.h
index 87be6aadf4..795c79370b 100644
--- a/util/nvramtool/layout_file.h
+++ b/util/nvramtool/layout_file.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef LAYOUT_FILE_H
diff --git a/util/nvramtool/lbtable.c b/util/nvramtool/lbtable.c
index 166fdc0370..56e61ff510 100644
--- a/util/nvramtool/lbtable.c
+++ b/util/nvramtool/lbtable.c
@@ -26,7 +26,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include <string.h>
diff --git a/util/nvramtool/lbtable.h b/util/nvramtool/lbtable.h
index cbe1a5057e..b803263562 100644
--- a/util/nvramtool/lbtable.h
+++ b/util/nvramtool/lbtable.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef LBTABLE_H
diff --git a/util/nvramtool/nvramtool.8 b/util/nvramtool/nvramtool.8
index 2b9ff496ba..e12070bf39 100644
--- a/util/nvramtool/nvramtool.8
+++ b/util/nvramtool/nvramtool.8
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
.\"***************************************************************************/
.TH NVRAMTOOL 8 "September 2008"
.SH NAME
diff --git a/util/nvramtool/nvramtool.c b/util/nvramtool/nvramtool.c
index 1832477139..86ada99a49 100644
--- a/util/nvramtool/nvramtool.c
+++ b/util/nvramtool/nvramtool.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include "common.h"
diff --git a/util/nvramtool/opts.c b/util/nvramtool/opts.c
index 27b3b481e9..4ebe1e49ff 100644
--- a/util/nvramtool/opts.c
+++ b/util/nvramtool/opts.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include "common.h"
diff --git a/util/nvramtool/opts.h b/util/nvramtool/opts.h
index 729c5e2a72..a1ad230f15 100644
--- a/util/nvramtool/opts.h
+++ b/util/nvramtool/opts.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef OPTS_H
diff --git a/util/nvramtool/reg_expr.c b/util/nvramtool/reg_expr.c
index bd349712bd..0f9ff46120 100644
--- a/util/nvramtool/reg_expr.c
+++ b/util/nvramtool/reg_expr.c
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#include <stdarg.h>
diff --git a/util/nvramtool/reg_expr.h b/util/nvramtool/reg_expr.h
index 28ff7339c0..925137b9d8 100644
--- a/util/nvramtool/reg_expr.h
+++ b/util/nvramtool/reg_expr.h
@@ -25,7 +25,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 St, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/
#ifndef REG_EXPR_H