All code under this directory and any subdirectories, with the exception
of the "lib" directory, is licensed under the BSD license, presented below:

    Copyright (c) 2009, Yahoo! Inc. All rights reserved.

    Code licensed under the BSD License:
    http://developer.yahoo.net/yui/license.txt

The "lib" directory contains build support tools, which are packaged 
along with the YUI component build code, in order to simplify installation.

The contents of "lib" are covered by the individual licenses below:

1). lib/ant-contrib/ant-contrib-1.0b3-modified.jar: 

Is issued under the Apache Software License.  For more information, see:

   http://ant-contrib.sourceforge.net/
   http://ant-contrib.sourceforge.net/LICENSE.txt

The ant-contrib-1.0b3 release has been modified by YUI to add the
missing lookup entry for the "for" task to antcontrib.properties:

   for=net.sf.antcontrib.logic.ForTask

2). lib/rhino/js.jar:

Rhino is issued under the Mozilla Public License (MPL), and MPL applies 
to the Rhino source and binaries that are distributed under the
"lib/rhino" directory.  For more information on Rhino licensing, see:

    https://developer.mozilla.org/en/Rhino_License

3). lib/jslint/jslint-console.js:

Is derived from rhino.js available at www.jslint.com/rhino/rhino.js, 
the contents of which are in the public domain. See the contents of the 
file for licensing information.

4). lib/jslint/fulljslint.js:

Is derived from fulljslint.js, available at 
http://www.jslint.com/fulljslint.js, the contents of which are in the public 
domain. See the contents of the file for licensing information.

5). lib/yuicompressor:

Is covered by the BSD license, specified on 
http://developer.yahoo.com/yui/compressor/

YUI Compressor ships with a modified version of Rhino, which is covered by 
the Mozilla Public License, further details of which can be found at the above 
url.