From aae5099cf287d0e8cb1b010e229e5514c37d9b0f Mon Sep 17 00:00:00 2001 From: Bluemangoo Date: Thu, 23 Jan 2025 20:37:53 +0800 Subject: [PATCH] top: add licence header --- src/uu/top/src/header.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/uu/top/src/header.rs b/src/uu/top/src/header.rs index 634d7ca..bced0db 100644 --- a/src/uu/top/src/header.rs +++ b/src/uu/top/src/header.rs @@ -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 crate::picker::{sysinfo, systemstat}; use bytesize::ByteSize; use clap::ArgMatches;