diff --git a/common/reexec/reexec.go b/common/reexec/reexec.go index db7f23317a..af8d347986 100644 --- a/common/reexec/reexec.go +++ b/common/reexec/reexec.go @@ -1,6 +1,6 @@ // This file originates from Docker/Moby, // https://github.com/moby/moby/blob/master/pkg/reexec/reexec.go -// Licensed under AGPL V2: https://github.com/moby/moby/blob/master/LICENSE +// Licensed under Apache License 2.0: https://github.com/moby/moby/blob/master/LICENSE // Copyright 2013-2018 Docker, Inc. // // Package reexec facilitates the busybox style reexec of the docker binary that diff --git a/common/reexec/self_linux.go b/common/reexec/self_linux.go index 2abec29bb2..956d09326a 100644 --- a/common/reexec/self_linux.go +++ b/common/reexec/self_linux.go @@ -1,6 +1,6 @@ // This file originates from Docker/Moby, // https://github.com/moby/moby/blob/master/pkg/reexec/ -// Licensed under AGPL V2: https://github.com/moby/moby/blob/master/LICENSE +// Licensed under Apache License 2.0: https://github.com/moby/moby/blob/master/LICENSE // Copyright 2013-2018 Docker, Inc. //go:build linux diff --git a/common/reexec/self_others.go b/common/reexec/self_others.go index ef9964127c..a9f502ca87 100644 --- a/common/reexec/self_others.go +++ b/common/reexec/self_others.go @@ -1,6 +1,6 @@ // This file originates from Docker/Moby, // https://github.com/moby/moby/blob/master/pkg/reexec/ -// Licensed under AGPL V2: https://github.com/moby/moby/blob/master/LICENSE +// Licensed under Apache License 2.0: https://github.com/moby/moby/blob/master/LICENSE // Copyright 2013-2018 Docker, Inc. //go:build !linux