ORG.GJT.LINDFORS.PATTERN PACKAGE
COPYRIGHT (C)1999 JUHA LINDFORS

This package consists mainly of interfaces used to recognize well known 
design patterns in a software system. Most interfaces are only useful for
'tagging' classes as being a part of certain design patterns, and there isn't
any implementing code present here.

You can contact the author of this package by sending email to jpl@gjt.org
or directly to jplindfo@helsinki.fi.

Some attempt to document the classes and specifications in this package has
been made and is available through the world wide web at 
http://www.gjt.org/%7ejpl/

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

This library 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
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA  02111-1307, USA.


