Hi,

i looked through my git log of all the files i modified for the
yabel/coreboot integration and bugfixes and features i did since then.
I updated the Copyright Header on all those files.

I guess this would be a trivial patch that i could self-ack but i just
want to make sure that this is ok...

Signed-off-by: Pattrick Hueper <[email protected]>

Regards, Pattrick
From e36dd1b6c3d4e616d42d9bd2b8fe33f8bc0c012b Mon Sep 17 00:00:00 2001
From: Pattrick Hueper <[email protected]>
Date: Wed, 18 Mar 2009 10:49:01 +0100
Subject: [PATCH] update Copyright on YABEL files i modified

Signed-off-by: Pattrick Hueper <[email protected]>
---
 util/x86emu/yabel/biosemu.c          |    1 +
 util/x86emu/yabel/biosemu.h          |    1 +
 util/x86emu/yabel/compat/functions.c |    2 +-
 util/x86emu/yabel/compat/time.h      |    2 +-
 util/x86emu/yabel/debug.c            |    1 +
 util/x86emu/yabel/debug.h            |    1 +
 util/x86emu/yabel/device.c           |    1 +
 util/x86emu/yabel/device.h           |    1 +
 util/x86emu/yabel/interrupt.c        |    1 +
 util/x86emu/yabel/io.c               |    1 +
 util/x86emu/yabel/mem.c              |    1 +
 util/x86emu/yabel/pmm.c              |    2 +-
 util/x86emu/yabel/pmm.h              |    2 +-
 util/x86emu/yabel/vbe.c              |    1 +
 14 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/util/x86emu/yabel/biosemu.c b/util/x86emu/yabel/biosemu.c
index e0010d8..a2c6780 100644
--- a/util/x86emu/yabel/biosemu.c
+++ b/util/x86emu/yabel/biosemu.c
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2008, 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/biosemu.h b/util/x86emu/yabel/biosemu.h
index 20aff6f..fb8dab2 100644
--- a/util/x86emu/yabel/biosemu.h
+++ b/util/x86emu/yabel/biosemu.h
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/compat/functions.c b/util/x86emu/yabel/compat/functions.c
index 2f4e052..28f838b 100644
--- a/util/x86emu/yabel/compat/functions.c
+++ b/util/x86emu/yabel/compat/functions.c
@@ -6,7 +6,7 @@
  * which accompanies this distribution, and is available at
  * http://www.opensource.org/licenses/bsd-license.php
  *
- * Copyright 2008 Pattrick Hueper <[email protected]>
+ * Copyright (c) 2008 Pattrick Hueper <[email protected]>
  ****************************************************************************/
 
 /* this file contains functions provided by SLOF, that the current biosemu implementation needs
diff --git a/util/x86emu/yabel/compat/time.h b/util/x86emu/yabel/compat/time.h
index b0c63c7..c8432ec 100644
--- a/util/x86emu/yabel/compat/time.h
+++ b/util/x86emu/yabel/compat/time.h
@@ -6,7 +6,7 @@
  * which accompanies this distribution, and is available at
  * http://www.opensource.org/licenses/bsd-license.php
  *
- * Copyright 2008 Pattrick Hueper <[email protected]>
+ * Copyright (c) 2008 Pattrick Hueper <[email protected]>
  ****************************************************************************/
 
 #ifndef _BIOSEMU_COMPAT_TIME_H
diff --git a/util/x86emu/yabel/debug.c b/util/x86emu/yabel/debug.c
index e3374ba..77d4692 100644
--- a/util/x86emu/yabel/debug.c
+++ b/util/x86emu/yabel/debug.c
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2008, 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/debug.h b/util/x86emu/yabel/debug.h
index ee14dfd..dd088c2 100644
--- a/util/x86emu/yabel/debug.h
+++ b/util/x86emu/yabel/debug.h
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/device.c b/util/x86emu/yabel/device.c
index 8261984..adf1b8c 100644
--- a/util/x86emu/yabel/device.c
+++ b/util/x86emu/yabel/device.c
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2008, 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/device.h b/util/x86emu/yabel/device.h
index 1dad9e2..801eb16 100644
--- a/util/x86emu/yabel/device.h
+++ b/util/x86emu/yabel/device.h
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2008, 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/interrupt.c b/util/x86emu/yabel/interrupt.c
index 254334c..03614c0 100644
--- a/util/x86emu/yabel/interrupt.c
+++ b/util/x86emu/yabel/interrupt.c
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2008, 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/io.c b/util/x86emu/yabel/io.c
index 6f481a7..aa0b385 100644
--- a/util/x86emu/yabel/io.c
+++ b/util/x86emu/yabel/io.c
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/mem.c b/util/x86emu/yabel/mem.c
index 6e6d403..4dc5858 100644
--- a/util/x86emu/yabel/mem.c
+++ b/util/x86emu/yabel/mem.c
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
diff --git a/util/x86emu/yabel/pmm.c b/util/x86emu/yabel/pmm.c
index fe7a3f4..7e12155 100644
--- a/util/x86emu/yabel/pmm.c
+++ b/util/x86emu/yabel/pmm.c
@@ -6,7 +6,7 @@
  * which accompanies this distribution, and is available at
  * http://www.opensource.org/licenses/bsd-license.php
  *
- * Copyright 2008 Pattrick Hueper <[email protected]>
+ * Copyright (c) 2008 Pattrick Hueper <[email protected]>
  ****************************************************************************/
 
 #include <x86emu/x86emu.h>
diff --git a/util/x86emu/yabel/pmm.h b/util/x86emu/yabel/pmm.h
index e1d0566..95645df 100644
--- a/util/x86emu/yabel/pmm.h
+++ b/util/x86emu/yabel/pmm.h
@@ -6,7 +6,7 @@
  * which accompanies this distribution, and is available at
  * http://www.opensource.org/licenses/bsd-license.php
  *
- * Copyright 2008 Pattrick Hueper <[email protected]>
+ * Copyright (c) 2008 Pattrick Hueper <[email protected]>
  ****************************************************************************/
 
 #ifndef _YABEL_PMM_H_
diff --git a/util/x86emu/yabel/vbe.c b/util/x86emu/yabel/vbe.c
index 5033c54..90ab0f9 100644
--- a/util/x86emu/yabel/vbe.c
+++ b/util/x86emu/yabel/vbe.c
@@ -1,5 +1,6 @@
 /******************************************************************************
  * Copyright (c) 2004, 2008 IBM Corporation
+ * Copyright (c) 2009 Pattrick Hueper <[email protected]>
  * All rights reserved.
  * This program and the accompanying materials
  * are made available under the terms of the BSD License
-- 
1.6.2

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to