summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-01-06 00:05:45 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-01-06 00:05:45 +0000
commit9fce7f464ad5e4375a523566db8617ca3c5dc031 (patch)
tree56bd1d8c9add0dc90474ed88ba0f4923f9eb5f2e
parent481e85860b237178a69547809c8eb2ff2019dd90 (diff)
downloadcoreboot-9fce7f464ad5e4375a523566db8617ca3c5dc031.tar.gz
coreboot-9fce7f464ad5e4375a523566db8617ca3c5dc031.tar.bz2
coreboot-9fce7f464ad5e4375a523566db8617ca3c5dc031.zip
Add missing BSD license header to the PMM files.
Signed-off-by: Pattrick Hueper <phueper@hueper.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1101 f3766cd6-281f-0410-b1cd-43a5c92072e9
-rw-r--r--util/x86emu/yabel/pmm.c5
-rw-r--r--util/x86emu/yabel/pmm.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/util/x86emu/yabel/pmm.c b/util/x86emu/yabel/pmm.c
index b6ec49f74374..d909931fa0c0 100644
--- a/util/x86emu/yabel/pmm.c
+++ b/util/x86emu/yabel/pmm.c
@@ -1,6 +1,11 @@
/****************************************************************************
* YABEL BIOS Emulator
*
+ * This program and the accompanying materials
+ * are made available under the terms of the BSD License
+ * which accompanies this distribution, and is available at
+ * http://www.opensource.org/licenses/bsd-license.php
+ *
* Copyright 2008 Pattrick Hueper <phueper@hueper.net>
****************************************************************************/
diff --git a/util/x86emu/yabel/pmm.h b/util/x86emu/yabel/pmm.h
index 56298adacc9f..e1d05660a82c 100644
--- a/util/x86emu/yabel/pmm.h
+++ b/util/x86emu/yabel/pmm.h
@@ -1,6 +1,11 @@
/****************************************************************************
* YABEL BIOS Emulator
*
+ * This program and the accompanying materials
+ * are made available under the terms of the BSD License
+ * which accompanies this distribution, and is available at
+ * http://www.opensource.org/licenses/bsd-license.php
+ *
* Copyright 2008 Pattrick Hueper <phueper@hueper.net>
****************************************************************************/