github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/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 }