[coreboot] r1101 - coreboot-v3/util/x86emu/yabel

svn at coreboot.org svn at coreboot.org
Tue Jan 6 01:05:45 CET 2009


Author: uwe
Date: 2009-01-06 01:05:45 +0100 (Tue, 06 Jan 2009)
New Revision: 1101

Modified:
   coreboot-v3/util/x86emu/yabel/pmm.c
   coreboot-v3/util/x86emu/yabel/pmm.h
Log:
Add missing BSD license header to the PMM files.

Signed-off-by: Pattrick Hueper <phueper at hueper.net>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: coreboot-v3/util/x86emu/yabel/pmm.c
===================================================================
--- coreboot-v3/util/x86emu/yabel/pmm.c	2009-01-05 23:08:37 UTC (rev 1100)
+++ coreboot-v3/util/x86emu/yabel/pmm.c	2009-01-06 00:05:45 UTC (rev 1101)
@@ -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 at hueper.net>
  ****************************************************************************/
 

Modified: coreboot-v3/util/x86emu/yabel/pmm.h
===================================================================
--- coreboot-v3/util/x86emu/yabel/pmm.h	2009-01-05 23:08:37 UTC (rev 1100)
+++ coreboot-v3/util/x86emu/yabel/pmm.h	2009-01-06 00:05:45 UTC (rev 1101)
@@ -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 at hueper.net>
  ****************************************************************************/
 





More information about the coreboot mailing list