]> git.sur5r.net Git - u-boot/blobdiff - drivers/input/input.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / input / input.c
index a33f7e94bf49cfbefd9a7be2ce5edb03d0aea9ad..29620a9e2793b5d318bafc9d67d77ef734698ef8 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Translate key codes into ASCII
  *
  * Copyright (c) 2011 The Chromium OS Authors.
  * (C) Copyright 2004 DENX Software Engineering, Wolfgang Denk, wd@denx.de
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>