Skip to content

Commit c23fdc4

Browse files
committed
Add copyright attribution to netlinksafe package
1 parent 062b3fc commit c23fdc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/netlinksafe/netlink.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
// by netlink functions along with the EINTR. So, it's not possible to do
1414
// anything but retry. After maxAttempts the EINTR will be returned to the
1515
// caller.
16+
17+
// SPDX-License-Identifier: Apache-2.0
18+
// Copyright Docker, Inc.
19+
// Copied from https://github.com/moby/moby/blob/edaa0eb56d7e749df81bd3dcc2945b81e911b52e/internal/nlwrap/nlwrap_linux.go
20+
1621
package netlinksafe
1722

1823
import (

0 commit comments

Comments
 (0)