]> git.sur5r.net Git - u-boot/blobdiff - lib/hashtable.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / lib / hashtable.c
index f08847758a091da8d9960ff94ec830fbcfa502ce..52aab6df6ebc6f4aca53e8e5350315109b345f33 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: LGPL-2.1+
 /*
  * This implementation is based on code from uClibc-0.9.30.3 but was
  * modified and extended for use within U-Boot.
@@ -9,8 +10,6 @@
  * Copyright (C) 1993, 1995, 1996, 1997, 2002 Free Software Foundation, Inc.
  * This file is part of the GNU C Library.
  * Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1993.
- *
- * SPDX-License-Identifier:    LGPL-2.1+
  */
 
 #include <errno.h>