dotcloud/docker

View on GitHub
daemon/licensing.go

Summary

Maintainability
A
0 mins
Test Coverage
package daemon // import "github.com/docker/docker/daemon"

import (
    "github.com/docker/docker/api/types/system"
    "github.com/docker/docker/dockerversion"
)

func (daemon *Daemon) fillLicense(v *system.Info) {
    v.ProductLicense = dockerversion.DefaultProductLicense
}