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:02:42 +0000 |
commit | 0b6e5abfb855df990c846ef45b90390e561b02e3 (patch) | |
tree | a1cf640ac8ccb367f985c69c8f600a412d859c12 | |
parent | 7d387749dcdd61b8f423a3f39da79da18e08c00b (diff) | |
download | src-0b6e5abfb855df990c846ef45b90390e561b02e3.tar.gz src-0b6e5abfb855df990c846ef45b90390e561b02e3.zip |
e1000: Add SPDX tag to em_txrx
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D30072
(cherry picked from commit 034f38cdf864e6794fd63b67bf16c59627576699)
-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. |