Skip to content

Commit

Permalink
Remove the author copyright notices
Browse files Browse the repository at this point in the history
from files missed by uutils#5184
and uutils#5197
  • Loading branch information
cakebaker committed Aug 25, 2023
1 parent ffbfea4 commit b9c05ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/uucore/src/lib/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// file that was distributed with this source code.
// library ~ (core/bundler file)

// Copyright (C) ~ Alex Lyon <[email protected]>
// Copyright (C) ~ Roy Ivy III <[email protected]>; MIT license

// * feature-gated external crates (re-shared as public internal modules)
#[cfg(feature = "libc")]
pub extern crate libc;
Expand Down
2 changes: 1 addition & 1 deletion src/uucore_procs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>; MIT license
//
// spell-checker:ignore backticks uuhelp

use std::{fs::File, io::Read, path::PathBuf};
Expand Down

0 comments on commit b9c05ed

Please sign in to comment.