diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/rockchip/rk3288/hdmi.c | 9 | ||||
-rw-r--r-- | src/soc/rockchip/rk3288/include/soc/hdmi.h | 7 |
2 files changed, 16 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 */ diff --git a/src/soc/rockchip/rk3288/include/soc/hdmi.h b/src/soc/rockchip/rk3288/include/soc/hdmi.h index 70856e0777..fb20b4a26e 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,6 +8,11 @@ * 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__ |