mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
Merge pull request #5205 from cakebaker/remove_author_copyright_notices
Remove the author copyright notices
This commit is contained in:
commit
14d6002663
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue