Uses of Class
org.apache.rat.analysis.license.BaseLicense
-
Packages that use BaseLicense Package Description org.apache.rat.analysis.license org.apache.rat.anttasks -
-
Uses of BaseLicense in org.apache.rat.analysis.license
Subclasses of BaseLicense in org.apache.rat.analysis.license Modifier and Type Class Description classApacheSoftwareLicense20Matches Apache License, Version 2.0classAppliedApacheSoftwareLicense20Matches an applied AL 2.0 License header, including a required initial copyright header line, conforming the template from the AL 2.0 license itself.classCDDL1LicenseBase CDDL 1.0 license.classCopyrightHeaderMatches a typical Copyright header line only based on a regex pattern which allows for one (starting) year or year range, and a configurable copyright owner.classDojoLicenseHeaderclassFullTextMatchingLicenseAccumulates all letters and numbers contained inside the header and compares it to the full text of a given license (after reducing it to letters and numbers as well).classGPL1LicenseLicense matches GPL1 or later.classGPL2LicenseLicense matches GPL2 or later.classGPL3LicenseLicense matches GPL3 or later.classMITLicenseBase MIT license (all 3 parts).classOASISLicenseLooks for documents contain the OASIS copyright claim plus derivative work clause.classSimplePatternBasedLicenseclassTMF854LicenseHeaderclassW3CDocLicenseclassW3CLicense -
Uses of BaseLicense in org.apache.rat.anttasks
Subclasses of BaseLicense in org.apache.rat.anttasks Modifier and Type Class Description classFullTextLicenseMatcherAdaptsFullTextMatchingLicenseto Ant's method naming conventions so it becomes easy to write text matching based license matchers inside an Ant build file.classSubstringLicenseMatcherAdaptsSimplePatternBasedLicenseto Ant's method naming conventions so it becomes easy to write substring based license matchers inside an Ant build file.
-