org.apache.rat.analysis.license
Class GPL3License

java.lang.Object
  extended by org.apache.rat.analysis.license.BaseLicense
      extended by org.apache.rat.analysis.license.FullTextMatchingLicense
          extended by org.apache.rat.analysis.license.GPL3License
All Implemented Interfaces:
IHeaderMatcher

public class GPL3License
extends FullTextMatchingLicense

Licence matches GPL3 or later.


Field Summary
static String FIRST_LICENSE_LINE
           
 
Constructor Summary
GPL3License()
           
 
Method Summary
 
Methods inherited from class org.apache.rat.analysis.license.FullTextMatchingLicense
hasFullText, match, prune, reset, setFullText
 
Methods inherited from class org.apache.rat.analysis.license.BaseLicense
getLicenseFamilyCategory, getLicenseFamilyName, getNotes, reportOnLicense, setLicenseFamilyCategory, setLicenseFamilyName, setNotes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIRST_LICENSE_LINE

public static final String FIRST_LICENSE_LINE
See Also:
Constant Field Values
Constructor Detail

GPL3License

public GPL3License()


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.