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
  • Loading branch information
cakebaker authored and zhitkoff committed Aug 24, 2023
1 parent 101a122 commit 6a0ba26
Show file tree
Hide file tree
Showing 86 changed files with 3 additions and 199 deletions.
2 changes: 0 additions & 2 deletions src/uu/dir/src/dir.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) gmnsii <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/du/src/du.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Derek Chiang <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/expr/src/expr.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//* This file is part of the uutils coreutils package.
//*
//* (c) Roman Gafiyatullin <[email protected]>
//*
//* For the full copyright and license information, please view the LICENSE
//* file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/expr/src/syntax_tree.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//* This file is part of the uutils coreutils package.
//*
//* (c) Roman Gafiyatullin <[email protected]>
//*
//* For the full copyright and license information, please view the LICENSE
//* file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/expr/src/tokens.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//* This file is part of the uutils coreutils package.
//*
//* (c) Roman Gafiyatullin <[email protected]>
//*
//* For the full copyright and license information, please view the LICENSE
//* file that was distributed with this source code.

Expand Down
4 changes: 0 additions & 4 deletions src/uu/factor/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) kwantam <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down Expand Up @@ -92,8 +90,6 @@ const MAX_WIDTH: usize = 102;
const PREAMBLE: &str = r##"/*
* This file is part of the uutils coreutils package.
*
* (c) kwantam <[email protected]>
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/
Expand Down
2 changes: 0 additions & 2 deletions src/uu/factor/sieve.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) kwantam <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
3 changes: 0 additions & 3 deletions src/uu/factor/src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2014 T. Jameson Little <[email protected]>
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/factor/src/factor.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/factor/src/miller_rabin.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
3 changes: 0 additions & 3 deletions src/uu/factor/src/numeric/gcd.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2015 Wiktor Kuropatwa <[email protected]>
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/factor/src/numeric/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
3 changes: 0 additions & 3 deletions src/uu/factor/src/numeric/modular_inverse.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2015 Wiktor Kuropatwa <[email protected]>
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
3 changes: 0 additions & 3 deletions src/uu/factor/src/numeric/montgomery.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2020 Alex Lyon <[email protected]>
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
3 changes: 0 additions & 3 deletions src/uu/factor/src/numeric/traits.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2020 Alex Lyon <[email protected]>
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
3 changes: 0 additions & 3 deletions src/uu/factor/src/rho.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2015 Wiktor Kuropatwa <[email protected]>
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
3 changes: 0 additions & 3 deletions src/uu/factor/src/table.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2015 kwantam <[email protected]>
// * (c) 2020 nicoo <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/false/src/false.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Jordi Boggiano <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
use clap::{Arg, ArgAction, Command};
Expand Down
4 changes: 1 addition & 3 deletions src/uu/fmt/src/fmt.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// * This file is part of `fmt` from the uutils coreutils package.
// *
// * (c) kwantam <[email protected]>
// * This file is part of the uutils coreutils package.
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
Expand Down
4 changes: 1 addition & 3 deletions src/uu/fmt/src/linebreak.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// * This file is part of `fmt` from the uutils coreutils package.
// *
// * (c) kwantam <[email protected]>
// * This file is part of the uutils coreutils package.
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
Expand Down
4 changes: 1 addition & 3 deletions src/uu/fmt/src/parasplit.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// * This file is part of `fmt` from the uutils coreutils package.
// *
// * (c) kwantam <[email protected]>
// * This file is part of the uutils coreutils package.
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
Expand Down
2 changes: 0 additions & 2 deletions src/uu/fold/src/fold.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Alex Lyon <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
4 changes: 0 additions & 4 deletions src/uu/hashsum/src/hashsum.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Alex Lyon <[email protected]>
// * (c) Vsevolod Velichko <[email protected]>
// * (c) Gil Cottle <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/hostid/src/hostid.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Maciej Dziardziel <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/hostname/src/hostname.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Alan Andrade <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/install/src/install.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Ben Eills <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/join/src/join.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Konstantin Pospelov <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/kill/src/kill.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Maciej Dziardziel <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/link/src/link.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Michael Gehring <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
use clap::builder::ValueParser;
Expand Down
2 changes: 0 additions & 2 deletions src/uu/ln/src/ln.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Joseph Crail <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/logname/src/logname.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Benoit Benedetti <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/mkdir/src/mkdir.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Nicholas Juszczak <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/mkfifo/src/mkfifo.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Michael Gehring <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/more/src/more.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Martin Kysel <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/nice/src/nice.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Alex Lyon <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/nl/src/nl.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Tobias Bohumir Schottdorf <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
// *
Expand Down
2 changes: 0 additions & 2 deletions src/uu/nohup/src/nohup.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2014 Vsevolod Velichko <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/nproc/src/nproc.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Michael Gehring <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/numfmt/src/numfmt.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Yury Krivopalov <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/od/src/od.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Ben Hirsch <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/paste/src/paste.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Alex Lyon <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/pathchk/src/pathchk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

// * This file is part of the uutils coreutils package.
// *
// * (c) Inokentiy Babushkin <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE file
// * that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/printenv/src/printenv.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Jordi Boggiano <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/ptx/src/ptx.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Dorota Kapturkiewicz <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/pwd/src/pwd.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Derek Chiang <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/readlink/src/readlink.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) Haitao Li <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
2 changes: 0 additions & 2 deletions src/uu/realpath/src/realpath.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2014 Vsevolod Velichko <[email protected]>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
Loading

0 comments on commit 6a0ba26

Please sign in to comment.