From 9fce7f464ad5e4375a523566db8617ca3c5dc031 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Jan 2009 00:05:45 +0000 Subject: [PATCH] Add missing BSD license header to the PMM files. Signed-off-by: Pattrick Hueper Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/coreboot-v3@1101 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/x86emu/yabel/pmm.c | 5 +++++ util/x86emu/yabel/pmm.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/util/x86emu/yabel/pmm.c b/util/x86emu/yabel/pmm.c index b6ec49f743..d909931fa0 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 ****************************************************************************/ diff --git a/util/x86emu/yabel/pmm.h b/util/x86emu/yabel/pmm.h index 56298adacc..e1d05660a8 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 ****************************************************************************/