]> git.sur5r.net Git - u-boot/blobdiff - lib/rand.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / lib / rand.c
index 5c367e186f9d38b6bc82002cec1f81a6d4efa7c8..af4cf3a0e8cfc7d2dc7ecec29f376e9cf8588a2f 100644 (file)
@@ -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>