org.apache.rat.analysis.license
Class MITLicense
java.lang.Object
org.apache.rat.analysis.license.BaseLicense
org.apache.rat.analysis.license.FullTextMatchingLicense
org.apache.rat.analysis.license.MITLicense
- All Implemented Interfaces:
- IHeaderMatcher
public class MITLicense
- extends FullTextMatchingLicense
Base MIT license (all 3 parts).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST_LICENSE_LINE
public static final String FIRST_LICENSE_LINE
- See Also:
- Constant Field Values
MIDDLE_LICENSE_LINE
public static final String MIDDLE_LICENSE_LINE
- See Also:
- Constant Field Values
AS_IS_LICENSE_LINE
public static final String AS_IS_LICENSE_LINE
- See Also:
- Constant Field Values
MITLicense
public MITLicense()
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.