License
========

Copyright (c) 2013 Yuki Yamanaka
(http://sel.ist.osaka-u.ac.jp/~y-yuuki/)

CloneNotifier is distributed under the terms of the MIT License.
(http://www.opensource.org/licenses/mit-license.html)

That is, you may freely use, modify, or re-distribute CloneNotifier
for personal or commercial purpose, as long as you include this
text without modification.

CloneNotifier is reusing the following products or libraries. As for license
of them, refer the corresponding license documents.

=======	
- GNU diffs
	
	Copyright c 1992-1994, 1998, 2001-2002, 2004, 2006, 2009-2013 
	Free Software Foundation, Inc.

	Permission is granted to copy, distribute andor modify this document under 
	the terms of the GNU Free Documentation License, Version 1.3 or any later 
	version published by the Free Software Foundation; with no Invariant Sections, 
	no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is 
	included in the section entitled gGNU Free Documentation License.h

   ( http://www.gnu.org/software/diffutils/manual/diffutils.html#Top )

=======
- JavaMail

	EMost of the JavaMail source code is licensed under the CDDL license and 
	@the GPLv2 with Classpath Exception license; see the license information at 
	@the top of each source file.

	EThe source code for the demo programs is licensed under the BSD license; 
      again, the license is in each source file.
      The binary jar files published to the Maven repository are licensed under the same CDDL and GPLv2+CE 
      licenses as the corresponding source code; see the file META-INF/LICENSE.txt in each jar file.

	EThe JavaMail API specification is licensed under the standard JCP Specification License.
	@You'll find the text of the CDDL and GPLv2+CE licenses in the workspace in the file 
      mail/src/main/resources/META-INF/LICENSE.txt. 
	  The specification license is in the workspace at mail/src/main/java/doc-files/speclicense.html.
	  Don't let the presence of these license files in the workspace confuse you into thinking that they apply to all files in the workspace.
    
	( https://java.net/projects/javamail/pages/License )


=======
- JavaBeans Activation Framework 

    Please refer to license_jaf directory.

=======
- AIST CCFinderX

	Please refer to license_ccfinderx directory.