Remove the author copyright notices

from files missed by https://github.com/uutils/coreutils/pull/5184
and https://github.com/uutils/coreutils/pull/5197
This commit is contained in:
Daniel Hofstetter 2023-08-25 15:03:19 +02:00
parent ffbfea4fa4
commit b9c05ed4e3
2 changed files with 1 additions and 4 deletions

View file

@ -4,9 +4,6 @@
// file that was distributed with this source code.
// library ~ (core/bundler file)
// Copyright (C) ~ Alex Lyon <arcterus@mail.com>
// Copyright (C) ~ Roy Ivy III <rivy.dev@gmail.com>; MIT license
// * feature-gated external crates (re-shared as public internal modules)
#[cfg(feature = "libc")]
pub extern crate libc;

View file

@ -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 <rivy.dev@gmail.com>; MIT license
//
// spell-checker:ignore backticks uuhelp
use std::{fs::File, io::Read, path::PathBuf};