org.apache.rat.analysis.license
Class ApacheSoftwareLicense20

java.lang.Object
  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 java.lang.String FIRST_LICENSE_LINE
           
static java.lang.String LICENSE_REFERENCE_LINE
           
 
Constructor Summary
ApacheSoftwareLicense20()
           
 
Method Summary
 
Methods inherited from class org.apache.rat.analysis.license.SimplePatternBasedLicense
getLicenseFamilyCategory, getLicenseFamilyName, getNotes, getPatterns, match, matches, reportOnLicense, reset, setLicenseFamilyCategory, setLicenseFamilyName, setNotes, setPatterns
 
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 java.lang.String FIRST_LICENSE_LINE
See Also:
Constant Field Values

LICENSE_REFERENCE_LINE

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

ApacheSoftwareLicense20

public ApacheSoftwareLicense20()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.