From c3d1114067a20200429de68b3bb80eee5a83904a Mon Sep 17 00:00:00 2001 From: miz1choobi <123825458+miz1choobi@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:33:57 +0330 Subject: [PATCH] Update self_linux.go --- internal/reexec/self_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/reexec/self_linux.go b/internal/reexec/self_linux.go index 956d09326a..4ed0b3028a 100644 --- a/internal/reexec/self_linux.go +++ b/internal/reexec/self_linux.go @@ -1,4 +1,4 @@ -// This file originates from Docker/Moby, +// This file originates from Docker/Moby // https://github.com/moby/moby/blob/master/pkg/reexec/ // Licensed under Apache License 2.0: https://github.com/moby/moby/blob/master/LICENSE // Copyright 2013-2018 Docker, Inc.