Author: stepan Date: 2009-09-23 23:53:25 +0200 (Wed, 23 Sep 2009) New Revision: 4665
Modified: trunk/util/nvramtool/DISCLAIMER trunk/util/nvramtool/cmos_lowlevel.c trunk/util/nvramtool/cmos_lowlevel.h trunk/util/nvramtool/cmos_ops.c trunk/util/nvramtool/cmos_ops.h trunk/util/nvramtool/common.c trunk/util/nvramtool/common.h trunk/util/nvramtool/input_file.c trunk/util/nvramtool/input_file.h trunk/util/nvramtool/layout.c trunk/util/nvramtool/layout.h trunk/util/nvramtool/layout_file.c trunk/util/nvramtool/layout_file.h trunk/util/nvramtool/lbtable.c trunk/util/nvramtool/lbtable.h trunk/util/nvramtool/nvramtool.8 trunk/util/nvramtool/nvramtool.c trunk/util/nvramtool/opts.c trunk/util/nvramtool/opts.h trunk/util/nvramtool/reg_expr.c trunk/util/nvramtool/reg_expr.h Log: 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
Modified: trunk/util/nvramtool/DISCLAIMER =================================================================== --- trunk/util/nvramtool/DISCLAIMER 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/DISCLAIMER 2009-09-23 21:53:25 UTC (rev 4665) @@ -23,7 +23,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.
This work was produced at the University of California, Lawrence Livermore National Laboratory (UC LLNL) under contract no. W-7405-ENG-48 (Contract 48)
Modified: trunk/util/nvramtool/cmos_lowlevel.c =================================================================== --- trunk/util/nvramtool/cmos_lowlevel.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/cmos_lowlevel.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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__)
Modified: trunk/util/nvramtool/cmos_lowlevel.h =================================================================== --- trunk/util/nvramtool/cmos_lowlevel.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/cmos_lowlevel.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/cmos_ops.c =================================================================== --- trunk/util/nvramtool/cmos_ops.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/cmos_ops.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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"
Modified: trunk/util/nvramtool/cmos_ops.h =================================================================== --- trunk/util/nvramtool/cmos_ops.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/cmos_ops.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/common.c =================================================================== --- trunk/util/nvramtool/common.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/common.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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"
Modified: trunk/util/nvramtool/common.h =================================================================== --- trunk/util/nvramtool/common.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/common.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/input_file.c =================================================================== --- trunk/util/nvramtool/input_file.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/input_file.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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"
Modified: trunk/util/nvramtool/input_file.h =================================================================== --- trunk/util/nvramtool/input_file.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/input_file.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/layout.c =================================================================== --- trunk/util/nvramtool/layout.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/layout.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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"
Modified: trunk/util/nvramtool/layout.h =================================================================== --- trunk/util/nvramtool/layout.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/layout.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/layout_file.c =================================================================== --- trunk/util/nvramtool/layout_file.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/layout_file.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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"
Modified: trunk/util/nvramtool/layout_file.h =================================================================== --- trunk/util/nvramtool/layout_file.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/layout_file.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/lbtable.c =================================================================== --- trunk/util/nvramtool/lbtable.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/lbtable.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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>
Modified: trunk/util/nvramtool/lbtable.h =================================================================== --- trunk/util/nvramtool/lbtable.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/lbtable.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/nvramtool.8 =================================================================== --- trunk/util/nvramtool/nvramtool.8 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/nvramtool.8 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/nvramtool.c =================================================================== --- trunk/util/nvramtool/nvramtool.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/nvramtool.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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"
Modified: trunk/util/nvramtool/opts.c =================================================================== --- trunk/util/nvramtool/opts.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/opts.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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"
Modified: trunk/util/nvramtool/opts.h =================================================================== --- trunk/util/nvramtool/opts.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/opts.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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
Modified: trunk/util/nvramtool/reg_expr.c =================================================================== --- trunk/util/nvramtool/reg_expr.c 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/reg_expr.c 2009-09-23 21:53:25 UTC (rev 4665) @@ -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>
Modified: trunk/util/nvramtool/reg_expr.h =================================================================== --- trunk/util/nvramtool/reg_expr.h 2009-09-23 21:52:45 UTC (rev 4664) +++ trunk/util/nvramtool/reg_expr.h 2009-09-23 21:53:25 UTC (rev 4665) @@ -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