github.com/moby/docker@v26.1.3+incompatible/daemon/licensing.go (about)

     1  package daemon // import "github.com/docker/docker/daemon"
     2  
     3  import (
     4  	"github.com/docker/docker/api/types/system"
     5  	"github.com/docker/docker/dockerversion"
     6  )
     7  
     8  func (daemon *Daemon) fillLicense(v *system.Info) {
     9  	v.ProductLicense = dockerversion.DefaultProductLicense
    10  }