// xfiles - synchronize and cross-validate directory trees across a network // Copyright (C) 1999 j.p.lewis // Primary author contact info: www.idiom.com/~zilla zilla@computer.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. // // // JPython (Version 1.0.x) is made available subject to the // terms and conditions in CNRI's License Agreement. This // Agreement may be located on the Internet using the following // unique, persistent identifier in URN format: hdl:1895.22/1002. // The Handle System can be used to resolve this identifier to // access the CNRI License Agreement on the Internet. For // information about using the Handle System see the // documentation at http://www.handle.net // // JPython includes the OROMatcher regular expression // software from ORO, Inc. Copyright 1997 by ORO, Inc. // ("ORO software"). OROMatcher (TM) is a trademark of // Original Reusable Objects, Inc. Except as permitted by // applicable law and this Agreement, Licensee may not // decompile, reverse engineer, disassemble, or modify the ORO // software provided herein. Licensee acknowledges that // redistribution of the ORO software separate from JPython or // direct use of the ORO software interfaces requires a separate // license from ORO, Inc. http://www.oroinc.com/ // // (Supposedly future versions of the ORO regular expression // software may be released under a more open license)