diff options
author | Ed Maste <emaste@FreeBSD.org> | 2022-08-04 20:52:23 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2022-08-04 20:57:50 +0000 |
commit | 5b5fa75acff11d871d0c90045f8c1a58fed85365 (patch) | |
tree | f7c5a2053b544083e372cb93c1e0d9a0791b412a /lib/libc/stdio/putwc.c | |
parent | 369ea0520a3061c07400d7cd32172efb6af39815 (diff) | |
download | src-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/stdio/putwc.c')
-rw-r--r-- | lib/libc/stdio/putwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/putwc.c b/lib/libc/stdio/putwc.c index 510a3af70eda..7f7b026e4398 100644 --- a/lib/libc/stdio/putwc.c +++ b/lib/libc/stdio/putwc.c @@ -5,7 +5,7 @@ * 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. * |