mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
common/reexec: refer to the correct license type
This commit is contained in:
parent
f8d21954d1
commit
8a1ef42195
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue