common/reexec: refer to the correct license type

This commit is contained in:
Martin Holst Swende 2023-10-23 15:27:06 +02:00 committed by Felix Lange
parent f8d21954d1
commit 8a1ef42195
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
// This file originates from Docker/Moby, // This file originates from Docker/Moby,
// https://github.com/moby/moby/blob/master/pkg/reexec/reexec.go // 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. // Copyright 2013-2018 Docker, Inc.
// //
// Package reexec facilitates the busybox style reexec of the docker binary that // Package reexec facilitates the busybox style reexec of the docker binary that

View file

@ -1,6 +1,6 @@
// This file originates from Docker/Moby, // This file originates from Docker/Moby,
// https://github.com/moby/moby/blob/master/pkg/reexec/ // 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. // Copyright 2013-2018 Docker, Inc.
//go:build linux //go:build linux

View file

@ -1,6 +1,6 @@
// This file originates from Docker/Moby, // This file originates from Docker/Moby,
// https://github.com/moby/moby/blob/master/pkg/reexec/ // 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. // Copyright 2013-2018 Docker, Inc.
//go:build !linux //go:build !linux