1
Fork 0
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:
Arcterus 2014-03-24 23:37:28 -07:00
parent bf4b67e8d7
commit 0192235a1a

View file

@ -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";