diff options
author | Warner Losh <imp@FreeBSD.org> | 2019-12-04 16:56:11 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2019-12-04 16:56:11 +0000 |
commit | f86e60008bdf690b61af2c18e98ee791ca91433f (patch) | |
tree | 539a7d545ad176b8f65d0df7d24c199842ce596f /sys/dev/usb/serial/ufoma.c | |
parent | a7147da9d488f325190fb121a0e544e805f85e5b (diff) |
Notes
Diffstat (limited to 'sys/dev/usb/serial/ufoma.c')
-rw-r--r-- | sys/dev/usb/serial/ufoma.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/serial/ufoma.c b/sys/dev/usb/serial/ufoma.c index c27232eca218b..eb58abc02afa0 100644 --- a/sys/dev/usb/serial/ufoma.c +++ b/sys/dev/usb/serial/ufoma.c @@ -6,9 +6,8 @@ __FBSDID("$FreeBSD$"); /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD * - * Copyright (c) 2005, Takanori Watanabe - * Copyright (c) 2003, M. Warner Losh <imp@FreeBSD.org>. - * All rights reserved. + * Copyright (c) 2005, Takanori Watanabe All rights reserved. + * Copyright (c) 2003 M. Warner Losh <imp@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |