Add missing licence header

This commit is contained in:
Vinzent Steinberg
2021-05-12 13:55:15 -03:00
parent 4deb2b834b
commit 4d4ae25541
+6
View File
@@ -1,4 +1,10 @@
// Copyright 2021 Developers of the Rand project.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use crate::distributions::{Distribution, Uniform};