X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Frand.c;h=af4cf3a0e8cfc7d2dc7ecec29f376e9cf8588a2f;hb=fe5bc23f43341d19528b15aaf6e09f56975e1316;hp=5c367e186f9d38b6bc82002cec1f81a6d4efa7c8;hpb=c2120fbfbc4d1f6953228f86be8bdbf38bacfdab;p=u-boot 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 - * - * SPDX-License-Identifier: GPL-2.0+ */ #include