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