From 034f38cdf864e6794fd63b67bf16c59627576699 Mon Sep 17 00:00:00 2001 From: Kevin Bowling Date: Thu, 8 Jun 2023 18:42:20 -0700 Subject: [PATCH] e1000: Add SPDX tag to em_txrx Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30072 --- sys/dev/e1000/em_txrx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/e1000/em_txrx.c b/sys/dev/e1000/em_txrx.c index aebafca73cc..5f4919b0cdf 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 * Copyright (c) 2017 Matthew Macy * All rights reserved.