Package 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).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AS_IS_LICENSE_LINE
static java.lang.String
FIRST_LICENSE_LINE
static java.lang.String
MIDDLE_LICENSE_LINE
-
Constructor Summary
Constructors Constructor Description MITLicense()
-
Method Summary
-
Methods inherited from class org.apache.rat.analysis.license.FullTextMatchingLicense
hasFullText, match, reset, setFullText
-
Methods inherited from class org.apache.rat.analysis.license.BaseLicense
getLicenseFamilyCategory, getLicenseFamilyName, getNotes, prune, reportOnLicense, setLicenseFamilyCategory, setLicenseFamilyName, setNotes
-
-
-
-
Field Detail
-
FIRST_LICENSE_LINE
public static final java.lang.String FIRST_LICENSE_LINE
- See Also:
- Constant Field Values
-
MIDDLE_LICENSE_LINE
public static final java.lang.String MIDDLE_LICENSE_LINE
- See Also:
- Constant Field Values
-
AS_IS_LICENSE_LINE
public static final java.lang.String AS_IS_LICENSE_LINE
- See Also:
- Constant Field Values
-
-