Skip to content

Commit 0f0d66f

Browse files
committed
Add license header
1 parent d8fd7ba commit 0f0d66f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rand_core/src/mock.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// Copyright 2021 Developers of the Rand project.
2+
//
3+
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4+
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5+
// <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
6+
// option. This file may not be copied, modified, or distributed
7+
// except according to those terms.
8+
19
use crate::{impls, Error, RngCore};
210

311
/// A simple implementation of `RngCore` for testing purposes.

0 commit comments

Comments
 (0)