SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / drivers / core / devres.c
index 605295bd14d52e875db71e6b3eb992dd177169e8..f2a19ec61b1967b7db76ef6ef556bbebd394632f 100644 (file)
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * Based on the original work in Linux by
  * Copyright (c) 2006  SUSE Linux Products GmbH
  * Copyright (c) 2006  Tejun Heo <teheo@suse.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>