package org.okip.service;
/**
<p>
MIT OKI&#153; API Definition License.
</p>
<p>
   Copyright (c) 2002 Massachusetts Institute of Technology
</p>
<p>
   This work, including any software, documents, or other related items
   (the "Work"), is being provided by the copyright holder(s) subject to
   the terms of the MIT OKI&#153; API Definition License. By obtaining,
   using and/or copying this Work, you agree that you have read,
   understand, and will comply with the following terms and conditions of
   the MIT OKI&#153; API Definition License:
</p>
<p>
   You may use, copy, and distribute unmodified versions of this Work for
   any purpose, without fee or royalty, provided that you include the
   following on ALL copies of the Work that you make or distribute:
</p>
<p>
<ul>
<li>
<p> 
       The full text of the MIT OKI&#153; API Definition License in a
       location viewable to users of the redistributed Work.
</p>
</li>
<li>
<p>
       Any pre-existing intellectual property disclaimers, notices, or
       terms and conditions. If none exist, a short notice similar to the
       following should be used within the body of any redistributed
       Work: "Copyright (c) 2002 Massachusetts Institute of Technology. All
       Rights Reserved."
</p>
</li>
</ul>
<p>
   You may modify or create Derivatives of this Work only for your
   internal purposes. You shall not distribute or transfer any such
   Derivative of this Work to any location or any other third party. For
   purposes of this license, "Derivative" shall mean any derivative of
   the Work as defined in the United States Copyright Act of 1976, such
   as a translation or modification.
</p>
<p>
   THIS WORK PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK
   OR THE USE OR OTHER DEALINGS IN THE WORK.
</p>
<p>
   The name and trademarks of copyright holder(s) and/or MIT may NOT be
   used in advertising or publicity pertaining to the Work without
   specific, written prior permission. Title to copyright in the Work and
   any associated documentation will at all times remain with the
   copyright holders.
</p>
$Source: /cvs/oki/tech/src/org/okip/service/ApiLicense.java,v $
@version $Revision: 1.4 $ / $Date: 2002/03/11 19:29:49 $
*/
public class ApiLicense
implements java.io.Serializable {
	public final String toString()
	{
		return
"/**\n"+
"<p>\n"+
"MIT OKI\u2122 API Definition License.\n"+
"</p>\n"+
"<p>\n"+
"   Copyright (c) 2002 Massachusetts Institute of Technology\n"+
"</p>\n"+
"<p>\n"+
"   This work, including any software, documents, or other related items\n"+
"   (the \"Work\"), is being provided by the copyright holder(s) subject to\n"+
"   the terms of the MIT OKI\u2122 API Definition License. By obtaining,\n"+
"   using and/or copying this Work, you agree that you have read,\n"+
"   understand, and will comply with the following terms and conditions of\n"+
"   the MIT OKI\u2122 API Definition License:\n"+
"</p>\n"+
"<p>\n"+
"   You may use, copy, and distribute unmodified versions of this Work for\n"+
"   any purpose, without fee or royalty, provided that you include the\n"+
"   following on ALL copies of the Work that you make or distribute:\n"+
"</p>\n"+
"<p>\n"+
"<ul>\n"+
"<li>\n"+
"<p> \n"+
"       The full text of the MIT OKI\u2122 API Definition License in a\n"+
"       location viewable to users of the redistributed Work.\n"+
"</p>\n"+
"</li>\n"+
"<li>\n"+
"<p>\n"+
"     * Any pre-existing intellectual property disclaimers, notices, or\n"+
"       terms and conditions. If none exist, a short notice similar to the\n"+
"       following should be used within the body of any redistributed\n"+
"       Work: \"Copyright (c) 2002 Massachusetts Institute of Technology. All\n"+
"       Rights Reserved.\"\n"+
"</p>\n"+
"</li>\n"+
"</ul>\n"+
"<p>\n"+
"   You may modify or create Derivatives of this Work only for your\n"+
"   internal purposes. You shall not distribute or transfer any such\n"+
"   Derivative of this Work to any location or any other third party. For\n"+
"   purposes of this license, \"Derivative\" shall mean any derivative of\n"+
"   the Work as defined in the United States Copyright Act of 1976, such\n"+
"   as a translation or modification.\n"+
"</p>\n"+
"<p>\n"+
"   THIS WORK PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n"+
"   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n"+
"   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n"+
"   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n"+
"   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n"+
"   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK\n"+
"   OR THE USE OR OTHER DEALINGS IN THE WORK.\n"+
"</p>\n"+
"<p>\n"+
"   The name and trademarks of copyright holder(s) and/or MIT may NOT be\n"+
"   used in advertising or publicity pertaining to the Work without\n"+
"   specific, written prior permission. Title to copyright in the Work and\n"+
"   any associated documentation will at all times remain with the\n"+
"   copyright holders.\n"+
"</p>\n"+
"$Source: /cvs/oki/tech/src/org/okip/service/ApiLicense.java,v $\n"+
"@version@ $Revision: 1.4 $\n"+
"$Date: 2002/03/11 19:29:49 $\n"+
"*/";
	}
}

