fix some wrong occurences of the FSF's address (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Wed, 23 Sep 2009 21:53:25 +0000 (21:53 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 23 Sep 2009 21:53:25 +0000 (21:53 +0000)
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

21 files changed:
util/nvramtool/DISCLAIMER
util/nvramtool/cmos_lowlevel.c
util/nvramtool/cmos_lowlevel.h
util/nvramtool/cmos_ops.c
util/nvramtool/cmos_ops.h
util/nvramtool/common.c
util/nvramtool/common.h
util/nvramtool/input_file.c
util/nvramtool/input_file.h
util/nvramtool/layout.c
util/nvramtool/layout.h
util/nvramtool/layout_file.c
util/nvramtool/layout_file.h
util/nvramtool/lbtable.c
util/nvramtool/lbtable.h
util/nvramtool/nvramtool.8
util/nvramtool/nvramtool.c
util/nvramtool/opts.c
util/nvramtool/opts.h
util/nvramtool/reg_expr.c
util/nvramtool/reg_expr.h

index dba80757672753861728a30c823aa6bc15a57962..1e9d0d2bd7c627d2ea14ca865b9b749a118c6408 100644 (file)
@@ -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)
index b5e8dee9b274879e725d95add05f88a46eb4b83f..7fd603bd283eac297d2ce9f2ef820fa3af11a4d3 100644 (file)
@@ -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__)
index 20a503f75b4e7ab3a23669c4e168ae4bd2a3dd41..d07520bb246695f9c0fd7922dacf9d0818877aed 100644 (file)
@@ -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
index 20b1093b7ed369588fe6e4df1ab8ce4bcd166045..738c8ed387930ba36e101f3afe71610f384005e2 100644 (file)
@@ -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"
index 16aa923752467acbafbeb03b36f24eebd3c7c596..842e90fdf1ead947b71d5490ede38f4b2c184d67 100644 (file)
@@ -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
index f59be8a02e00db87a70a716fccbc86b30fe6d208..bf2158b1d41a1bffb80d64c52ce9f6877475608f 100644 (file)
@@ -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"
index c8ea92a5885ab13169cb2e828be69d333d8742ce..6061e6e61472b52f026f657eb7f48a1714fdbad0 100644 (file)
@@ -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
index 4c5b5bb28026bc3bb88f6a0f4ccc6b0ff715049f..99b580e9e57e61e71714359f38f03202829829a5 100644 (file)
@@ -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"
index 16003087405be861448e7477959a7190b214313b..0912a6912aef917c3716b0e180318604e5c2031c 100644 (file)
@@ -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
index 556bdb5921220558f62269c849636603523d084b..e210cae7767e3a006685098cc6d411dad5c96812 100644 (file)
@@ -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"
index 6bfb5215cd55ec0b2e297b9fc2a83cfc5b309766..0e86aeb066062928c5548191a64bd11e7984c0aa 100644 (file)
@@ -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
index 35751c0f4d9a7d1fca44857352a74f94e9514ef5..0cdacee0fac4e1ee1874b39b294ddd06d25209b4 100644 (file)
@@ -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"
index 87be6aadf43e3c657ad335061df71efc943c1405..795c79370b9aed6b67c2a350404fa2a73fa12869 100644 (file)
@@ -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
index 166fdc0370d79c3a70d1f89ce5a8d66d5a3a6d8d..56e61ff5103be7d955a8238faece59a4f5a86572 100644 (file)
@@ -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>
index cbe1a5057e650f8b3026f68fa9ff627fa42ae914..b803263562069977c0ecf343d5cb20bf4b36174c 100644 (file)
@@ -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
index 2b9ff496badd5e29c9527a4ca3cbade43b3fd669..e12070bf393f88cd731d99e971442ac0318b1d8a 100644 (file)
@@ -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
index 183247713998232aff660ce429eea7bc0a9d4ff2..86ada99a496420eb4287986f5f9ec332efcf526a 100644 (file)
@@ -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"
index 27b3b481e9a58506e3381b5da9f851ad337ed11c..4ebe1e49ffc001a86fefaff5c3ccdb9a3219c47d 100644 (file)
@@ -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"
index 729c5e2a72081c5a3338aa1f8a03b255d9a2455c..a1ad230f15ac695cfc4832ae59455398642401c4 100644 (file)
@@ -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
index bd349712bd7dfa5be577466a38bf1ab47b83b654..0f9ff461209ab2209c4c79bc793dbbd30c3ebe3c 100644 (file)
@@ -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>
index 28ff7339c076bbc4e34a24734bf36a2a37f16527..925137b9d8ab0aaf29d71185fd6c87ef9a0f444d 100644 (file)
@@ -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