diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-05-16 01:53:28 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-05-28 21:08:00 +0000 |
| commit | ca47411ea5e8a38ac1a9a29df25bc32ffcaa2904 (patch) | |
| tree | b41ea04364232eb36b2d7b14366c9691d1cd6fd0 /sys/dev/usb/net | |
| parent | 0440b3d2cbf83afb55209a9938b31a48912f222c (diff) | |
Diffstat (limited to 'sys/dev/usb/net')
| -rw-r--r-- | sys/dev/usb/net/if_mos.c | 4 |
1 files 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 <info@rickvanderzwet.nl> * * Permission to use, copy, modify, and distribute this software for any |
