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 <[email protected]> --- util/x86emu/yabel/pmm.c | 5 +++++ util/x86emu/yabel/pmm.h | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/util/x86emu/yabel/pmm.c b/util/x86emu/yabel/pmm.c index b6ec49f..d909931 100644 --- a/util/x86emu/yabel/pmm.c +++ b/util/x86emu/yabel/pmm.c @@ -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 <[email protected]> ****************************************************************************/ diff --git a/util/x86emu/yabel/pmm.h b/util/x86emu/yabel/pmm.h index 56298ad..e1d0566 100644 --- a/util/x86emu/yabel/pmm.h +++ b/util/x86emu/yabel/pmm.h @@ -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 <[email protected]> ****************************************************************************/ -- 1.6.0.4
From 2405b621fd0e305dd9cfcbc8efd28f9eea67d6ca Mon Sep 17 00:00:00 2001 From: Pattrick Hueper <[email protected]> Date: Mon, 5 Jan 2009 13:21:31 +0100 Subject: [PATCH] add license to pmm files Signed-off-by: Pattrick Hueper <[email protected]> --- util/x86emu/yabel/pmm.c | 5 +++++ util/x86emu/yabel/pmm.h | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/util/x86emu/yabel/pmm.c b/util/x86emu/yabel/pmm.c index b6ec49f..d909931 100644 --- a/util/x86emu/yabel/pmm.c +++ b/util/x86emu/yabel/pmm.c @@ -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 <[email protected]> ****************************************************************************/ diff --git a/util/x86emu/yabel/pmm.h b/util/x86emu/yabel/pmm.h index 56298ad..e1d0566 100644 --- a/util/x86emu/yabel/pmm.h +++ b/util/x86emu/yabel/pmm.h @@ -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 <[email protected]> ****************************************************************************/ -- 1.6.0.4
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

