org.apache.rat.analysis.license
Class ApacheSoftwareLicense20

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

public final class ApacheSoftwareLicense20
extends SimplePatternBasedLicense

Matches Apache Software License, Version 2.0


Field Summary
static String FIRST_LICENSE_LINE
           
static String LICENSE_REFERENCE_LINE
           
 
Constructor Summary
ApacheSoftwareLicense20()
           
 
Method Summary
 
Methods inherited from class org.apache.rat.analysis.license.SimplePatternBasedLicense
getPatterns, match, matches, reset, setPatterns
 
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

LICENSE_REFERENCE_LINE

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

ApacheSoftwareLicense20

public ApacheSoftwareLicense20()


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