From 0b981d9dc38f58397b99efc5022ef09cbb037263 Mon Sep 17 00:00:00 2001 From: backwaterred <36117575+backwaterred@users.noreply.github.com> Date: Mon, 5 Jul 2021 11:34:22 -0700 Subject: [PATCH] Update src/uu/dd/src/datastructures.rs Adds project header to conversion_tables.rs Co-authored-by: Sylvestre Ledru --- src/uu/dd/src/datastructures.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/uu/dd/src/datastructures.rs b/src/uu/dd/src/datastructures.rs index 42026c5b3..637bba3be 100644 --- a/src/uu/dd/src/datastructures.rs +++ b/src/uu/dd/src/datastructures.rs @@ -1,3 +1,10 @@ +// 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. + +// spell-checker:ignore (ToDO) ctable noerror + use crate::conversion_tables::*; use std::error::Error;