github.com/hernad/nomad@v1.6.112/nomad/license_config_oss.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build !ent
     5  
     6  package nomad
     7  
     8  func (c *LicenseConfig) Validate() error {
     9  	return nil
    10  }