summaryrefslogtreecommitdiff
path: root/lib/printf/vfprintf.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-08-04 16:52:23 -0400
committerDavid Lamparter <equinox@opensourcerouting.org>2023-09-03 23:32:46 +0200
commitb62dbddfdae67667995590ccab4da8d3284f4bd3 (patch)
tree019fffbc7e81c46ecea6b58034ab3e6a843d824b /lib/printf/vfprintf.c
parent640b59a8b0d87337fef336950e7ebf94a3344a7f (diff)
lib/printf: 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 Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from FreeBSD commit 5b5fa75acff11d871d0c90045f8c1a58fed85365)
Diffstat (limited to 'lib/printf/vfprintf.c')
-rw-r--r--lib/printf/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/printf/vfprintf.c b/lib/printf/vfprintf.c
index cc886834fa..1290d08648 100644
--- a/lib/printf/vfprintf.c
+++ b/lib/printf/vfprintf.c
@@ -8,7 +8,7 @@
* Chris Torek.
*
* Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
+ *
* Portions of this software were developed by David Chisnall
* under sponsorship from the FreeBSD Foundation.
*