From 5cab4e41b3612dd55976f1a3ca9172bb8fa1594d Mon Sep 17 00:00:00 2001 From: sbentmar Date: Sat, 15 Jan 2022 11:15:45 +0100 Subject: [PATCH] numfmt: add copyright notice --- src/uu/numfmt/src/errors.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/uu/numfmt/src/errors.rs b/src/uu/numfmt/src/errors.rs index 400fc4619..af7de9caa 100644 --- a/src/uu/numfmt/src/errors.rs +++ b/src/uu/numfmt/src/errors.rs @@ -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},