diff options
author | Martin Roth <martinroth@google.com> | 2018-07-05 18:42:45 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-07-06 15:30:59 +0000 |
commit | 842253b24206de39ae8ca8aa905481dea54a31d2 (patch) | |
tree | 49a46312af307b62ac00ed71596b536f5cfb2799 /src/mainboard/lenovo | |
parent | 69a835d3117e57fa8f3df38b961997a2550218ae (diff) |
src: Add missing license headers
These two files were added before I was able to get the updated linter
committed. Updated/Add the headers so the stable header lint check
can be updated.
Change-Id: I464ddecb5eebe8c5b907f3dcfeab1b06501af6ab
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/27362
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t530/gma-mainboard.ads | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t530/gma-mainboard.ads b/src/mainboard/lenovo/t530/gma-mainboard.ads index 736dce71e0..d4a5d7d990 100644 --- a/src/mainboard/lenovo/t530/gma-mainboard.ads +++ b/src/mainboard/lenovo/t530/gma-mainboard.ads @@ -1,3 +1,17 @@ +-- +-- 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; 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. +-- + with HW.GFX.GMA; with HW.GFX.GMA.Display_Probing; |