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

fix clippy warnings and spelling

* add some missing LICENSE headers
This commit is contained in:
Jan Scheer 2021-06-04 00:49:06 +02:00
parent 130bf49e5d
commit f8e96150f8
17 changed files with 71 additions and 19 deletions

View file

@ -1,3 +1,10 @@
// * 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.
// spell-checker:ignore (ToDO) abcdefghijklmnopqrstuvwxyz efghijklmnopqrstuvwxyz vwxyz emptyfile
extern crate tail;
use crate::common::util::*;