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 ****************************************************************************/