From 296f917d5da0eaae4c12037240faa2d40b14a84d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 1 Jul 2026 10:58:54 +0200 Subject: [PATCH] pkg/kernelversion: update links to upstream source The package was moved to a separate module; update the links to make it easier to discover the current version of upstream. Signed-off-by: Sebastiaan van Stijn --- pkg/kernelversion/kernel_linux.go | 10 ++++++---- pkg/kernelversion/kernel_linux_test.go | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/pkg/kernelversion/kernel_linux.go b/pkg/kernelversion/kernel_linux.go index ddb906ed98..153f71e1c9 100644 --- a/pkg/kernelversion/kernel_linux.go +++ b/pkg/kernelversion/kernel_linux.go @@ -14,10 +14,12 @@ limitations under the License. */ -/* - File copied and customized based on - https://github.com/moby/moby/tree/v20.10.14/profiles/seccomp/kernel_linux.go -*/ +// SPDX-FileCopyrightText: Copyright The containerd Authors +// SPDX-FileCopyrightText: Copyright The Moby Authors +// SPDX-License-Identifier: Apache-2.0 +// +// File copied and customized based on +// https://github.com/moby/profiles/blob/seccomp/v0.2.3/seccomp/kernel_linux.go package kernelversion diff --git a/pkg/kernelversion/kernel_linux_test.go b/pkg/kernelversion/kernel_linux_test.go index d0bad9bca6..8c78485590 100644 --- a/pkg/kernelversion/kernel_linux_test.go +++ b/pkg/kernelversion/kernel_linux_test.go @@ -14,10 +14,12 @@ limitations under the License. */ -/* - File copied and customized based on - https://github.com/moby/moby/tree/v20.10.14/profiles/seccomp/kernel_linux_test.go -*/ +// SPDX-FileCopyrightText: Copyright The containerd Authors +// SPDX-FileCopyrightText: Copyright The Moby Authors +// SPDX-License-Identifier: Apache-2.0 +// +// File copied and customized based on +// https://github.com/moby/profiles/blob/seccomp/v0.2.3/seccomp/kernel_linux_test.go package kernelversion