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@hueper.net
--- 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 phueper@hueper.net ****************************************************************************/
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 phueper@hueper.net ****************************************************************************/