diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2023-06-09 01:42:20 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2023-06-27 21:03:43 +0000 |
| commit | dac6aa05f8da6421bc2e18be65a342a75ef31029 (patch) | |
| tree | 4572669efb824086b875e7161e658c0898336d56 /sys/dev | |
| parent | 670a17e9f978a2821960fe3dcd4773469921b14d (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/e1000/em_txrx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/e1000/em_txrx.c b/sys/dev/e1000/em_txrx.c index 6bff741ba665..255aea6347d2 100644 --- a/sys/dev/e1000/em_txrx.c +++ b/sys/dev/e1000/em_txrx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2016 Nicole Graziano <nicole@nextbsd.org> * Copyright (c) 2017 Matthew Macy <mmacy@mattmacy.io> * All rights reserved. |
