X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Frand.c;h=af4cf3a0e8cfc7d2dc7ecec29f376e9cf8588a2f;hb=refs%2Fheads%2Fmaster;hp=5c367e186f9d38b6bc82002cec1f81a6d4efa7c8;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;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