pidof: Add license header

This commit is contained in:
Krysztal Huang
2024-07-09 21:56:31 +08:00
parent 6a1f30ea52
commit f4d6f2ad80
+5
View File
@@ -1,3 +1,8 @@
// This file is part of the uutils procps package.
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use clap::{crate_version, Arg, ArgAction, ArgMatches, Command};
use uu_pgrep::process::{walk_process, ProcessInformation};
use uucore::{error::UResult, format_usage, help_about, help_usage};