Skip to content

Commit

Permalink
Merge pull request #5205 from cakebaker/remove_author_copyright_notices
Browse files Browse the repository at this point in the history
Remove the author copyright notices
  • Loading branch information
sylvestre authored Aug 25, 2023
2 parents ffbfea4 + b9c05ed commit 14d6002
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 14d6002

Please sign in to comment.