[coreboot-gerrit] Change in coreboot[master]: src/drivers: Add license headers

Martin Roth (Code Review) gerrit at coreboot.org
Fri Jun 9 18:24:15 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/19121


Change subject: src/drivers: Add license headers
......................................................................

src/drivers: Add license headers

Change-Id: I1c4b30ab47e12ec35cb681ec5c6635ecd20aa2e5
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/drivers/emulation/qemu/bochs.c
M src/drivers/sil/3114/sil_sata.c
2 files changed, 26 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/19121/1

diff --git a/src/drivers/emulation/qemu/bochs.c b/src/drivers/emulation/qemu/bochs.c
index 74a7247..ada0ff5 100644
--- a/src/drivers/emulation/qemu/bochs.c
+++ b/src/drivers/emulation/qemu/bochs.c
@@ -1,3 +1,16 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * 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 <stdint.h>
 #include <delay.h>
 #include <edid.h>
diff --git a/src/drivers/sil/3114/sil_sata.c b/src/drivers/sil/3114/sil_sata.c
index 8a1da28..c36976c 100644
--- a/src/drivers/sil/3114/sil_sata.c
+++ b/src/drivers/sil/3114/sil_sata.c
@@ -1,7 +1,17 @@
-/* Copyright 2003-2004 Tyan Computer
- *  Yinghai Lu yhlu at tyan.com
+/*
+ * This file is part of the coreboot project.
  *
- * Copyright (C) 2010 Rudolf Marek <r.marek at assembler.cz>
+ * Copyright (C) 2003-2004 Tyan Computer - Yinghai Lu <yhlu at tyan.com>
+ * Copyright (C) 22010 Rudolf Marek <r.marek at assembler.cz>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * 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 <delay.h>

-- 
To view, visit https://review.coreboot.org/19121
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c4b30ab47e12ec35cb681ec5c6635ecd20aa2e5
Gerrit-Change-Number: 19121
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>



More information about the coreboot-gerrit mailing list