diff options
Diffstat (limited to 'lib/rand.c')
-rw-r--r-- | lib/rand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rand.c b/lib/rand.c index 5c367e186f..af4cf3a0e8 100644 --- a/lib/rand.c +++ b/lib/rand.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Simple xorshift PRNG * see http://www.jstatsoft.org/v08/i14/paper * * Copyright (c) 2012 Michael Walle * Michael Walle <michael@walle.cc> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |