mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
md5sum: forgot to add license
This commit is contained in:
parent
bf4b67e8d7
commit
0192235a1a
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
#[crate_id(name = "md5sum", vers = "1.0.0", author = "Arcterus")];
|
||||
|
||||
/*
|
||||
* This file is part of the uutils coreutils package.
|
||||
*
|
||||
* (c) Arcterus <arcterus@mail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
#[feature(macro_rules)];
|
||||
|
||||
extern crate crypto = "rust-crypto";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue