mirror of https://github.com/acidanthera/audk.git
clean-up the license to open source.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9595 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5e973c9630
commit
1adf568bd1
|
@ -2,16 +2,15 @@
|
||||||
# Memory Status Code Library for UEFI drivers
|
# Memory Status Code Library for UEFI drivers
|
||||||
#
|
#
|
||||||
# Lib to provide memory journal status code reporting Routines
|
# Lib to provide memory journal status code reporting Routines
|
||||||
# Copyright (c) 2007, Intel Corporation.
|
|
||||||
#
|
#
|
||||||
# All rights reserved.
|
# 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
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
# Intel Corporation.
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#**/
|
#**/
|
||||||
|
|
|
@ -2,16 +2,14 @@
|
||||||
# Memory Status Code Library for UEFI drivers
|
# Memory Status Code Library for UEFI drivers
|
||||||
#
|
#
|
||||||
# Lib to provide memory journal status code reporting Routines
|
# Lib to provide memory journal status code reporting Routines
|
||||||
# Copyright (c) 2007, Intel Corporation.
|
# 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
|
||||||
#
|
#
|
||||||
# All rights reserved.
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
# This software and associated documentation (if any) is furnished
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#**/
|
#**/
|
||||||
|
|
|
@ -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"
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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:
|
|
||||||
|
|
||||||
MiscNumberOfInstallableLanguagesFunction.c
|
|
||||||
|
|
||||||
Abstract:
|
|
||||||
|
|
||||||
This driver parses the mSmbiosMiscDataTable structure and reports
|
This driver parses the mSmbiosMiscDataTable structure and reports
|
||||||
any generated data.
|
any generated data.
|
||||||
|
|
||||||
--*/
|
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"
|
||||||
/*++
|
/*++
|
||||||
|
|
|
@ -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:
|
|
||||||
|
|
||||||
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"
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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:
|
|
||||||
|
|
||||||
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"
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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"
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue