aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/hdmi.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-04-11 20:55:14 -0600
committerMartin Roth <martinroth@google.com>2016-04-14 16:54:49 +0200
commit62d3400dd9603db6ec8e68a29a83cd810e3ff1e4 (patch)
treea3b8ea4a4ae8311e62c3218d6fd463aa711fdc30 /src/soc/rockchip/rk3288/hdmi.c
parentebabfadcec7807d4e472fcf7fb6707a21201614e (diff)
src/soc/rockchip: Update license headers
Update all of the license headers to make sure they are compliant with coreboot's license header policy. Change-Id: Iea1a4b8f7df08d2ae694401211b0b664f5980b02 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14327 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc/rockchip/rk3288/hdmi.c')
-rw-r--r--src/soc/rockchip/rk3288/hdmi.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/hdmi.c b/src/soc/rockchip/rk3288/hdmi.c
index 1a825abfca..496629316e 100644
--- a/src/soc/rockchip/rk3288/hdmi.c
+++ b/src/soc/rockchip/rk3288/hdmi.c
@@ -1,4 +1,6 @@
/*
+ * This file is part of the coreboot project.
+ *
* Copyright (C) Rockchip, Inc.
* Copyright (C) Freescale Semiconductor, Inc.
*
@@ -7,6 +9,13 @@
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
+ * 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.
+ */
+
+/*
* Designware High-Definition Multimedia Interface (HDMI) driveG
*/