diff --git a/src/bin/coreutils.rs b/src/bin/coreutils.rs index d6487dc490e..fc2cd16add2 100644 --- a/src/bin/coreutils.rs +++ b/src/bin/coreutils.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/arch/src/arch.rs b/src/uu/arch/src/arch.rs index 96eba1ef947..0d71a818379 100644 --- a/src/uu/arch/src/arch.rs +++ b/src/uu/arch/src/arch.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Smigle00 -// (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/base32/src/base32.rs b/src/uu/base32/src/base32.rs index 740e2d70be5..2ef63fbc0b9 100644 --- a/src/uu/base32/src/base32.rs +++ b/src/uu/base32/src/base32.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/base32/src/base_common.rs b/src/uu/base32/src/base_common.rs index 78698e8b941..ba2ef922977 100644 --- a/src/uu/base32/src/base_common.rs +++ b/src/uu/base32/src/base_common.rs @@ -1,9 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jordy Dickinson -// (c) Jian Zeng -// (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/base64/src/base64.rs b/src/uu/base64/src/base64.rs index e502482e331..4e4a3c29375 100644 --- a/src/uu/base64/src/base64.rs +++ b/src/uu/base64/src/base64.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jordy Dickinson -// (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/basename/src/basename.rs b/src/uu/basename/src/basename.rs index 3fe594c3b3e..6c9baca6fce 100644 --- a/src/uu/basename/src/basename.rs +++ b/src/uu/basename/src/basename.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jimmy Lu -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/basenc/src/basenc.rs b/src/uu/basenc/src/basenc.rs index 3ec8cede01a..0ee8a816bd6 100644 --- a/src/uu/basenc/src/basenc.rs +++ b/src/uu/basenc/src/basenc.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jordy Dickinson -// (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/cat/src/cat.rs b/src/uu/cat/src/cat.rs index 2c4117a329f..cd7f77fb525 100644 --- a/src/uu/cat/src/cat.rs +++ b/src/uu/cat/src/cat.rs @@ -1,10 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jordi Boggiano -// (c) Evgeniy Klyuchikov -// (c) Joshua S. Miller -// (c) Árni Dagur -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/chgrp/src/chgrp.rs b/src/uu/chgrp/src/chgrp.rs index bd01e132b47..fba2cef1611 100644 --- a/src/uu/chgrp/src/chgrp.rs +++ b/src/uu/chgrp/src/chgrp.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/chmod/src/chmod.rs b/src/uu/chmod/src/chmod.rs index a798860376d..07fe9bdf9a4 100644 --- a/src/uu/chmod/src/chmod.rs +++ b/src/uu/chmod/src/chmod.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/chown/src/chown.rs b/src/uu/chown/src/chown.rs index 67e71b815b9..8e97d565242 100644 --- a/src/uu/chown/src/chown.rs +++ b/src/uu/chown/src/chown.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/chroot/src/chroot.rs b/src/uu/chroot/src/chroot.rs index 2d1c3703e9d..6366775c36d 100644 --- a/src/uu/chroot/src/chroot.rs +++ b/src/uu/chroot/src/chroot.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Vsevolod Velichko -// (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/cksum/src/cksum.rs b/src/uu/cksum/src/cksum.rs index a46f69302a2..83d48ec1a99 100644 --- a/src/uu/cksum/src/cksum.rs +++ b/src/uu/cksum/src/cksum.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/comm/src/comm.rs b/src/uu/comm/src/comm.rs index b88087389e2..1bb0020d5f0 100644 --- a/src/uu/comm/src/comm.rs +++ b/src/uu/comm/src/comm.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/cp/src/cp.rs b/src/uu/cp/src/cp.rs index e0a40d56e87..ce16357c6b0 100644 --- a/src/uu/cp/src/cp.rs +++ b/src/uu/cp/src/cp.rs @@ -3,9 +3,6 @@ // This file is part of the uutils coreutils package. // -// (c) Jordy Dickinson -// (c) Joshua S. Miller -// // For the full copyright and license information, please view the LICENSE file // that was distributed with this source code. diff --git a/src/uu/cut/src/cut.rs b/src/uu/cut/src/cut.rs index 33dd3850de9..89128175354 100644 --- a/src/uu/cut/src/cut.rs +++ b/src/uu/cut/src/cut.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Rolf Morel -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/cut/src/searcher.rs b/src/uu/cut/src/searcher.rs index 95d85c020a9..21424790eea 100644 --- a/src/uu/cut/src/searcher.rs +++ b/src/uu/cut/src/searcher.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Rolf Morel -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/date/src/date.rs b/src/uu/date/src/date.rs index 7ec28e4918e..745fd54239c 100644 --- a/src/uu/date/src/date.rs +++ b/src/uu/date/src/date.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Anthony Deschamps -// (c) Sylvestre Ledru -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/dd/src/conversion_tables.rs b/src/uu/dd/src/conversion_tables.rs index aca2ef9bc81..bdf6398ac7c 100644 --- a/src/uu/dd/src/conversion_tables.rs +++ b/src/uu/dd/src/conversion_tables.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Tyler Steele -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/dd/src/datastructures.rs b/src/uu/dd/src/datastructures.rs index 6830df63e3b..c0da8c67cbf 100644 --- a/src/uu/dd/src/datastructures.rs +++ b/src/uu/dd/src/datastructures.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Tyler Steele -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. // spell-checker:ignore ctable, outfile, iseek, oseek diff --git a/src/uu/dd/src/dd.rs b/src/uu/dd/src/dd.rs index 4e1287939d5..4ac2aa78006 100644 --- a/src/uu/dd/src/dd.rs +++ b/src/uu/dd/src/dd.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Tyler Steele -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/dd/src/parseargs.rs b/src/uu/dd/src/parseargs.rs index 20a8da1ee7b..bccf98f825c 100644 --- a/src/uu/dd/src/parseargs.rs +++ b/src/uu/dd/src/parseargs.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Tyler Steele -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. // spell-checker:ignore ctty, ctable, iseek, oseek, iconvflags, oconvflags parseargs outfile oconv diff --git a/src/uu/df/src/df.rs b/src/uu/df/src/df.rs index ef158432367..9a3eeac6582 100644 --- a/src/uu/df/src/df.rs +++ b/src/uu/df/src/df.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Fangxu Hu -// (c) Sylvestre Ledru -// // For the full copyright and license information, please view the LICENSE file // that was distributed with this source code. // spell-checker:ignore itotal iused iavail ipcent pcent tmpfs squashfs lofs diff --git a/src/uu/dircolors/src/dircolors.rs b/src/uu/dircolors/src/dircolors.rs index 19c3f7e31c1..4961cccf5c9 100644 --- a/src/uu/dircolors/src/dircolors.rs +++ b/src/uu/dircolors/src/dircolors.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jian Zeng -// (c) Mitchell Mebane -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/dirname/src/dirname.rs b/src/uu/dirname/src/dirname.rs index 4d9c09cc32e..9a56e9f5bd6 100644 --- a/src/uu/dirname/src/dirname.rs +++ b/src/uu/dirname/src/dirname.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/echo/src/echo.rs b/src/uu/echo/src/echo.rs index 659dc836c23..cd9467714aa 100644 --- a/src/uu/echo/src/echo.rs +++ b/src/uu/echo/src/echo.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Derek Chiang -// (c) Christopher Brown -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/env/src/env.rs b/src/uu/env/src/env.rs index 08704f364ee..e031e39e31f 100644 --- a/src/uu/env/src/env.rs +++ b/src/uu/env/src/env.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jordi Boggiano -// (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/expand/src/expand.rs b/src/uu/expand/src/expand.rs index 98b292771ea..bd0757b1785 100644 --- a/src/uu/expand/src/expand.rs +++ b/src/uu/expand/src/expand.rs @@ -1,7 +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 diff --git a/src/uu/groups/src/groups.rs b/src/uu/groups/src/groups.rs index dd1cd9b04ae..0f0dfce804a 100644 --- a/src/uu/groups/src/groups.rs +++ b/src/uu/groups/src/groups.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Alan Andrade -// (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/id/src/id.rs b/src/uu/id/src/id.rs index 9f4849f9036..724ea8d8bc0 100644 --- a/src/uu/id/src/id.rs +++ b/src/uu/id/src/id.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Alan Andrade -// (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/ls/src/ls.rs b/src/uu/ls/src/ls.rs index 34d3b76f263..7927681531c 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jeremiah Peschka -// // For the full copyright and license information, please view the LICENSE file // that was distributed with this source code. diff --git a/src/uu/mknod/src/mknod.rs b/src/uu/mknod/src/mknod.rs index ad7618cc8a0..0d4709914c4 100644 --- a/src/uu/mknod/src/mknod.rs +++ b/src/uu/mknod/src/mknod.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/mktemp/src/mktemp.rs b/src/uu/mktemp/src/mktemp.rs index 9c0860d922e..eb13bbffc72 100644 --- a/src/uu/mktemp/src/mktemp.rs +++ b/src/uu/mktemp/src/mktemp.rs @@ -1,6 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Sunrin SHIMURA // Collaborator: Jian Zeng // // For the full copyright and license information, please view the LICENSE diff --git a/src/uu/mv/src/mv.rs b/src/uu/mv/src/mv.rs index 03d3881b1a8..3aacab3009c 100644 --- a/src/uu/mv/src/mv.rs +++ b/src/uu/mv/src/mv.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Orvar Segerström -// (c) Sokovikov Evgeniy -// // For the full copyright and license information, please view the LICENSE file // that was distributed with this source code. diff --git a/src/uu/pinky/src/pinky.rs b/src/uu/pinky/src/pinky.rs index 172a9e13803..8ac8f6c8446 100644 --- a/src/uu/pinky/src/pinky.rs +++ b/src/uu/pinky/src/pinky.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/stat/src/stat.rs b/src/uu/stat/src/stat.rs index 9ffa064b85e..b3c9dc513c2 100644 --- a/src/uu/stat/src/stat.rs +++ b/src/uu/stat/src/stat.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/test/src/parser.rs b/src/uu/test/src/parser.rs index db90098a104..2b847fa1514 100644 --- a/src/uu/test/src/parser.rs +++ b/src/uu/test/src/parser.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Daniel Rocco -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/test/src/test.rs b/src/uu/test/src/test.rs index b0a8fc61312..7e778f9b5e0 100644 --- a/src/uu/test/src/test.rs +++ b/src/uu/test/src/test.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) mahkoh (ju.orth [at] gmail [dot] com) -// (c) Daniel Rocco -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uu/touch/src/touch.rs b/src/uu/touch/src/touch.rs index baa28890c05..135d119bd5e 100644 --- a/src/uu/touch/src/touch.rs +++ b/src/uu/touch/src/touch.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Nick Platt -// (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/uname/src/uname.rs b/src/uu/uname/src/uname.rs index 8b867923454..73ab07a6341 100644 --- a/src/uu/uname/src/uname.rs +++ b/src/uu/uname/src/uname.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Joao Oliveira -// (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/who/src/who.rs b/src/uu/who/src/who.rs index fbfff80d731..29929b13866 100644 --- a/src/uu/who/src/who.rs +++ b/src/uu/who/src/who.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/uucore/src/lib/features/encoding.rs b/src/uucore/src/lib/features/encoding.rs index a42044eea78..14fdbb38ee7 100644 --- a/src/uucore/src/lib/features/encoding.rs +++ b/src/uucore/src/lib/features/encoding.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/uucore/src/lib/features/entries.rs b/src/uucore/src/lib/features/entries.rs index c0229aa3e96..c06c5116eba 100644 --- a/src/uucore/src/lib/features/entries.rs +++ b/src/uucore/src/lib/features/entries.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/uucore/src/lib/features/fs.rs b/src/uucore/src/lib/features/fs.rs index 5804a2235e2..e4c5e84deca 100644 --- a/src/uucore/src/lib/features/fs.rs +++ b/src/uucore/src/lib/features/fs.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Joseph Crail -// (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/uucore/src/lib/features/fsext.rs b/src/uucore/src/lib/features/fsext.rs index 6f831fb9220..f526e7fde89 100644 --- a/src/uucore/src/lib/features/fsext.rs +++ b/src/uucore/src/lib/features/fsext.rs @@ -1,9 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Jian Zeng -// (c) Fangxu Hu -// (c) Sylvestre Ledru -// // For the full copyright and license information, please view the LICENSE file // that was distributed with this source code. diff --git a/src/uucore/src/lib/features/mode.rs b/src/uucore/src/lib/features/mode.rs index 9435e3201a6..cbaea71bf01 100644 --- a/src/uucore/src/lib/features/mode.rs +++ b/src/uucore/src/lib/features/mode.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/uucore/src/lib/features/process.rs b/src/uucore/src/lib/features/process.rs index 4a52f0fc4fa..8e7e4647980 100644 --- a/src/uucore/src/lib/features/process.rs +++ b/src/uucore/src/lib/features/process.rs @@ -1,8 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Maciej Dziardziel -// (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/uucore/src/lib/features/signals.rs b/src/uucore/src/lib/features/signals.rs index c9f7295ee30..423eb19c95c 100644 --- a/src/uucore/src/lib/features/signals.rs +++ b/src/uucore/src/lib/features/signals.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/uucore/src/lib/features/sum.rs b/src/uucore/src/lib/features/sum.rs index c1cfaf5f84d..d4945421e49 100644 --- a/src/uucore/src/lib/features/sum.rs +++ b/src/uucore/src/lib/features/sum.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Yuan YangHao -// // For the full copyright and license information, please view the LICENSE file // that was distributed with this source code. diff --git a/src/uucore/src/lib/features/utmpx.rs b/src/uucore/src/lib/features/utmpx.rs index 35c5ac5b02e..1b6ecbcf5c8 100644 --- a/src/uucore/src/lib/features/utmpx.rs +++ b/src/uucore/src/lib/features/utmpx.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/uucore/src/lib/features/wide.rs b/src/uucore/src/lib/features/wide.rs index 6b9368f5000..68341cd6829 100644 --- a/src/uucore/src/lib/features/wide.rs +++ b/src/uucore/src/lib/features/wide.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Peter Atashian -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uucore/src/lib/macros.rs b/src/uucore/src/lib/macros.rs index cc8bdafd8ad..d1893dd9aae 100644 --- a/src/uucore/src/lib/macros.rs +++ b/src/uucore/src/lib/macros.rs @@ -36,8 +36,6 @@ use std::sync::atomic::AtomicBool; // 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/uucore/src/lib/mods/ranges.rs b/src/uucore/src/lib/mods/ranges.rs index 76a61b9a687..29f40218363 100644 --- a/src/uucore/src/lib/mods/ranges.rs +++ b/src/uucore/src/lib/mods/ranges.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) Rolf Morel -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uucore/src/lib/mods/update_control.rs b/src/uucore/src/lib/mods/update_control.rs index e46afd18522..bd429251452 100644 --- a/src/uucore/src/lib/mods/update_control.rs +++ b/src/uucore/src/lib/mods/update_control.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (c) John Shin -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. diff --git a/src/uucore/src/lib/parser/parse_time.rs b/src/uucore/src/lib/parser/parse_time.rs index 1a7b66e9002..727ee28b1bf 100644 --- a/src/uucore/src/lib/parser/parse_time.rs +++ b/src/uucore/src/lib/parser/parse_time.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/tests/by-util/test_base32.rs b/tests/by-util/test_base32.rs index 395c96c2c62..b8e72cb0415 100644 --- a/tests/by-util/test_base32.rs +++ b/tests/by-util/test_base32.rs @@ -1,7 +1,5 @@ // This file is part of the uutils coreutils package. // -// (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/tests/by-util/test_factor.rs b/tests/by-util/test_factor.rs index cf374496430..9154f57cf40 100644 --- a/tests/by-util/test_factor.rs +++ b/tests/by-util/test_factor.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. #![allow(clippy::unreadable_literal)] diff --git a/tests/by-util/test_test.rs b/tests/by-util/test_test.rs index bf5c50b7f43..91af9033a8a 100644 --- a/tests/by-util/test_test.rs +++ b/tests/by-util/test_test.rs @@ -1,9 +1,6 @@ // // This file is part of the uutils coreutils package. // -// (c) mahkoh (ju.orth [at] gmail [dot] com) -// (c) Daniel Rocco -// // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. //