[coreboot] [PATCH] YABEL: add license to pmm files

Pattrick Hueper phueper at hueper.net
Wed Jan 7 10:07:32 CET 2009


Hi,

here is the patch adding the BSD license header to the two files Uwe
mentioned. (yabel/compat/time.h and yabel/compat/functions.c)
I did get svn commit rights, so i will check this patch in myself,
since this is trivial, i will self-ack, i hope that is ok.

Patty

Signed-off-by: Pattrick Hueper <phueper at hueper.net>
Acked-by: Pattrick Hueper <phueper at hueper.net>
---
 util/x86emu/yabel/compat/functions.c |   10 ++++++++++
 util/x86emu/yabel/compat/time.h      |   10 ++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/util/x86emu/yabel/compat/functions.c
b/util/x86emu/yabel/compat/functions.c
index c788594..64e9d40 100644
--- a/util/x86emu/yabel/compat/functions.c
+++ b/util/x86emu/yabel/compat/functions.c
@@ -1,3 +1,13 @@
+/****************************************************************************
+ * 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>
+ ****************************************************************************/

 /* this file contains functions provided by SLOF, that the current
biosemu implementation needs
  * they should go away  inthe future...
diff --git a/util/x86emu/yabel/compat/time.h b/util/x86emu/yabel/compat/time.h
index 1e2342e..b0c63c7 100644
--- a/util/x86emu/yabel/compat/time.h
+++ b/util/x86emu/yabel/compat/time.h
@@ -1,3 +1,13 @@
+/****************************************************************************
+ * 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>
+ ****************************************************************************/

 #ifndef _BIOSEMU_COMPAT_TIME_H
 #define _BIOSEMU_COMPAT_TIME_H
-- 
1.6.0.4



On Tue, Jan 6, 2009 at 1:07 AM, Uwe Hermann <uwe at hermann-uwe.de> wrote:
> On Mon, Jan 05, 2009 at 01:24:43PM +0100, Pattrick Hueper wrote:
>> Hi,
>>
>> i just saw, that i forgot to add a BSD license header to the PMM
>> files, this patch fixes that.
>>
>> Patty
>>
>>  Signed-off-by: Pattrick Hueper <phueper at hueper.net>
>
> Thanks, r1101.
>
> Please also add the proper license headers to
>
>  util/x86emu/yabel/compat/functions.c
>  util/x86emu/yabel/compat/time.h
>
>
> Thanks, Uwe.
> --
> http://www.hermann-uwe.de  | http://www.holsham-traders.de
> http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
>




More information about the coreboot mailing list