aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atoi.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-06-30 14:52:29 +0000
committerEd Maste <emaste@FreeBSD.org>2023-09-25 13:49:25 +0000
commit08f02c751b34990719f55692a5450eef357352c5 (patch)
tree0d66be5cdc5d6929c9ec009fc8db697a2e185fa7 /lib/libc/stdlib/atoi.c
parentddca690373e565a6e86ac1c0e025563ded0a686c (diff)
Remove "All Rights Reserved" from Foundation copyrights
Sponsored by: The FreeBSD Foundation (cherry picked from commit 7fde0187cc443468561f0a30d589ff0cfe45eef5) (cherry picked from commit 560e22c8fe460e00d16e5268fe1fbb316ad81101) (cherry picked from commit 5b5fa75acff11d871d0c90045f8c1a58fed85365)
Diffstat (limited to 'lib/libc/stdlib/atoi.c')
-rw-r--r--lib/libc/stdlib/atoi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atoi.c b/lib/libc/stdlib/atoi.c
index 2a8d52fc708b..dfaf659458f5 100644
--- a/lib/libc/stdlib/atoi.c
+++ b/lib/libc/stdlib/atoi.c
@@ -5,7 +5,7 @@
* The Regents of the University of California. All rights reserved.
*
* Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
+ *
* Portions of this software were developed by David Chisnall
* under sponsorship from the FreeBSD Foundation.
*