github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/daemon/licensing.go (about)

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