Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for SimpleLicenseFamily (0.07 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/LicenseHeadersTask.java

            reportConfiguration.setApprovedLicenseNames(approvedLicenses.stream().map(license -> {
                SimpleLicenseFamily simpleLicenseFamily = new SimpleLicenseFamily();
                simpleLicenseFamily.setFamilyName(license);
                return simpleLicenseFamily;
            }).toArray(SimpleLicenseFamily[]::new));
    
            ClaimStatistic stats = generateReport(reportConfiguration, getReportFile());
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 09 18:53:35 GMT 2021
    - 10.6K bytes
    - Click Count (0)
  2. pom.xml

    								<pattern>GNU Lesser General Public License</pattern>
    							</patterns>
    						</license>
    					</licenses>
    					<licenseFamilies>
    						<licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
    							<familyName>GNU Lesser General Public License</familyName>
    						</licenseFamily>
    					</licenseFamilies>
    				</configuration>
    			</plugin>
    			<plugin>
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Mon Aug 25 14:34:10 GMT 2025
    - 12.1K bytes
    - Click Count (0)
Back to Top