From 4d4ae255410ceed552edf5877f2f2937195c3924 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 12 May 2021 13:55:15 -0300 Subject: [PATCH] Add missing licence header --- src/distributions/slice.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/distributions/slice.rs b/src/distributions/slice.rs index a39e63c1..e5e3fe26 100644 --- a/src/distributions/slice.rs +++ b/src/distributions/slice.rs @@ -1,4 +1,10 @@ // Copyright 2021 Developers of the Rand project. +// +// Licensed under the Apache License, Version 2.0 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. use crate::distributions::{Distribution, Uniform};