ecp (extended cp) is intended to be a feature rich version of the 
coreutils tool cp. Currently it is far from portable, far from optimal,
and far from being feature rich. 

It does hold one feature some people seem to be missing, a percentage counter 
and some information on the files being copied. The hope is that ecp will
grow into something useful, and that I will learn something just as useful
on the way.

All comments or contributions are more than welcome. The author can be
reached at areffhaug@gmail.com.

This project is written in C, using no other dependencies than the standard
libraries found under the GNU/Linux operating system. It is free for all that
take interest in it.


----------------- L E G A L     I N F O R M A T I O N ----------------

ecp is designed to copy files, and is named extended cp.
Copyright (C) 2006  Andre Reffhaug <areffhaug@gmail.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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
