diff --git a/util/x86emu/yabel/biosemu.c b/util/x86emu/yabel/biosemu.c index e0010d8377..a2c6780326 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 * 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 20aff6f5c0..fb8dab2b24 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 * 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 2f4e0525b1..28f838bce3 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 + * Copyright (c) 2008 Pattrick Hueper ****************************************************************************/ /* 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 b0c63c706c..c8432eca43 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 + * Copyright (c) 2008 Pattrick Hueper ****************************************************************************/ #ifndef _BIOSEMU_COMPAT_TIME_H diff --git a/util/x86emu/yabel/debug.c b/util/x86emu/yabel/debug.c index e3374ba8c8..77d4692149 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 * 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 ee14dfd13c..dd088c2801 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 * 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 82619848e0..adf1b8c309 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 * 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 1dad9e213c..801eb16490 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 * 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 254334c267..03614c0950 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 * 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 6f481a7d84..aa0b3856b2 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 * 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 6e6d403738..4dc5858c36 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 * 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 fe7a3f4722..7e12155cc1 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 + * Copyright (c) 2008 Pattrick Hueper ****************************************************************************/ #include diff --git a/util/x86emu/yabel/pmm.h b/util/x86emu/yabel/pmm.h index e1d05660a8..95645dffdc 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 + * Copyright (c) 2008 Pattrick Hueper ****************************************************************************/ #ifndef _YABEL_PMM_H_ diff --git a/util/x86emu/yabel/vbe.c b/util/x86emu/yabel/vbe.c index 5033c543d8..90ab0f991a 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 * All rights reserved. * This program and the accompanying materials * are made available under the terms of the BSD License