1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

factor::miller_rabin: Add missing copyright header in source file

This commit is contained in:
nicoo 2020-07-26 14:59:30 +02:00
parent a6d7379b97
commit 645e9a24bd

View file

@ -1,3 +1,10 @@
// * This file is part of the uutils coreutils package.
// *
// * (c) 2020 nicoo <nicoo@debian.org>
// *
// * 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::*;