[coreboot-gerrit] New patch to review for coreboot: src/soc/rockchip: Update license headers

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Apr 12 04:59:32 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14327

-gerrit

commit d3931099d39fa111a65e6c6ecf8327e0fd300c4d
Author: Martin Roth <martinroth at google.com>
Date:   Mon Apr 11 20:55:14 2016 -0600

    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 at google.com>
---
 src/soc/rockchip/rk3288/hdmi.c             | 9 +++++++++
 src/soc/rockchip/rk3288/include/soc/hdmi.h | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/src/soc/rockchip/rk3288/hdmi.c b/src/soc/rockchip/rk3288/hdmi.c
index 1a825ab..4966293 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
  */
 
diff --git a/src/soc/rockchip/rk3288/include/soc/hdmi.h b/src/soc/rockchip/rk3288/include/soc/hdmi.h
index 70856e0..0d18c20 100644
--- a/src/soc/rockchip/rk3288/include/soc/hdmi.h
+++ b/src/soc/rockchip/rk3288/include/soc/hdmi.h
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the coreboot project.
+ *
  * Copyright (C) 2015 Rockchip, Inc.
  * Copyright (C) 2011 Freescale Semiconductor, Inc.
  *
@@ -6,8 +8,15 @@
  * it under the terms of the GNU General Public License as published by
  * 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.
  */
 
+
+
 #ifndef __SOC_HDMI_H__
 #define __SOC_HDMI_H__
 



More information about the coreboot-gerrit mailing list