From 0192235a1affd7c7d4bacf58721c2c899ccfcf6e Mon Sep 17 00:00:00 2001 From: Arcterus Date: Mon, 24 Mar 2014 23:37:28 -0700 Subject: [PATCH] md5sum: forgot to add license --- md5sum/md5sum.rs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/md5sum/md5sum.rs b/md5sum/md5sum.rs index 3875fe114..1c0b69b95 100644 --- a/md5sum/md5sum.rs +++ b/md5sum/md5sum.rs @@ -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 + * + * 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";