diff options
| author | Niclas Zeising <zeising@FreeBSD.org> | 2018-05-09 17:06:52 +0000 |
|---|---|---|
| committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-05-09 17:06:52 +0000 |
| commit | 480e017cc877acbce44de35db11734d69208fbd5 (patch) | |
| tree | 6e7b8d2b6978072c919db12450fc0a5be418d240 | |
| parent | f0fb94abca6106e18ceb83ce74c27ce9f455db88 (diff) | |
Notes
| -rw-r--r-- | lib/libc/string/strchrnul.c | 1 | ||||
| -rw-r--r-- | usr.sbin/ipfwpcap/ipfwpcap.8 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/strchrnul.c b/lib/libc/string/strchrnul.c index 81c52afcc73b1..1c777be1854f6 100644 --- a/lib/libc/string/strchrnul.c +++ b/lib/libc/string/strchrnul.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2013 Niclas Zeising - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.sbin/ipfwpcap/ipfwpcap.8 b/usr.sbin/ipfwpcap/ipfwpcap.8 index a161ebbffb471..a426ee0848244 100644 --- a/usr.sbin/ipfwpcap/ipfwpcap.8 +++ b/usr.sbin/ipfwpcap/ipfwpcap.8 @@ -1,5 +1,4 @@ .\" Copyright (c) 2006 Niclas Zeising <zeising@FreeBSD.org> -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions |
