Skip to content

Commit

Permalink
seq:floatparse:add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-sh committed Dec 14, 2024
1 parent 017ab3d commit 881534f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/uu/seq/src/floatparse.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 881534f

Please sign in to comment.