add license headers
This commit is contained in:
parent
0232b7ba76
commit
9737677a2d
@ -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 regex::Regex;
|
||||
use std::fs;
|
||||
use sysinfo::System;
|
||||
|
@ -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 std::env;
|
||||
use std::fs;
|
||||
use std::path::Path;
|
||||
|
@ -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 libc::{c_char, c_int, execvp, PRIO_PROCESS};
|
||||
use std::env;
|
||||
use std::io::{Error, Write};
|
||||
|
Loading…
x
Reference in New Issue
Block a user