basis. Nothing herein is intended or shall be deemed to constitute any
admission of liability.</UL><B>13. MULTIPLE-LICENSED CODE.</B>
<UL>Initial Developer may designate portions of the Covered Code as
- \93Multiple-Licensed?. \93Multiple-Licensed? means that the Initial
+ �Multiple-Licensed?. �Multiple-Licensed? means that the Initial
Developer permits you to utilize portions of the Covered Code under Your
choice of the MPL or the alternative licenses, if any, specified by the
Initial Developer in the file described in Exhibit A.</UL>
<P>The Original Code is Javassist.
<P>The Initial Developer of the Original Code is Shigeru Chiba.
Portions created by the Initial Developer are<BR>
- Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
+ Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.
<P>Contributor(s): ______________________________________.
<P>Alternatively, the contents of this file may be used under the terms of
<h1>Javassist version 3</h1>
-<h3>Copyright (C) 1999-2007 by Shigeru Chiba, All rights reserved.</h3>
+<h3>Copyright (C) 1999-2008 by Shigeru Chiba, All rights reserved.</h3>
<p><br></p>
<h2>Changes</h2>
-<p>-version 3.7
+<p>-version 3.7 on January 20, 2008
+<ul>
+ <li>Several minor bugs have been fixed.
+</ul>
<p>-version 3.6.0 on September 13, 2007
<project name="javassist" default="jar" basedir=".">
- <property name="dist-version" value="javassist-3.6"/>
+ <property name="dist-version" value="javassist-3.7"/>
<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
windowtitle="Javassist API">
<doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
<bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
-Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
+Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
/**
* The version number of this release.
*/
- public static final String version = "3.7.0.beta";
+ public static final String version = "3.7.0.GA";
/**
* Prints the version number and the copyright notice.
*/
public static void main(String[] args) {
System.out.println("Javassist version " + CtClass.version);
- System.out.println("Copyright (C) 1999-2007 Shigeru Chiba."
+ System.out.println("Copyright (C) 1999-2008 Shigeru Chiba."
+ " All Rights Reserved.");
}