Package org.apache.rat.analysis.license
Class GPL1License
- java.lang.Object
-
- org.apache.rat.analysis.license.BaseLicense
-
- org.apache.rat.analysis.license.FullTextMatchingLicense
-
- org.apache.rat.analysis.license.GPL1License
-
- All Implemented Interfaces:
IHeaderMatcher
public class GPL1License extends FullTextMatchingLicense
License matches GPL1 or later.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FIRST_LICENSE_LINE
-
Constructor Summary
Constructors Constructor Description GPL1License()
-
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
-
-