diff options
| author | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
| commit | 52467047aa7dd6d21f6303b28e4278cab2d8fe48 (patch) | |
| tree | a955484151ea6028ddb185953f10e97caa168a52 /sys/dev/tcp_log | |
| parent | e4314da2e45770e4b9b3be74f4b552045a041d3a (diff) | |
Notes
Diffstat (limited to 'sys/dev/tcp_log')
| -rw-r--r-- | sys/dev/tcp_log/tcp_log_dev.c | 3 | ||||
| -rw-r--r-- | sys/dev/tcp_log/tcp_log_dev.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/tcp_log/tcp_log_dev.c b/sys/dev/tcp_log/tcp_log_dev.c index c62e106da55f..bea2dd95b0dd 100644 --- a/sys/dev/tcp_log/tcp_log_dev.c +++ b/sys/dev/tcp_log/tcp_log_dev.c @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2016-2017 - * Netflix Inc. All rights reserved. + * Copyright (c) 2016-2017 Netflix, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/tcp_log/tcp_log_dev.h b/sys/dev/tcp_log/tcp_log_dev.h index 90f0364a2fed..808271f8640b 100644 --- a/sys/dev/tcp_log/tcp_log_dev.h +++ b/sys/dev/tcp_log/tcp_log_dev.h @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2016 - * Netflix Inc. All rights reserved. + * Copyright (c) 2016 Netflix, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
