]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
staging: sm750fb: add proper SPDX identifier to driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2019 10:31:51 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2019 09:10:16 +0000 (11:10 +0200)
By default all files without license information are under the default
license of the kernel, which is GPL version 2.  Because of this, add the
GPL-2.0 identifier to the sm750fb driver which did not have any license
identifiers in it at all.

Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Cc: Teddy Wang <teddy.wang@siliconmotion.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750.h
drivers/staging/sm750fb/ddk750_swi2c.c
drivers/staging/sm750fb/ddk750_swi2c.h
drivers/staging/sm750fb/sm750.c

index 734010324a8f039d5c253a20468b8d2271dcbf19..482c1c6ba422f18bc9aa22dea979746c4458e966 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
  *
index 19c5ffc72b16e1a5ddd610bf0e1e0c0dfb404375..5c0ac747ea2bf6a8ba930c2796e38228e47f9952 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
  *
index 3b8a96d6d25adbf74ca0fc9f52867374e8b0ea78..5868feea791ba0833fb3694a6a04bbb484d13297 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
  *
index e1a892e3b3ad17ed4a6b97049cec4ecb3f78df3c..105089b97bf55a8cd3aab2ba8a2ced7fec9eca4a 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/errno.h>