aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorVictor Kleinik <x0150886@ti.com>2012-08-02 18:54:09 +0000
committerRoman Shaposhnikov <x0166637@ti.com>2012-09-26 13:44:28 +0300
commit98f69968ec29317cf2c21ba25fd9673c14970269 (patch)
treeaa18f90e5ba7fcf2ec85a80887d1aea32281fae1 /drivers/video
parentfac16a04a8f2dd1f7f79e156cc7377f75d272657 (diff)
downloadkernel_samsung_espresso10-98f69968ec29317cf2c21ba25fd9673c14970269.zip
kernel_samsung_espresso10-98f69968ec29317cf2c21ba25fd9673c14970269.tar.gz
kernel_samsung_espresso10-98f69968ec29317cf2c21ba25fd9673c14970269.tar.bz2
OMAPDSS: DSSCOMP: Add GPL license information
GPL license information was missing in gralloc.c Change-Id: I9da3b0cc8a4ad28439483bdc6fdc19587d1ad200 Signed-off-by: Victor Kleinik <x0150886@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/dsscomp/gralloc.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/video/omap2/dsscomp/gralloc.c b/drivers/video/omap2/dsscomp/gralloc.c
index a507e43..802aaea 100644
--- a/drivers/video/omap2/dsscomp/gralloc.c
+++ b/drivers/video/omap2/dsscomp/gralloc.c
@@ -1,3 +1,23 @@
+/*
+ * linux/drivers/video/omap2/dsscomp/gralloc.c
+ *
+ * Graphics Memory Allocator
+ *
+ * Copyright (C) 2012 Texas Instruments, Inc
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published by
+ * the Free Software Foundation.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/sched.h>