aboutsummaryrefslogtreecommitdiff
path: root/lib/std/rand/Sfc64.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/rand/Sfc64.zig')
-rw-r--r--lib/std/rand/Sfc64.zig6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/std/rand/Sfc64.zig b/lib/std/rand/Sfc64.zig
index 1966a59ceb..5808376e78 100644
--- a/lib/std/rand/Sfc64.zig
+++ b/lib/std/rand/Sfc64.zig
@@ -1,9 +1,3 @@
-// SPDX-License-Identifier: MIT
-// Copyright (c) 2015-2021 Zig Contributors
-// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
-// The MIT license requires this copyright notice to be included in all copies
-// and substantial portions of the software.
-
//! Sfc64 pseudo-random number generator from Practically Random.
//! Fastest engine of pracrand and smallest footprint.
//! See http://pracrand.sourceforge.net/