github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+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 }