github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/engine/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 }