org.apache.rat.analysis.license
Class GPL1License

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

public class GPL1License
extends FullTextMatchingLicense

Licence matches GPL1 or later.


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

GPL1License

public GPL1License()


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