/*
 * ============================================================================
 *                   The Apache Software License, Version 1.1
 * ============================================================================
 * 
 *    Copyright (C) 2000-2002 The Apache Software Foundation. All
 *    rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modifica-
 * tion, are permitted provided that the following conditions are met:
 * 変更があるなしに関わらず、下記条件が満たされれば、ソースやバイナリ形式での再
 * 配布および使用が許可されます:   
 * 
 * 1. Redistributions of  source code must  retain the above copyright  notice,
 *    this list of conditions and the following disclaimer.
 * 1. ソースコードの再配布には、上記の著作権表示、この条件リスト、および下記の
 *    免責事項を残さなければなりません。
 * 
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 * 2. バイナリ形式での再配布には、上記の著作権表示、この条件リスト、および下記
 *    の免責事項を、配布物と共に提供される文書および(または)他の資料に複製しな
 *    ければなりません。
 * 
 * 3. The end-user documentation included with the redistribution, if any, must
 *    include  the following  acknowledgment:  "This product includes  software
 *    developed  by the  Apache Software Foundation  (http://www.apache.org/)."
 *    Alternately, this  acknowledgment may  appear in the software itself,  if
 *    and wherever such third-party acknowledgments normally appear.
 * 3. 再配布物に含まれるエンドユーザー向け文書は、一部でもあれば、
 *    以下の謝辞を引用しなければなりません:"本製品はApache Software Foundation
 *    (http://www.apache.org/)により開発されたソフトウェアを含みます。"本謝辞は
 *    ソフトウェア自身に記載されるかもしれません。もし記載されるのであれば、サ
 *    ードパーティの謝辞が通常記載されるところにはどこでも記載されるでしょう。
 * 
 * 4. The names "Ant" and  "Apache Software Foundation"  must not be used to
 *    endorse  or promote  products derived  from this  software without  prior
 *    written permission. For written permission, please contact
 *    apache@apache.org.
 * 4. "Ant"、および "Apache Software Foundation"、の名称は、事前掲載許可なしに、
 *    本ソフトウェアから派生した製作物の推薦または宣伝に使用してはいけません。
 *    掲載許可を得るには apache@apache.org に連絡してください。
 * 
 * 5. Products  derived from this software may not  be called "Apache", nor may
 *    "Apache" appear  in their name,  without prior written permission  of the
 *    Apache Software Foundation.
 * 5. 本ソフトウェアから派生する製作物は"Apache"と呼ばれなくてもかまいません。
 *    また、Apache Software Foundationの事前掲載許可なしに"Apache"の名前がそれ
 *    らの名前に現れなくとも構いません。
 * 
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 * FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
 * APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
 * DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS
 * OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON
 * ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR TORT
 * (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 * このソフトウェアは``現状のまま''提供されるのであり、市場性があり、ある特定の
 * 目的に合うという含みを持った保証に限らず、いかなる明示的、あるいは暗黙的な保
 * 証も拒否します。APACHE SOFTWARE FOUNDATION および、その貢献者は、契約であろ
 * うと、厳格な責任があろうと、(不注意やその他を含む)不正行為であろうと、どのよ
 * うな責任の理論においても、このソフトウェアの使用により発生した、直接的、間接
 * 的、偶発的、特別に、典型的、あるいは、必然的に生じてしまった損害(損害は次の
 * 内容を含みますが、これに限定しません:代替品やサービスの調達、使用権・データ
 * ・利益の損失、あるいは商取引の中断)に対し、一切責任を負いません。そのような
 * 損害の可能性が示唆されていた場合でも同様です。
 * 
 * This software  consists of voluntary contributions made  by many individuals
 * on behalf of the  Apache Software Foundation.  For more  information  on the 
 * Apache Software Foundation, please see http://www.apache.org/.
 * 本ソフトウェアは、Apache Software Foundationを代表する多くの個人のボラン
 * ティアによる貢献から成り立っています。Apache Software Foundationに関する
 * 詳しい情報は http://www.apache.org/ を参照してください。
 *
 * [訳注:この使用許諾契約は、漆島賢二が翻訳した非公式な日本語訳です。
 * 英語で記載されている事項のみが正式なものであり、訳文の間違いに起因する
 * 問題に対し何ら、責任を負わないものとします。]
 */