diff options
author | Warner Losh <imp@FreeBSD.org> | 2019-02-05 21:37:34 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2019-02-05 21:37:34 +0000 |
commit | d3f1313287af1561ef4451d2b5f5948c678e1873 (patch) | |
tree | aca0a59cb2a6111ca102ed546be24030e95bfa1f /sys/dev/sio/sio_pci.c | |
parent | 8590b14e9d1e6b8d5e74ec28c013f252f1fc47c0 (diff) |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r-- | sys/dev/sio/sio_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index c3223a2d6f19..cd2e03e28966 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2001 M. Warner Losh. All rights reserved. + * Copyright (c) 2001 M. Warner Losh. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |