- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SimpleLicenseFamily (0.16 seconds)
-
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) -
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)