diff --git a/src/uucore/src/lib/lib.rs b/src/uucore/src/lib/lib.rs index 1d97522c7..4f2a1c766 100644 --- a/src/uucore/src/lib/lib.rs +++ b/src/uucore/src/lib/lib.rs @@ -4,9 +4,6 @@ // file that was distributed with this source code. // library ~ (core/bundler file) -// Copyright (C) ~ Alex Lyon -// Copyright (C) ~ Roy Ivy III ; MIT license - // * feature-gated external crates (re-shared as public internal modules) #[cfg(feature = "libc")] pub extern crate libc; diff --git a/src/uucore_procs/src/lib.rs b/src/uucore_procs/src/lib.rs index ef1ba87cf..cbe915936 100644 --- a/src/uucore_procs/src/lib.rs +++ b/src/uucore_procs/src/lib.rs @@ -2,7 +2,7 @@ // // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// Copyright (C) ~ Roy Ivy III ; MIT license +// // spell-checker:ignore backticks uuhelp use std::{fs::File, io::Read, path::PathBuf};