From: Tobias Stoeckmann Date: Sat, 18 Apr 2026 16:05:54 +0000 (+0200) Subject: fallocate: Remove outdated copyright statement X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=82f5b2bcae8d0abc072953f6bbf251505654de82;p=thirdparty%2Futil-linux.git fallocate: Remove outdated copyright statement The cvtnum internals have been replaced with a strtosize call, which makes the xfsprogs copyright statement obsolete. Signed-off-by: Tobias Stoeckmann --- diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c index a3ff3f612..244120cab 100644 --- a/sys-utils/fallocate.c +++ b/sys-utils/fallocate.c @@ -5,9 +5,6 @@ * Written by Eric Sandeen * Karel Zak * - * cvtnum routine taken from xfsprogs, - * Copyright (c) 2003-2005 Silicon Graphics, Inc. - * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation.