Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ memmap2 = "0.7"
nix = { version = "0.26", default-features = false }
nom = "7.1.3"
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
num-bigint = "0.4.3"
num-bigint = "0.4.4"
num-traits = "0.2.16"
number_prefix = "0.4"
once_cell = "1.18.0"
Expand Down
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 <gmnsii@protonmail.com>
// *
// * 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 <derekchiang93@gmail.com>
// *
// * 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 <r.gafiyatullin@me.com>
//*
//* 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 <r.gafiyatullin@me.com>
//*
//* 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 <r.gafiyatullin@me.com>
//*
//* 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 <kwantam@gmail.com>
// *
// * 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 <kwantam@gmail.com>
*
* 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 <kwantam@gmail.com>
// *
// * 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 <t.jameson.little@gmail.com>
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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 <nicoo@debian.org>
// *
// * 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 <nicoo@debian.org>
// *
// * 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 <wiktor.kuropatwa@gmail.com>
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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 <nicoo@debian.org>
// *
// * 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 <wiktor.kuropatwa@gmail.com>
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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 <arcterus@mail.com>
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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 <arcterus@mail.com>
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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 <wiktor.kuropatwa@gmail.com>
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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 <kwantam@gmail.com>
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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 <j.boggiano@seld.be>
// *
// * 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 <kwantam@gmail.com>
// * 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 <kwantam@gmail.com>
// * 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 <kwantam@gmail.com>
// * 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 <arcterus@mail.com>
// *
// * 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 <arcterus@mail.com>
// * (c) Vsevolod Velichko <torkvemada@sorokdva.net>
// * (c) Gil Cottle <gcottle@redtown.org>
// *
// * 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 <fiedzia@gmail.com>
// *
// * 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 <alan.andradec@gmail.com>
// *
// * 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 <ben@beneills.com>
// *
// * 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 <kupospelov@gmail.com>
// *
// * 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 <fiedzia@gmail.com>
// *
// * 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 <mg@ebfe.org>
// *
// * 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 <jbcrail@gmail.com>
// *
// * 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 <benoit.benedetti@gmail.com>
// *
// * 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 <juszczakn@gmail.com>
// *
// * 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 <mg@ebfe.org>
// *
// * 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 <code@martinkysel.com>
// *
// * 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 <arcterus@mail.com>
// *
// * 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 <tobias.schottdorf@gmail.com>
// *
// * 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 <torkvemada@sorokdva.net>
// *
// * 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 <mg@ebfe.org>
// *
// * 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 <ykrivopalov@yandex.ru>
// *
// * 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 <benhirsch24@gmail.com>
// *
// * 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 <arcterus@mail.com>
// *
// * 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 <inokentiy.babushkin@googlemail.com>
// *
// * 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 <j.boggiano@seld.be>
// *
// * 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 <dokaptur@gmail.com>
// *
// * 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 <derekchiang93@gmail.com>
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.

Expand Down
Loading