mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +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.
|
// 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…
Add table
Add a link
Reference in a new issue