]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
drm: xlnx: vtc: Update license to SPDX
authorVishal Sagar <vishal.sagar@xilinx.com>
Fri, 15 Jun 2018 09:32:01 +0000 (15:02 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 7 Nov 2018 10:02:28 +0000 (11:02 +0100)
Update license to SPDX.

Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/xlnx/xlnx_vtc.c

index c032e8ab677eb7199318b59528047875dee10332..1f2ddb4ba1d6144775f7e590cd7450f7a1a81de6 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Video Timing Controller support for Xilinx DRM KMS
  *
@@ -9,15 +10,6 @@
  *
  * This driver adds support to control the Xilinx Video Timing
  * Controller connected to the CRTC.
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <drm/drmP.h>