Correct license's header.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9594 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-12-23 15:35:51 +00:00
parent ce00a23274
commit 5e973c9630
11 changed files with 115 additions and 203 deletions

View File

@ -1,22 +1,15 @@
/** @file /** @file
Copyright (c) 2006, Intel Corporation. All rights reserved.
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
CpuIA32.h
Abstract:
Basic Definition for IA32 Architecture. Basic Definition for IA32 Architecture.
Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#ifndef _CPU_IA32_H_ #ifndef _CPU_IA32_H_

View File

@ -1,25 +1,17 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscBaseBoardManufacturerFunction.c
Abstract:
BaseBoard manufacturer information boot time changes. BaseBoard manufacturer information boot time changes.
SMBIOS type 2. SMBIOS type 2.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"
/** /**

View File

@ -1,26 +1,18 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscBiosVendorFunction.c
Abstract:
BIOS vendor information boot time changes. BIOS vendor information boot time changes.
Misc. subclass type 2. Misc. subclass type 2.
SMBIOS type 0. SMBIOS type 0.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,25 +1,17 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscBootInformationFunction.c
Abstract:
boot information boot time changes. boot information boot time changes.
SMBIOS type 32. SMBIOS type 32.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,25 +1,17 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscChassisManufacturerFunction.c
Abstract:
Chassis manufacturer information boot time changes. Chassis manufacturer information boot time changes.
SMBIOS type 3. SMBIOS type 3.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,25 +1,15 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR> Copyright (c) 2009, Intel Corporation
This software and associated documentation (if any) is furnished All rights reserved. This program and the accompanying materials
under a license and may only be used or copied in accordance are licensed and made available under the terms and conditions of the BSD License
with the terms of the license. Except as permitted by such which accompanies this distribution. The full text of the license may be found at
license, no part of this software or documentation may be http://opensource.org/licenses/bsd-license.php
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: **/
MiscNumberOfInstallableLanguagesFunction.c
Abstract:
This driver parses the mSmbiosMiscDataTable structure and reports
any generated data.
--*/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"
/*++ /*++

View File

@ -1,24 +1,17 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscOemStringFunction.c
Abstract:
boot information boot time changes. boot information boot time changes.
SMBIOS type 11. SMBIOS type 11.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,24 +1,17 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscResetCapabilitiesFunction.c
Abstract:
ResetCapabilities. ResetCapabilities.
SMBIOS type 23. SMBIOS type 23.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,24 +1,15 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR> Copyright (c) 2009, Intel Corporation
This software and associated documentation (if any) is furnished All rights reserved. This program and the accompanying materials
under a license and may only be used or copied in accordance are licensed and made available under the terms and conditions of the BSD License
with the terms of the license. Except as permitted by such which accompanies this distribution. The full text of the license may be found at
license, no part of this software or documentation may be http://opensource.org/licenses/bsd-license.php
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name: THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
MiscResetCapabilitiesFunction.c **/
Abstract:
ResetCapabilities.
SMBIOS type 23.
--*/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"
/** /**

View File

@ -1,25 +1,17 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscSystemOptionStringFunction.c
Abstract:
BIOS system option string boot time changes. BIOS system option string boot time changes.
SMBIOS type 12. SMBIOS type 12.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"

View File

@ -1,25 +1,17 @@
/*++ /** @file
Copyright (c) 2009, Intel Corporation. All rights reserved. <BR>
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any
form or by any means without the express written consent of
Intel Corporation.
Module Name:
MiscSystemSlotDesignatorFunction.c
Abstract:
BIOS system slot designator information boot time changes. BIOS system slot designator information boot time changes.
SMBIOS type 9. SMBIOS type 9.
--*/ Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "MiscSubclassDriver.h" #include "MiscSubclassDriver.h"
/** /**