The branch stable/14 has been updated by ziaee:

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

commit db0f3a3c3f16f414e32fba5a0f7ea01302739bb7
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-05-16 01:53:28 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-07-04 18:20:05 +0000

    usb/if_mos.c: Fix incorrect SPDX ID
    
    Fixes:                  718cf2ccb995 (further adoption of SPDX)
    MFC after:              3 days
    Reviewed by:            carlavilla, imp, mhorne
    Approved by:            carlavilla, mhorne (mentors)
    Differential Revision:  https://reviews.freebsd.org/D50374
    
    (cherry picked from commit ca47411ea5e8a38ac1a9a29df25bc32ffcaa2904)
---
 sys/dev/usb/net/if_mos.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/usb/net/if_mos.c b/sys/dev/usb/net/if_mos.c
index 442bfb27d83f..41881fb778a5 100644
--- a/sys/dev/usb/net/if_mos.c
+++ b/sys/dev/usb/net/if_mos.c
@@ -1,6 +1,6 @@
+/* SPDX-License-Identifier: ISC AND BSD-4-Clause */
+
 /*-
- * SPDX-License-Identifier: (BSD-1-Clause AND BSD-4-Clause)
- *
  * Copyright (c) 2011 Rick van der Zwet <i...@rickvanderzwet.nl>
  *
  * Permission to use, copy, modify, and distribute this software for any

Reply via email to