1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

numfmt: add copyright notice

This commit is contained in:
sbentmar 2022-01-15 11:15:45 +01:00
parent 9b04c98ddb
commit 5cab4e41b3

View file

@ -1,3 +1,8 @@
// * 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 std::{
error::Error,
fmt::{Debug, Display},