1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #5469 from cakebaker/remove_last_synced_comments

Remove "last synced with" comments
This commit is contained in:
Sylvestre Ledru 2023-10-28 18:20:58 +02:00 committed by GitHub
commit 64916b0698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 16 deletions

View file

@ -4,8 +4,6 @@
// file that was distributed with this source code. // file that was distributed with this source code.
// spell-checker:ignore (ToDO) nonprint nonblank nonprinting // spell-checker:ignore (ToDO) nonprint nonblank nonprinting
// last synced with: cat (GNU coreutils) 8.13
use clap::{crate_version, Arg, ArgAction, Command}; use clap::{crate_version, Arg, ArgAction, Command};
use std::fs::{metadata, File}; use std::fs::{metadata, File};
use std::io::{self, IsTerminal, Read, Write}; use std::io::{self, IsTerminal, Read, Write};

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
/* last synced with: env (GNU coreutils) 8.13 */
// spell-checker:ignore (ToDO) chdir execvp progname subcommand subcommands unsets setenv putenv spawnp SIGSEGV SIGBUS sigaction // spell-checker:ignore (ToDO) chdir execvp progname subcommand subcommands unsets setenv putenv spawnp SIGSEGV SIGBUS sigaction
use clap::{crate_name, crate_version, Arg, ArgAction, Command}; use clap::{crate_name, crate_version, Arg, ArgAction, Command};

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
/* last synced with: logname (GNU coreutils) 8.22 */
// spell-checker:ignore (ToDO) getlogin userlogin // spell-checker:ignore (ToDO) getlogin userlogin
use clap::{crate_version, Command}; use clap::{crate_version, Command};

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
/* last synced with: printenv (GNU coreutils) 8.13 */
use clap::{crate_version, Arg, ArgAction, Command}; use clap::{crate_version, Arg, ArgAction, Command};
use std::env; use std::env;
use uucore::{error::UResult, format_usage, help_about, help_usage}; use uucore::{error::UResult, format_usage, help_about, help_usage};

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
// last synced with: uname (GNU coreutils) 8.21
// spell-checker:ignore (API) nodename osname sysname (options) mnrsv mnrsvo // spell-checker:ignore (API) nodename osname sysname (options) mnrsv mnrsvo
use clap::{crate_version, Arg, ArgAction, Command}; use clap::{crate_version, Arg, ArgAction, Command};

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
/* last synced with: unlink (GNU coreutils) 8.21 */
use std::ffi::OsString; use std::ffi::OsString;
use std::fs::remove_file; use std::fs::remove_file;
use std::path::Path; use std::path::Path;

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
/* last synced with: whoami (GNU coreutils) 8.21 */
use std::ffi::OsString; use std::ffi::OsString;
use clap::{crate_version, Command}; use clap::{crate_version, Command};

View file

@ -3,8 +3,6 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
/* last synced with: yes (GNU coreutils) 8.13 */
// cSpell:ignore strs // cSpell:ignore strs
use clap::{builder::ValueParser, crate_version, Arg, ArgAction, Command}; use clap::{builder::ValueParser, crate_version, Arg, ArgAction, Command};