From 774180bb09dc372ca8057f96583c509e3e1fe2be Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 23 Aug 2023 10:54:00 +0200 Subject: [PATCH] Remove the author copyright notices from files missed by #5184 --- src/uu/dir/src/dir.rs | 2 -- src/uu/du/src/du.rs | 2 -- src/uu/expr/src/expr.rs | 2 -- src/uu/expr/src/syntax_tree.rs | 2 -- src/uu/expr/src/tokens.rs | 2 -- src/uu/factor/build.rs | 4 ---- src/uu/factor/sieve.rs | 2 -- src/uu/factor/src/cli.rs | 3 --- src/uu/factor/src/factor.rs | 2 -- src/uu/factor/src/miller_rabin.rs | 2 -- src/uu/factor/src/numeric/gcd.rs | 3 --- src/uu/factor/src/numeric/mod.rs | 2 -- src/uu/factor/src/numeric/modular_inverse.rs | 3 --- src/uu/factor/src/numeric/montgomery.rs | 3 --- src/uu/factor/src/numeric/traits.rs | 3 --- src/uu/factor/src/rho.rs | 3 --- src/uu/factor/src/table.rs | 3 --- src/uu/false/src/false.rs | 2 -- src/uu/fmt/src/fmt.rs | 4 +--- src/uu/fmt/src/linebreak.rs | 4 +--- src/uu/fmt/src/parasplit.rs | 4 +--- src/uu/fold/src/fold.rs | 2 -- src/uu/hashsum/src/hashsum.rs | 4 ---- src/uu/hostid/src/hostid.rs | 2 -- src/uu/hostname/src/hostname.rs | 2 -- src/uu/install/src/install.rs | 2 -- src/uu/join/src/join.rs | 2 -- src/uu/kill/src/kill.rs | 2 -- src/uu/link/src/link.rs | 2 -- src/uu/ln/src/ln.rs | 2 -- src/uu/logname/src/logname.rs | 2 -- src/uu/mkdir/src/mkdir.rs | 2 -- src/uu/mkfifo/src/mkfifo.rs | 2 -- src/uu/more/src/more.rs | 2 -- src/uu/nice/src/nice.rs | 2 -- src/uu/nl/src/nl.rs | 2 -- src/uu/nohup/src/nohup.rs | 2 -- src/uu/nproc/src/nproc.rs | 2 -- src/uu/numfmt/src/numfmt.rs | 2 -- src/uu/od/src/od.rs | 2 -- src/uu/paste/src/paste.rs | 2 -- src/uu/pathchk/src/pathchk.rs | 2 -- src/uu/printenv/src/printenv.rs | 2 -- src/uu/ptx/src/ptx.rs | 2 -- src/uu/pwd/src/pwd.rs | 2 -- src/uu/readlink/src/readlink.rs | 2 -- src/uu/realpath/src/realpath.rs | 2 -- src/uu/relpath/src/relpath.rs | 2 -- src/uu/rm/src/rm.rs | 2 -- src/uu/rmdir/src/rmdir.rs | 2 -- src/uu/shred/src/shred.rs | 3 --- src/uu/shuf/src/shuf.rs | 2 -- src/uu/sleep/src/sleep.rs | 2 -- src/uu/sort/src/check.rs | 2 -- src/uu/sort/src/chunks.rs | 2 -- src/uu/sort/src/custom_str_cmp.rs | 2 -- src/uu/sort/src/ext_sort.rs | 2 -- src/uu/sort/src/numeric_str_cmp.rs | 2 -- src/uu/sort/src/sort.rs | 4 ---- src/uu/split/src/split.rs | 2 -- src/uu/stdbuf/src/stdbuf.rs | 2 -- src/uu/sum/src/sum.rs | 2 -- src/uu/sync/src/sync.rs | 2 -- src/uu/tac/src/tac.rs | 2 -- src/uu/tail/src/platform/mod.rs | 3 --- src/uu/tail/src/platform/unix.rs | 3 --- src/uu/tail/src/platform/windows.rs | 2 -- src/uu/tail/src/tail.rs | 4 ---- src/uu/tee/src/tee.rs | 2 -- src/uu/timeout/src/timeout.rs | 2 -- src/uu/true/src/true.rs | 2 -- src/uu/truncate/src/truncate.rs | 2 -- src/uu/tsort/src/tsort.rs | 3 --- src/uu/tty/src/tty.rs | 2 -- src/uu/unexpand/src/unexpand.rs | 4 ---- src/uu/uniq/src/uniq.rs | 2 -- src/uu/unlink/src/unlink.rs | 2 -- src/uu/uptime/src/uptime.rs | 3 --- src/uu/users/src/users.rs | 3 --- src/uu/vdir/src/vdir.rs | 2 -- src/uu/wc/src/wc.rs | 2 -- src/uu/whoami/src/platform/mod.rs | 2 -- src/uu/whoami/src/platform/unix.rs | 3 --- src/uu/whoami/src/platform/windows.rs | 2 -- src/uu/whoami/src/whoami.rs | 2 -- src/uu/yes/src/yes.rs | 2 -- 86 files changed, 3 insertions(+), 199 deletions(-) diff --git a/src/uu/dir/src/dir.rs b/src/uu/dir/src/dir.rs index 6caf7bbe8..fb26b265f 100644 --- a/src/uu/dir/src/dir.rs +++ b/src/uu/dir/src/dir.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) gmnsii -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/du/src/du.rs b/src/uu/du/src/du.rs index 14bda4967..493eb4848 100644 --- a/src/uu/du/src/du.rs +++ b/src/uu/du/src/du.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Derek Chiang -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/expr/src/expr.rs b/src/uu/expr/src/expr.rs index 97cfa32f3..458466558 100644 --- a/src/uu/expr/src/expr.rs +++ b/src/uu/expr/src/expr.rs @@ -1,7 +1,5 @@ //* This file is part of the uutils coreutils package. //* -//* (c) Roman Gafiyatullin -//* //* For the full copyright and license information, please view the LICENSE //* file that was distributed with this source code. diff --git a/src/uu/expr/src/syntax_tree.rs b/src/uu/expr/src/syntax_tree.rs index 1d2ddbced..71a0d5408 100644 --- a/src/uu/expr/src/syntax_tree.rs +++ b/src/uu/expr/src/syntax_tree.rs @@ -1,7 +1,5 @@ //* This file is part of the uutils coreutils package. //* -//* (c) Roman Gafiyatullin -//* //* For the full copyright and license information, please view the LICENSE //* file that was distributed with this source code. diff --git a/src/uu/expr/src/tokens.rs b/src/uu/expr/src/tokens.rs index 21220d7dc..f211eefaa 100644 --- a/src/uu/expr/src/tokens.rs +++ b/src/uu/expr/src/tokens.rs @@ -1,7 +1,5 @@ //* This file is part of the uutils coreutils package. //* -//* (c) Roman Gafiyatullin -//* //* For the full copyright and license information, please view the LICENSE //* file that was distributed with this source code. diff --git a/src/uu/factor/build.rs b/src/uu/factor/build.rs index bdd132094..2ec215f2e 100644 --- a/src/uu/factor/build.rs +++ b/src/uu/factor/build.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) kwantam -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. @@ -92,8 +90,6 @@ const MAX_WIDTH: usize = 102; const PREAMBLE: &str = r##"/* * This file is part of the uutils coreutils package. * -* (c) kwantam -* * For the full copyright and license information, please view the LICENSE file * that was distributed with this source code. */ diff --git a/src/uu/factor/sieve.rs b/src/uu/factor/sieve.rs index 2c637fad1..3d569c6bf 100644 --- a/src/uu/factor/sieve.rs +++ b/src/uu/factor/sieve.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) kwantam -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/cli.rs b/src/uu/factor/src/cli.rs index 714b38e5e..d35e2ede6 100644 --- a/src/uu/factor/src/cli.rs +++ b/src/uu/factor/src/cli.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2014 T. Jameson Little -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/factor.rs b/src/uu/factor/src/factor.rs index a87f4219e..7ce5eb822 100644 --- a/src/uu/factor/src/factor.rs +++ b/src/uu/factor/src/factor.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/miller_rabin.rs b/src/uu/factor/src/miller_rabin.rs index de2f8a924..5c88278d2 100644 --- a/src/uu/factor/src/miller_rabin.rs +++ b/src/uu/factor/src/miller_rabin.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/numeric/gcd.rs b/src/uu/factor/src/numeric/gcd.rs index 05eb20cb0..10efc339a 100644 --- a/src/uu/factor/src/numeric/gcd.rs +++ b/src/uu/factor/src/numeric/gcd.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2015 Wiktor Kuropatwa -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/numeric/mod.rs b/src/uu/factor/src/numeric/mod.rs index d086027b8..4a087274b 100644 --- a/src/uu/factor/src/numeric/mod.rs +++ b/src/uu/factor/src/numeric/mod.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/numeric/modular_inverse.rs b/src/uu/factor/src/numeric/modular_inverse.rs index 992253a43..52e87e412 100644 --- a/src/uu/factor/src/numeric/modular_inverse.rs +++ b/src/uu/factor/src/numeric/modular_inverse.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2015 Wiktor Kuropatwa -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/numeric/montgomery.rs b/src/uu/factor/src/numeric/montgomery.rs index d411d0d41..3d225dd1e 100644 --- a/src/uu/factor/src/numeric/montgomery.rs +++ b/src/uu/factor/src/numeric/montgomery.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2020 Alex Lyon -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/numeric/traits.rs b/src/uu/factor/src/numeric/traits.rs index 1dc681976..a3b8912f9 100644 --- a/src/uu/factor/src/numeric/traits.rs +++ b/src/uu/factor/src/numeric/traits.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2020 Alex Lyon -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/rho.rs b/src/uu/factor/src/rho.rs index e7aa00b4d..8de8ade83 100644 --- a/src/uu/factor/src/rho.rs +++ b/src/uu/factor/src/rho.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2015 Wiktor Kuropatwa -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/factor/src/table.rs b/src/uu/factor/src/table.rs index 0fb338d9d..063ec0620 100644 --- a/src/uu/factor/src/table.rs +++ b/src/uu/factor/src/table.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2015 kwantam -// * (c) 2020 nicoo -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/false/src/false.rs b/src/uu/false/src/false.rs index 27b6be291..293bb1eb5 100644 --- a/src/uu/false/src/false.rs +++ b/src/uu/false/src/false.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Jordi Boggiano -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. use clap::{Arg, ArgAction, Command}; diff --git a/src/uu/fmt/src/fmt.rs b/src/uu/fmt/src/fmt.rs index bf08fbc3e..0ff20e987 100644 --- a/src/uu/fmt/src/fmt.rs +++ b/src/uu/fmt/src/fmt.rs @@ -1,6 +1,4 @@ -// * This file is part of `fmt` from the uutils coreutils package. -// * -// * (c) kwantam +// * 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. diff --git a/src/uu/fmt/src/linebreak.rs b/src/uu/fmt/src/linebreak.rs index e86623c88..b3e79152f 100644 --- a/src/uu/fmt/src/linebreak.rs +++ b/src/uu/fmt/src/linebreak.rs @@ -1,6 +1,4 @@ -// * This file is part of `fmt` from the uutils coreutils package. -// * -// * (c) kwantam +// * 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. diff --git a/src/uu/fmt/src/parasplit.rs b/src/uu/fmt/src/parasplit.rs index c94c81974..fbad5d16e 100644 --- a/src/uu/fmt/src/parasplit.rs +++ b/src/uu/fmt/src/parasplit.rs @@ -1,6 +1,4 @@ -// * This file is part of `fmt` from the uutils coreutils package. -// * -// * (c) kwantam +// * 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. diff --git a/src/uu/fold/src/fold.rs b/src/uu/fold/src/fold.rs index d53573d82..b01101942 100644 --- a/src/uu/fold/src/fold.rs +++ b/src/uu/fold/src/fold.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/hashsum/src/hashsum.rs b/src/uu/hashsum/src/hashsum.rs index cc1b050fd..0e297c8cc 100644 --- a/src/uu/hashsum/src/hashsum.rs +++ b/src/uu/hashsum/src/hashsum.rs @@ -1,9 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * (c) Vsevolod Velichko -// * (c) Gil Cottle -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/hostid/src/hostid.rs b/src/uu/hostid/src/hostid.rs index 3657d137a..f30def1b9 100644 --- a/src/uu/hostid/src/hostid.rs +++ b/src/uu/hostid/src/hostid.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Maciej Dziardziel -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/hostname/src/hostname.rs b/src/uu/hostname/src/hostname.rs index 83a22a82f..82df4e99f 100644 --- a/src/uu/hostname/src/hostname.rs +++ b/src/uu/hostname/src/hostname.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alan Andrade -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/install/src/install.rs b/src/uu/install/src/install.rs index 8aca020af..a2d49fe8b 100644 --- a/src/uu/install/src/install.rs +++ b/src/uu/install/src/install.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Ben Eills -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/join/src/join.rs b/src/uu/join/src/join.rs index afcb4d7d2..e769ceb58 100644 --- a/src/uu/join/src/join.rs +++ b/src/uu/join/src/join.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Konstantin Pospelov -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/kill/src/kill.rs b/src/uu/kill/src/kill.rs index d18a483fd..1bc89f9a6 100644 --- a/src/uu/kill/src/kill.rs +++ b/src/uu/kill/src/kill.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Maciej Dziardziel -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/link/src/link.rs b/src/uu/link/src/link.rs index 6688003a9..6a7f78fca 100644 --- a/src/uu/link/src/link.rs +++ b/src/uu/link/src/link.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Gehring -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. use clap::builder::ValueParser; diff --git a/src/uu/ln/src/ln.rs b/src/uu/ln/src/ln.rs index c2bf25c5c..42426be3c 100644 --- a/src/uu/ln/src/ln.rs +++ b/src/uu/ln/src/ln.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Joseph Crail -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/logname/src/logname.rs b/src/uu/logname/src/logname.rs index b3cd06243..55008bb73 100644 --- a/src/uu/logname/src/logname.rs +++ b/src/uu/logname/src/logname.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Benoit Benedetti -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/mkdir/src/mkdir.rs b/src/uu/mkdir/src/mkdir.rs index a94439af5..cdc03a30c 100644 --- a/src/uu/mkdir/src/mkdir.rs +++ b/src/uu/mkdir/src/mkdir.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Nicholas Juszczak -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/mkfifo/src/mkfifo.rs b/src/uu/mkfifo/src/mkfifo.rs index dc338cf12..021dbff5f 100644 --- a/src/uu/mkfifo/src/mkfifo.rs +++ b/src/uu/mkfifo/src/mkfifo.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Gehring -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/more/src/more.rs b/src/uu/more/src/more.rs index c488ba8af..6cbfa2b1d 100644 --- a/src/uu/more/src/more.rs +++ b/src/uu/more/src/more.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Martin Kysel -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/nice/src/nice.rs b/src/uu/nice/src/nice.rs index b23608ff6..35871d694 100644 --- a/src/uu/nice/src/nice.rs +++ b/src/uu/nice/src/nice.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/nl/src/nl.rs b/src/uu/nl/src/nl.rs index 5bb1eb9e4..519102a31 100644 --- a/src/uu/nl/src/nl.rs +++ b/src/uu/nl/src/nl.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Tobias Bohumir Schottdorf -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. // * diff --git a/src/uu/nohup/src/nohup.rs b/src/uu/nohup/src/nohup.rs index 8247cdb3e..3f2453471 100644 --- a/src/uu/nohup/src/nohup.rs +++ b/src/uu/nohup/src/nohup.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2014 Vsevolod Velichko -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/nproc/src/nproc.rs b/src/uu/nproc/src/nproc.rs index 2b6cae04e..16262d514 100644 --- a/src/uu/nproc/src/nproc.rs +++ b/src/uu/nproc/src/nproc.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Gehring -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/numfmt/src/numfmt.rs b/src/uu/numfmt/src/numfmt.rs index b0a5670d4..10ae5387c 100644 --- a/src/uu/numfmt/src/numfmt.rs +++ b/src/uu/numfmt/src/numfmt.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Yury Krivopalov -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/od/src/od.rs b/src/uu/od/src/od.rs index 09765ed2b..dd083ff6d 100644 --- a/src/uu/od/src/od.rs +++ b/src/uu/od/src/od.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Ben Hirsch -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/paste/src/paste.rs b/src/uu/paste/src/paste.rs index 45ba2d8dc..8541e0d50 100644 --- a/src/uu/paste/src/paste.rs +++ b/src/uu/paste/src/paste.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/pathchk/src/pathchk.rs b/src/uu/pathchk/src/pathchk.rs index 598b9718b..f59fd6a90 100644 --- a/src/uu/pathchk/src/pathchk.rs +++ b/src/uu/pathchk/src/pathchk.rs @@ -2,8 +2,6 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Inokentiy Babushkin -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/printenv/src/printenv.rs b/src/uu/printenv/src/printenv.rs index beeb7285b..166670244 100644 --- a/src/uu/printenv/src/printenv.rs +++ b/src/uu/printenv/src/printenv.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Jordi Boggiano -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/ptx/src/ptx.rs b/src/uu/ptx/src/ptx.rs index ecfd67ce8..38cc1473d 100644 --- a/src/uu/ptx/src/ptx.rs +++ b/src/uu/ptx/src/ptx.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Dorota Kapturkiewicz -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/pwd/src/pwd.rs b/src/uu/pwd/src/pwd.rs index 9e04dd38b..0b532672a 100644 --- a/src/uu/pwd/src/pwd.rs +++ b/src/uu/pwd/src/pwd.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Derek Chiang -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/readlink/src/readlink.rs b/src/uu/readlink/src/readlink.rs index 7e9f7be15..3775f7487 100644 --- a/src/uu/readlink/src/readlink.rs +++ b/src/uu/readlink/src/readlink.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Haitao Li -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/realpath/src/realpath.rs b/src/uu/realpath/src/realpath.rs index e2b7d7557..ddbb254d5 100644 --- a/src/uu/realpath/src/realpath.rs +++ b/src/uu/realpath/src/realpath.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2014 Vsevolod Velichko -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/relpath/src/relpath.rs b/src/uu/relpath/src/relpath.rs index ef7c43474..e667a60cc 100644 --- a/src/uu/relpath/src/relpath.rs +++ b/src/uu/relpath/src/relpath.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) 2014 Vsevolod Velichko -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/rm/src/rm.rs b/src/uu/rm/src/rm.rs index fb4a2149e..a87eca2b0 100644 --- a/src/uu/rm/src/rm.rs +++ b/src/uu/rm/src/rm.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/rmdir/src/rmdir.rs b/src/uu/rmdir/src/rmdir.rs index d0123186f..73bdce231 100644 --- a/src/uu/rmdir/src/rmdir.rs +++ b/src/uu/rmdir/src/rmdir.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/shred/src/shred.rs b/src/uu/shred/src/shred.rs index fd14a3245..6af81022a 100644 --- a/src/uu/shred/src/shred.rs +++ b/src/uu/shred/src/shred.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Rosenberg <42micro@gmail.com> -// * (c) Fort -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/shuf/src/shuf.rs b/src/uu/shuf/src/shuf.rs index 2481baf3d..987383f4a 100644 --- a/src/uu/shuf/src/shuf.rs +++ b/src/uu/shuf/src/shuf.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sleep/src/sleep.rs b/src/uu/sleep/src/sleep.rs index 8acb7724f..b8dc3c612 100644 --- a/src/uu/sleep/src/sleep.rs +++ b/src/uu/sleep/src/sleep.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sort/src/check.rs b/src/uu/sort/src/check.rs index cc687aafc..df080acae 100644 --- a/src/uu/sort/src/check.rs +++ b/src/uu/sort/src/check.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Debertol -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sort/src/chunks.rs b/src/uu/sort/src/chunks.rs index ffee7e453..e1ba68ade 100644 --- a/src/uu/sort/src/chunks.rs +++ b/src/uu/sort/src/chunks.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Debertol -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sort/src/custom_str_cmp.rs b/src/uu/sort/src/custom_str_cmp.rs index 089d33bc4..7b626548f 100644 --- a/src/uu/sort/src/custom_str_cmp.rs +++ b/src/uu/sort/src/custom_str_cmp.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Debertol -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sort/src/ext_sort.rs b/src/uu/sort/src/ext_sort.rs index a8f4b2590..ae9c7403e 100644 --- a/src/uu/sort/src/ext_sort.rs +++ b/src/uu/sort/src/ext_sort.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Debertol -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sort/src/numeric_str_cmp.rs b/src/uu/sort/src/numeric_str_cmp.rs index 1a986ea76..31c85d6db 100644 --- a/src/uu/sort/src/numeric_str_cmp.rs +++ b/src/uu/sort/src/numeric_str_cmp.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Debertol -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sort/src/sort.rs b/src/uu/sort/src/sort.rs index b40eb05c1..c4091d437 100644 --- a/src/uu/sort/src/sort.rs +++ b/src/uu/sort/src/sort.rs @@ -1,9 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Michael Yin -// * (c) Robert Swinford -// * (c) Michael Debertol -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/split/src/split.rs b/src/uu/split/src/split.rs index f1be0c47d..345d489ca 100644 --- a/src/uu/split/src/split.rs +++ b/src/uu/split/src/split.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Akira Hayakawa -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/stdbuf/src/stdbuf.rs b/src/uu/stdbuf/src/stdbuf.rs index 85dddbddd..b5c79b365 100644 --- a/src/uu/stdbuf/src/stdbuf.rs +++ b/src/uu/stdbuf/src/stdbuf.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Dorota Kapturkiewicz -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/sum/src/sum.rs b/src/uu/sum/src/sum.rs index 6a17a630d..91c6cdb6c 100644 --- a/src/uu/sum/src/sum.rs +++ b/src/uu/sum/src/sum.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) T. Jameson Little -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/sync/src/sync.rs b/src/uu/sync/src/sync.rs index e135fbe7f..3ad53314c 100644 --- a/src/uu/sync/src/sync.rs +++ b/src/uu/sync/src/sync.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alexander Fomin -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/tac/src/tac.rs b/src/uu/tac/src/tac.rs index 96bb82f1e..68cc8b333 100644 --- a/src/uu/tac/src/tac.rs +++ b/src/uu/tac/src/tac.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/tail/src/platform/mod.rs b/src/uu/tail/src/platform/mod.rs index e5ae8b8d8..fb953ca10 100644 --- a/src/uu/tail/src/platform/mod.rs +++ b/src/uu/tail/src/platform/mod.rs @@ -1,9 +1,6 @@ /* * This file is part of the uutils coreutils package. * - * (c) Alexander Batischev - * (c) Thomas Queiroz - * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ diff --git a/src/uu/tail/src/platform/unix.rs b/src/uu/tail/src/platform/unix.rs index ed34b2cf9..26d0c3d8e 100644 --- a/src/uu/tail/src/platform/unix.rs +++ b/src/uu/tail/src/platform/unix.rs @@ -1,9 +1,6 @@ /* * This file is part of the uutils coreutils package. * - * (c) Alexander Batischev - * (c) Thomas Queiroz - * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ diff --git a/src/uu/tail/src/platform/windows.rs b/src/uu/tail/src/platform/windows.rs index 3e4cc7edc..263d35417 100644 --- a/src/uu/tail/src/platform/windows.rs +++ b/src/uu/tail/src/platform/windows.rs @@ -1,8 +1,6 @@ /* * This file is part of the uutils coreutils package. * - * (c) Alexander Batischev - * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ diff --git a/src/uu/tail/src/tail.rs b/src/uu/tail/src/tail.rs index e07616c6f..daf683936 100644 --- a/src/uu/tail/src/tail.rs +++ b/src/uu/tail/src/tail.rs @@ -1,9 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Morten Olsen Lysgaard -// * (c) Alexander Batischev -// * (c) Thomas Queiroz -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/tee/src/tee.rs b/src/uu/tee/src/tee.rs index 5c388dd0e..6382eb4ec 100644 --- a/src/uu/tee/src/tee.rs +++ b/src/uu/tee/src/tee.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Aleksander Bielawski -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/timeout/src/timeout.rs b/src/uu/timeout/src/timeout.rs index 531f29e82..e492ef591 100644 --- a/src/uu/timeout/src/timeout.rs +++ b/src/uu/timeout/src/timeout.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/true/src/true.rs b/src/uu/true/src/true.rs index 334652ce8..3b7fe817a 100644 --- a/src/uu/true/src/true.rs +++ b/src/uu/true/src/true.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Jordi Boggiano -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. use clap::{Arg, ArgAction, Command}; diff --git a/src/uu/truncate/src/truncate.rs b/src/uu/truncate/src/truncate.rs index f050b52b4..cd3875b78 100644 --- a/src/uu/truncate/src/truncate.rs +++ b/src/uu/truncate/src/truncate.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Alex Lyon -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/tsort/src/tsort.rs b/src/uu/tsort/src/tsort.rs index 68f51b213..d0a178df2 100644 --- a/src/uu/tsort/src/tsort.rs +++ b/src/uu/tsort/src/tsort.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Ben Eggers -// * (c) Akira Hayakawa -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. use clap::{crate_version, Arg, Command}; diff --git a/src/uu/tty/src/tty.rs b/src/uu/tty/src/tty.rs index e2d9d1847..4f351b932 100644 --- a/src/uu/tty/src/tty.rs +++ b/src/uu/tty/src/tty.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Jordi Boggiano -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. // * diff --git a/src/uu/unexpand/src/unexpand.rs b/src/uu/unexpand/src/unexpand.rs index dd4471e2d..74e25d3f8 100644 --- a/src/uu/unexpand/src/unexpand.rs +++ b/src/uu/unexpand/src/unexpand.rs @@ -1,9 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Virgile Andreani -// * (c) kwantam -// * * 2015-04-28 ~ updated to work with both UTF-8 and non-UTF-8 encodings -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/uniq/src/uniq.rs b/src/uu/uniq/src/uniq.rs index 89141f35f..330aa23e9 100644 --- a/src/uu/uniq/src/uniq.rs +++ b/src/uu/uniq/src/uniq.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Chirag B Jadwani -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/unlink/src/unlink.rs b/src/uu/unlink/src/unlink.rs index 5d1594a05..6091cdcef 100644 --- a/src/uu/unlink/src/unlink.rs +++ b/src/uu/unlink/src/unlink.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Colin Warren -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/uptime/src/uptime.rs b/src/uu/uptime/src/uptime.rs index 6f4e62084..f615d313d 100644 --- a/src/uu/uptime/src/uptime.rs +++ b/src/uu/uptime/src/uptime.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Jordi Boggiano -// * (c) Jian Zeng -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/users/src/users.rs b/src/uu/users/src/users.rs index 6a5e54f99..f1f38c873 100644 --- a/src/uu/users/src/users.rs +++ b/src/uu/users/src/users.rs @@ -1,8 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) KokaKiwi -// * (c) Jian Zeng -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/vdir/src/vdir.rs b/src/uu/vdir/src/vdir.rs index c49a3f1b3..8caa47150 100644 --- a/src/uu/vdir/src/vdir.rs +++ b/src/uu/vdir/src/vdir.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) gmnsii -// * // * For the full copyright and license information, please view the LICENSE file // * that was distributed with this source code. diff --git a/src/uu/wc/src/wc.rs b/src/uu/wc/src/wc.rs index b79559b29..48b544783 100644 --- a/src/uu/wc/src/wc.rs +++ b/src/uu/wc/src/wc.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Boden Garman -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/whoami/src/platform/mod.rs b/src/uu/whoami/src/platform/mod.rs index b5064a8d2..57edb1dc5 100644 --- a/src/uu/whoami/src/platform/mod.rs +++ b/src/uu/whoami/src/platform/mod.rs @@ -1,8 +1,6 @@ /* * This file is part of the uutils coreutils package. * - * (c) Jordi Boggiano - * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ diff --git a/src/uu/whoami/src/platform/unix.rs b/src/uu/whoami/src/platform/unix.rs index 1c0ea15d5..8288c3978 100644 --- a/src/uu/whoami/src/platform/unix.rs +++ b/src/uu/whoami/src/platform/unix.rs @@ -1,9 +1,6 @@ /* * This file is part of the uutils coreutils package. * - * (c) Jordi Boggiano - * (c) Jian Zeng - * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ diff --git a/src/uu/whoami/src/platform/windows.rs b/src/uu/whoami/src/platform/windows.rs index 3bad1eb21..44be482c7 100644 --- a/src/uu/whoami/src/platform/windows.rs +++ b/src/uu/whoami/src/platform/windows.rs @@ -1,8 +1,6 @@ /* * This file is part of the uutils coreutils package. * - * (c) Jordi Boggiano - * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ diff --git a/src/uu/whoami/src/whoami.rs b/src/uu/whoami/src/whoami.rs index 04360fe7a..00802633e 100644 --- a/src/uu/whoami/src/whoami.rs +++ b/src/uu/whoami/src/whoami.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Jordi Boggiano -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. diff --git a/src/uu/yes/src/yes.rs b/src/uu/yes/src/yes.rs index 72c19b872..e4cf0180e 100644 --- a/src/uu/yes/src/yes.rs +++ b/src/uu/yes/src/yes.rs @@ -1,7 +1,5 @@ // * This file is part of the uutils coreutils package. // * -// * (c) Jordi Boggiano -// * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code.