From 881534fe6dae5cb1b4c5d9f473994cc823da2f20 Mon Sep 17 00:00:00 2001 From: Alexander Shirokov Date: Sat, 14 Dec 2024 18:06:36 +0100 Subject: [PATCH] seq:floatparse:add license header Issue #6935 --- src/uu/seq/src/floatparse.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/uu/seq/src/floatparse.rs b/src/uu/seq/src/floatparse.rs index aa943ce8fa7..8d38fc9702b 100644 --- a/src/uu/seq/src/floatparse.rs +++ b/src/uu/seq/src/floatparse.rs @@ -1,3 +1,7 @@ +// This file is part of the uutils coreutils package. +// +// For the full copyright and license information, please view the LICENSE +// file that was distributed with this source code. use crate::extendedbigdecimal::ExtendedBigDecimal; use crate::number::PreciseNumber; use crate::numberparse::ParseNumberError;