org.apache.rat.analysis.license
Class GPL2License

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.GPL2License
All Implemented Interfaces:
IHeaderMatcher

public class GPL2License
extends FullTextMatchingLicense

Licence matches GPL2 or later.


Field Summary
static String FIRST_LICENSE_LINE
           
 
Constructor Summary
GPL2License()
           
 
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

GPL2License

public GPL2License()


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