File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed 
utils/spdx/src/main/kotlin Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ import com.fasterxml.jackson.module.kotlin.readValue
2323
2424/* *
2525 * A mapping from simple license names to valid SPDX license IDs. This mapping only contains license strings which *can* 
26-  * be parsed by [SpdxExpression.parse] but have a corresponding valid SPDX license ID that should be used instead. When 
27-  * mapping a name without any indication of a version to an ID with a version, the most commonly used version at the 
28-  * time of writing is used. See [SpdxDeclaredLicenseMapping] for a mapping of unparsable license strings. 
26+  * be parsed by [SpdxExpression.parse] but have a corresponding valid SPDX license ID that should be used instead. See 
27+  * [SpdxDeclaredLicenseMapping] for a mapping of unparsable license strings. 
2928 */  
3029object  SpdxSimpleLicenseMapping {
3130    /* *
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments