From 645e9a24bd58d3efaad261c829c1c8435caa6fc9 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sun, 26 Jul 2020 14:59:30 +0200 Subject: [PATCH] factor::miller_rabin: Add missing copyright header in source file --- src/uu/factor/src/miller_rabin.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/uu/factor/src/miller_rabin.rs b/src/uu/factor/src/miller_rabin.rs index 3d12ead02..c19ba52c9 100644 --- a/src/uu/factor/src/miller_rabin.rs +++ b/src/uu/factor/src/miller_rabin.rs @@ -1,3 +1,10 @@ +// * This file is part of the uutils coreutils package. +// * +// * (c) 2020 nicoo +// * +// * For the full copyright and license information, please view the LICENSE file +// * that was distributed with this source code. + // spell-checker:ignore (URL) appspot use crate::numeric::*;