From b62dbddfdae67667995590ccab4da8d3284f4bd3 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 4 Aug 2022 16:52:23 -0400 Subject: [PATCH] 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 (cherry picked from FreeBSD commit 5b5fa75acff11d871d0c90045f8c1a58fed85365) --- lib/printf/printfcommon.h | 2 +- lib/printf/vfprintf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/printf/printfcommon.h b/lib/printf/printfcommon.h index 5c45520b4c..623c9d2904 100644 --- a/lib/printf/printfcommon.h +++ b/lib/printf/printfcommon.h @@ -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. * 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. *