diff --git a/src/uu/dir/src/dir.rs b/src/uu/dir/src/dir.rs index 6caf7bbe81c..fb26b265f63 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 14bda496772..493eb4848d3 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 97cfa32f31a..45846655857 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 1d2ddbced49..71a0d54089a 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 21220d7dcf4..f211eefaad9 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 bdd13209416..2ec215f2eaf 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 2c637fad117..3d569c6bf53 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 714b38e5efb..d35e2ede604 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 a87f4219e75..7ce5eb822ca 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 de2f8a924b1..5c88278d219 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 05eb20cb0ef..10efc339a8c 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 d086027b820..4a087274b48 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 992253a438d..52e87e412c7 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 d411d0d419c..3d225dd1e7c 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 1dc68197638..a3b8912f97e 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 e7aa00b4d9f..8de8ade83fb 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 0fb338d9d7e..063ec062016 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 27b6be29156..293bb1eb5dd 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 bf08fbc3eba..0ff20e9875b 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 e86623c8835..b3e79152f7b 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 c94c8197400..fbad5d16e26 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 d53573d8225..b011019422a 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 cc1b050fd14..0e297c8cc92 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 3657d137aba..f30def1b903 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 83a22a82f38..82df4e99f3e 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 8aca020afa5..a2d49fe8bbe 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 afcb4d7d2e3..e769ceb5859 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 d18a483fd57..1bc89f9a6c0 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 6688003a909..6a7f78fcaaa 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 c2bf25c5c29..42426be3ca4 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 b3cd0624323..55008bb7334 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 a94439af5ab..cdc03a30c5c 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 dc338cf12f6..021dbff5fde 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 c488ba8afe8..6cbfa2b1d56 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 b23608ff694..35871d6943e 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 5bb1eb9e4c6..519102a31fc 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 8247cdb3e96..3f2453471b3 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 2b6cae04e03..16262d5144b 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 b0a5670d459..10ae5387c3d 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 09765ed2b48..dd083ff6d08 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 45ba2d8dc40..8541e0d50c1 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 598b9718b66..f59fd6a9013 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 beeb7285b4d..166670244af 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 ecfd67ce815..38cc1473d88 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 9e04dd38bec..0b532672a74 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 7e9f7be15e6..3775f7487d8 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 e2b7d7557c8..ddbb254d58b 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 ef7c43474da..e667a60ccf8 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 fb4a2149ed2..a87eca2b05e 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 d0123186f86..73bdce2313b 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 fd14a324596..6af81022a18 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 2481baf3d50..987383f4ac0 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 8acb7724f83..b8dc3c61225 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 cc687aafcd7..df080acae80 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 ffee7e453b8..e1ba68ade15 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 089d33bc495..7b626548f93 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 a8f4b2590a3..ae9c7403ea2 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 1a986ea76a3..31c85d6db4f 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 b40eb05c171..c4091d43780 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 f1be0c47dc1..345d489cad1 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 85dddbddd59..b5c79b36588 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 6a17a630d47..91c6cdb6cb3 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 e135fbe7f58..3ad53314cd7 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 96bb82f1e1b..68cc8b333b4 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 e5ae8b8d861..fb953ca1044 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 ed34b2cf9bc..26d0c3d8e81 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 3e4cc7edc1e..263d3541769 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 e07616c6f59..daf68393688 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 5c388dd0ee0..6382eb4ecc5 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 531f29e8243..e492ef5914a 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 334652ce8d9..3b7fe817a13 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 f050b52b4fc..cd3875b7834 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 68f51b213f0..d0a178df2d5 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 e2d9d184702..4f351b9325b 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 dd4471e2d6a..74e25d3f827 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 89141f35fb4..330aa23e9d1 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 5d1594a05cd..6091cdcef4c 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 6f4e6208484..f615d313d57 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 6a5e54f99ff..f1f38c8737d 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 c49a3f1b379..8caa47150e7 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 b79559b29c3..48b54478392 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 b5064a8d2e9..57edb1dc548 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 1c0ea15d56d..8288c3978b0 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 3bad1eb212f..44be482c7ac 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 04360fe7a34..00802633e03 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 72c19b87281..e4cf0180e8f 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.