]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/i2c/i2c-cdns.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / drivers / i2c / i2c-cdns.c
index a977a7fcbd3769ebd75ad2aa9efbc7f2b1054453..30be173343dd7ba03a8e7b4fe613eb0353888a60 100644 (file)
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015 Moritz Fischer <moritz.fischer@ettus.com>
  * IP from Cadence (ID T-CS-PE-0007-100, Version R1p10f2)
  *
  * This file is based on: drivers/i2c/zynq_i2c.c,
  * with added driver-model support and code cleanup.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>