﻿======================================================================
                     FastCopy  ver5.12.0                2026/08/18
                                                 SHIROUZU Hiroaki
                                                 FastCopy Lab, LLC.
======================================================================

  FastCopy is the Fastest Copy/Delete Software on Windows.

  It can copy/delete unicode and over MAX_PATH(260 characters) pathname files.

  It automatically determines whether the source and the destination
  are on the same physical HDD or on different HDDs, and then works
  as follows.

    Different HDDs:
      Reading and writing are performed in parallel by multi-threading.

    Same HDD:
      Reading is performed continuously from the source (until the
      buffer is full), and then writing is performed continuously to
      the destination.

  Reading/Writing are performed without using the OS cache at all,
  so that other processes (applications) are unlikely to slow down.

  Because Reading/Writing is done in as large units as possible,
  performance close to the device limit can be achieved.

  Include/Exclude filters (UNIX wildcard style) can be specified.

  It does not use MFC or other frameworks (Win32 API only), so it is
  lightweight, compact and fast.


FastCopy End User License Agreement (EULA):

  1. (Usage License) This software requires a Pro version license
     for use in non-domestic environments, such as workplaces.
     It is only available for free use by individuals (non-profit)
     within the household.

  2. (Disclaimer) FastCopy Lab, LLC. provides this software `as is'
     and does not assume any responsibility or liability for any
     defects.

  3. (Prohibition of Reverse Engineering) Reverse engineering by
     any means is prohibited.

  4. (Prohibition of Transfer) Lending, transferring,
     or sublicensing the Pro version license to a third party
     is prohibited.

  Copyright 2004-2026 SHIROUZU Hiroaki All rights reserved.
  Copyright 2018-2026 FastCopy Lab, LLC. All rights reserved.

  xxHash library Copyright (C) 2012-2024 Mr.Yann Collet, All rights reserved.
    more details: doc/xxhash-LICENSE.txt

  OpenSSL library Copyright (C) 1998-2023 The OpenSSL Project,
    All rights reserved. more details: doc/apache-license-2.0.txt


Usage：
  Please see FastCopy.chm

