Introduction
BeCopy is a utility software to be used as a command line command.
It is equivalent to "cp".  But it copies not only the data part of a file, but
also attributes of the file.  Options provided cover most of the options
of "cp", and have the same meaning as those of "cp".  Namely:

Usage: BeCopy [OPTION]... SOURCE DEST
	or  BeCopy [OPTION]... SOURCE... DIRECTORY
	-a  archive:		same as -dpr
	-b  backup:		backup existing destinations
	-d  dereference:	preserve links
	-f  force: 		remove existing destinations. no prompt
	-h  help: 		print usage
	-p  preserve: 	preserve creation time etc
	-r  recursive:		copy recursively.   If -d is not specified,  symbolic
					links will be replaced by files they point
	-u  update:		copy only older or brand new files
	-v  verbose:		explain what is being done
	--help 			 print usage

Installation
The Makefile provided is not for compilation but for installation.
Open a terminal, and cd to the BeCopy directory.  Then
	$make  install
will execute Makefile, which installs either "BeCopyx86" or "BeCopyPPC",
depending on the CPU of the machine, to the "/boot/home/config/bin"
directory with name "BeCopy".

How to Use
In a terminal, type "BeCopy" in place of "cp".  For example,
	$BeCopy file1 file2 dir
will copy file1 and file2 to dir directory.
	$BeCopy -a dir1 dir2
will make a copy of dir1 in dir2 as dir2/dir1, including all files and 
subdirectories in dir1.

Disclaimer of Warranty
This is a free software.  But the copyright is retained by S. I. Electronics,
Ltd., Japan.  Personal use and reproduction are freely permitted.  But
this software cannot be sold or bundled without explicit  acknowledge-
ment of the author. 

In using this software, you understand and agree that this software is 
provided "as is" without warranty of any kind.  Please use it at your own
risk.

In no event shall the author be liable for any consequential, incidental, 
or special damages whatsoever (including without limitation damages for 
loss of critical data, loss of profits, interruption of business, and the 
like) arising out of the use or inability to use this software. 

The author would appreciate feedback and bug reports.  And he would 
like to try to correct any problems which you discover or otherwise help 
you maintain and use this software.  But he cannot promise to do so.
Furthermore, the author may at any time replace, modify, alter, improve, 
enhance or change this software. 

Author:
Taketora Yamagata, S. I. Electronics, Ltd. Japan
email: yamagata@sie.co.jp
