Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isSpdxLicense (0.23 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/LicenseAnalyzer.java

                this.sourceRedistributionRequired = sourceRedistributionRequired;
            }
    
            public String getIdentifier() {
                return identifier;
            }
    
            public boolean isSpdxLicense() {
                return spdxLicense;
            }
    
            public boolean isSourceRedistributionRequired() {
                return sourceRedistributionRequired;
            }
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 27 00:12:58 GMT 2021
    - 12.8K bytes
    - Click Count (0)
Back to Top