dmesg: add license header.

This commit is contained in:
Fuad Ismail
2024-11-16 23:43:06 +07:00
parent 0e3bab7600
commit e321aeefc3
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
// This file is part of the uutils util-linux 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, Command};
use regex::Regex;
use std::fs;

View File

@@ -1,3 +1,8 @@
// This file is part of the uutils util-linux package.
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use serde::Serialize;
use std::io;