diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-06-22 16:08:45 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-06-22 17:53:38 +0200 |
commit | 3352b293d6642ebfd8af655dfa0d0ed7fc4035d3 (patch) | |
tree | 8c262b5847da128dc45874220f9fa5e0aa17a803 /src/mainboard/lenovo/x60/smi.h | |
parent | 3aefab54e1e3517c8618a7a3031738685070cb81 (diff) |
X60: add missing License Header
Change-Id: I9d6e80a633990e86dd3adfa2a761d09f62978349
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/57
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/x60/smi.h')
-rw-r--r-- | src/mainboard/lenovo/x60/smi.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x60/smi.h b/src/mainboard/lenovo/x60/smi.h index ad096b9cb9..c5f48a16fa 100644 --- a/src/mainboard/lenovo/x60/smi.h +++ b/src/mainboard/lenovo/x60/smi.h @@ -1,3 +1,22 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2011 Sven Schnelle <svens@stackframe.org> + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef MAINBOARD_LENOVO_X60_SMI_H #define MAINBOARD_LENOVO_X60_SMI_H |