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