From b9c05ed4e37f678704b63e70d3438538200661f3 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 25 Aug 2023 15:03:19 +0200 Subject: [PATCH] Remove the author copyright notices from files missed by https://github.com/uutils/coreutils/pull/5184 and https://github.com/uutils/coreutils/pull/5197 --- src/uucore/src/lib/lib.rs | 3 --- src/uucore_procs/src/lib.rs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/uucore/src/lib/lib.rs b/src/uucore/src/lib/lib.rs index 1d97522c7ec..4f2a1c766c9 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 ef1ba87cf61..cbe915936d3 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};