Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2023 01:43:36 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 034f38cdf864 - main - e1000: Add SPDX tag to em_txrx
Message-ID:  <202306090143.3591haxM072411@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/src/commit/?id=034f38cdf864e6794fd63b67bf16c59627576699

commit 034f38cdf864e6794fd63b67bf16c59627576699
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2023-06-09 01:42:20 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2023-06-09 01:42:20 +0000

    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 aebafca73cca..5f4919b0cdfd 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306090143.3591haxM072411>