Author: phueper Date: 2009-03-18 15:58:03 +0100 (Wed, 18 Mar 2009) New Revision: 1153
Modified: coreboot-v3/util/x86emu/yabel/biosemu.c coreboot-v3/util/x86emu/yabel/biosemu.h coreboot-v3/util/x86emu/yabel/compat/functions.c coreboot-v3/util/x86emu/yabel/compat/time.h coreboot-v3/util/x86emu/yabel/debug.c coreboot-v3/util/x86emu/yabel/debug.h coreboot-v3/util/x86emu/yabel/device.c coreboot-v3/util/x86emu/yabel/device.h coreboot-v3/util/x86emu/yabel/interrupt.c coreboot-v3/util/x86emu/yabel/io.c coreboot-v3/util/x86emu/yabel/mem.c coreboot-v3/util/x86emu/yabel/pmm.c coreboot-v3/util/x86emu/yabel/pmm.h coreboot-v3/util/x86emu/yabel/vbe.c Log: update Copyright on YABEL files i modified Signed-off-by: Pattrick Hueper <[email protected]> Acked-by: Myles Watson <[email protected]> Modified: coreboot-v3/util/x86emu/yabel/biosemu.c =================================================================== --- coreboot-v3/util/x86emu/yabel/biosemu.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/biosemu.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/biosemu.h =================================================================== --- coreboot-v3/util/x86emu/yabel/biosemu.h 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/biosemu.h 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/compat/functions.c =================================================================== --- coreboot-v3/util/x86emu/yabel/compat/functions.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/compat/functions.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/compat/time.h =================================================================== --- coreboot-v3/util/x86emu/yabel/compat/time.h 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/compat/time.h 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/debug.c =================================================================== --- coreboot-v3/util/x86emu/yabel/debug.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/debug.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/debug.h =================================================================== --- coreboot-v3/util/x86emu/yabel/debug.h 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/debug.h 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/device.c =================================================================== --- coreboot-v3/util/x86emu/yabel/device.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/device.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/device.h =================================================================== --- coreboot-v3/util/x86emu/yabel/device.h 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/device.h 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/interrupt.c =================================================================== --- coreboot-v3/util/x86emu/yabel/interrupt.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/interrupt.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/io.c =================================================================== --- coreboot-v3/util/x86emu/yabel/io.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/io.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/mem.c =================================================================== --- coreboot-v3/util/x86emu/yabel/mem.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/mem.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 Modified: coreboot-v3/util/x86emu/yabel/pmm.c =================================================================== --- coreboot-v3/util/x86emu/yabel/pmm.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/pmm.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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> Modified: coreboot-v3/util/x86emu/yabel/pmm.h =================================================================== --- coreboot-v3/util/x86emu/yabel/pmm.h 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/pmm.h 2009-03-18 14:58:03 UTC (rev 1153) @@ -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_ Modified: coreboot-v3/util/x86emu/yabel/vbe.c =================================================================== --- coreboot-v3/util/x86emu/yabel/vbe.c 2009-03-17 14:08:03 UTC (rev 1152) +++ coreboot-v3/util/x86emu/yabel/vbe.c 2009-03-18 14:58:03 UTC (rev 1153) @@ -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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

