aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strptime.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-08-04 20:52:23 +0000
committerEd Maste <emaste@FreeBSD.org>2022-08-04 20:57:50 +0000
commit5b5fa75acff11d871d0c90045f8c1a58fed85365 (patch)
treef7c5a2053b544083e372cb93c1e0d9a0791b412a /lib/libc/stdtime/strptime.c
parent369ea0520a3061c07400d7cd32172efb6af39815 (diff)
downloadsrc-5b5fa75acff11d871d0c90045f8c1a58fed85365.tar.gz
src-5b5fa75acff11d871d0c90045f8c1a58fed85365.zip
libc: drop "All rights reserved" from Foundation copyrights
This has already been done for most files that have the Foundation as the only listed copyright holder. Do it now for files that list multiple copyright holders, but have the Foundation copyright in its own section. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/stdtime/strptime.c')
-rw-r--r--lib/libc/stdtime/strptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strptime.c b/lib/libc/stdtime/strptime.c
index 1bd7d4e8367d..5691f61b6d84 100644
--- a/lib/libc/stdtime/strptime.c
+++ b/lib/libc/stdtime/strptime.c
@@ -6,7 +6,7 @@
* Copyright (c) 1994 Powerdog Industries. 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.
*