aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-07-30 16:02:17 +0000
committerEd Maste <emaste@FreeBSD.org>2024-07-30 16:16:36 +0000
commit5c2bc3db201a4fe8d7911cf816bea104d5dc2138 (patch)
tree230fb592b0abef28e3539602e1853ee2225d2af9 /libexec
parent1206cf04a717a55bc15255ed043b066941cb43f2 (diff)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/blacklist.c1
-rw-r--r--libexec/ftpd/blacklist_client.h1
-rwxr-xr-xlibexec/rc/rc.d/blacklistd1
-rw-r--r--libexec/rtld-elf/aarch64/reloc.c1
-rw-r--r--libexec/rtld-elf/aarch64/rtld_start.S1
-rw-r--r--libexec/rtld-elf/rtld_malloc.h1
6 files changed, 0 insertions, 6 deletions
diff --git a/libexec/ftpd/blacklist.c b/libexec/ftpd/blacklist.c
index e8954f11bbe7..0a45f9369074 100644
--- a/libexec/ftpd/blacklist.c
+++ b/libexec/ftpd/blacklist.c
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2016 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by Kurt Lidl under sponsorship from the
* FreeBSD Foundation.
diff --git a/libexec/ftpd/blacklist_client.h b/libexec/ftpd/blacklist_client.h
index 94ecc66c17ce..0b6805dc218e 100644
--- a/libexec/ftpd/blacklist_client.h
+++ b/libexec/ftpd/blacklist_client.h
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2016 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by Kurt Lidl under sponsorship from the
* FreeBSD Foundation.
diff --git a/libexec/rc/rc.d/blacklistd b/libexec/rc/rc.d/blacklistd
index ecbb71e41fca..5248b0ea3580 100755
--- a/libexec/rc/rc.d/blacklistd
+++ b/libexec/rc/rc.d/blacklistd
@@ -1,7 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2016 The FreeBSD Foundation
-# All rights reserved.
#
# This software was developed by Kurt Lidl under sponsorship from the
# FreeBSD Foundation.
diff --git a/libexec/rtld-elf/aarch64/reloc.c b/libexec/rtld-elf/aarch64/reloc.c
index 5dfe19e3d4f4..f76ce7f4d580 100644
--- a/libexec/rtld-elf/aarch64/reloc.c
+++ b/libexec/rtld-elf/aarch64/reloc.c
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2014-2015 The FreeBSD Foundation
- * All rights reserved.
*
* Portions of this software were developed by Andrew Turner
* under sponsorship from the FreeBSD Foundation.
diff --git a/libexec/rtld-elf/aarch64/rtld_start.S b/libexec/rtld-elf/aarch64/rtld_start.S
index 8de3e021d567..53a7463e2634 100644
--- a/libexec/rtld-elf/aarch64/rtld_start.S
+++ b/libexec/rtld-elf/aarch64/rtld_start.S
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2014 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by Andrew Turner under
* sponsorship from the FreeBSD Foundation.
diff --git a/libexec/rtld-elf/rtld_malloc.h b/libexec/rtld-elf/rtld_malloc.h
index 247726b9f470..408cdc84d45e 100644
--- a/libexec/rtld-elf/rtld_malloc.h
+++ b/libexec/rtld-elf/rtld_malloc.h
@@ -2,7 +2,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by Konstantin Belousov <kib@FreeBSD.org>
* under sponsorship from the FreeBSD Foundation.