mirror of
https://github.com/uutils/coreutils
synced 2025-01-05 17:59:00 +00:00
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:
parent
ffbfea4fa4
commit
b9c05ed4e3
2 changed files with 1 additions and 4 deletions
|
@ -4,9 +4,6 @@
|
||||||
// file that was distributed with this source code.
|
// file that was distributed with this source code.
|
||||||
// library ~ (core/bundler file)
|
// 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)
|
// * feature-gated external crates (re-shared as public internal modules)
|
||||||
#[cfg(feature = "libc")]
|
#[cfg(feature = "libc")]
|
||||||
pub extern crate libc;
|
pub extern crate libc;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
//
|
//
|
||||||
// For the full copyright and license information, please view the LICENSE
|
// For the full copyright and license information, please view the LICENSE
|
||||||
// file that was distributed with this source code.
|
// file that was distributed with this source code.
|
||||||
// Copyright (C) ~ Roy Ivy III <rivy.dev@gmail.com>; MIT license
|
//
|
||||||
// spell-checker:ignore backticks uuhelp
|
// spell-checker:ignore backticks uuhelp
|
||||||
|
|
||||||
use std::{fs::File, io::Read, path::PathBuf};
|
use std::{fs::File, io::Read, path::PathBuf};
|
||||||
|
|
Loading…
Reference in a new issue