[coreboot-gerrit] New patch to review for coreboot: commonlib/: Add missing license headers

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Jan 13 00:34:10 CET 2016


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

-gerrit

commit ee06606a6abde59902a43192821ff6b40f3d8c12
Author: Martin Roth <martinroth at google.com>
Date:   Tue Jan 12 16:21:45 2016 -0700

    commonlib/: Add missing license headers
    
    These files are original to coreboot and get the standard
    coreboot GPL header.
    
    Change-Id: I19565b0d2424a6f37a95ab4d7b16742d23122d1e
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/commonlib/include/commonlib/coreboot_tables.h | 13 +++++++++++++
 src/commonlib/include/commonlib/helpers.h         | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h
index 32c388b..43adb09 100644
--- a/src/commonlib/include/commonlib/coreboot_tables.h
+++ b/src/commonlib/include/commonlib/coreboot_tables.h
@@ -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.
+ */
+
 #ifndef COMMONLIB_COREBOOT_TABLES_H
 #define COMMONLIB_COREBOOT_TABLES_H
 
diff --git a/src/commonlib/include/commonlib/helpers.h b/src/commonlib/include/commonlib/helpers.h
index 646a66f..0318e44 100644
--- a/src/commonlib/include/commonlib/helpers.h
+++ b/src/commonlib/include/commonlib/helpers.h
@@ -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.
+ */
+
 #ifndef COMMONLIB_HELPERS_H
 #define COMMONLIB_HELPERS_H
 /* This file is for helpers for both coreboot firmware and its utilities. */



More information about the coreboot-gerrit mailing list