//-----------------------------------------------------------------------------
// About Ryesap...
//
// author         :  MinMin
// version        :  build 0.0.3
// date           :  Mar, 2004 (since 2002)
// copyright      :  Copyright (C) 2002-2004 MinMin.
// e-mail         :  nmnljam@yahoo.co.jp
// redistribution :  This program is distributed under the GPL. see below.
//------------------------------------------------------------------------------
{* What is Ryesap *}

 A GUI version of StripReloc(see below) removes the relocation section
 from Win32 PE EXE files, reducing their size.
 This program is distributed under the GPL.

{* Original StripReloc *}

// About StripReloc...
//
//   This program is FREEWARE;
//   you may redistibute it and/or modify it freely.
//   In case of redistribution, I hope you will write above copyright
//   in addition.
//  This program is free software; you can redistribute it and/or
//  modify it under the terms of the GNU General Public License
//  as published by the Free Software Foundation; either version 2
//  of the License, or (at your option) any later version.
//
//  This program is distributed in the hope that it will be useful,
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See 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.
//------------------------------------------------------------------------------

{
  StripReloc v1.12
  Strip relocation section from Win32 PE files
  Copyright (C) 1999-2004 Jordan Russell. All rights reserved.
  http://www.jrsoftware.org/

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See 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.

  $jrsoftware: stripreloc/StripReloc.dpr,v 1.12 2004/02/24 06:40:04 jr Exp $
}

{* required platform *}

 Windows XP/2k, may be available in Win9x.
 Development platform is borland delphi6 professional running on WinXP.

{* Version history *}

Change in build 0.0.3 (Mar 14, 2004) :
 recompiled with StripReloc v1.12
 change the version description

Changes in Rev 02 :
 minor bugs fixed

Changes in Rev 01 :
 initial release

