]> git.sur5r.net Git - u-boot/blobdiff - include/log.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / include / log.h
index 3cf08de6d0cf0ee43f21e6373b3c9e6d9613f7b0..a3edd25546a0505f4a5abf5b8863da7c1116a367 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Logging support
  *
  * Copyright (c) 2017 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __LOG_H