mirror of https://github.com/acidanthera/audk.git
Fix License Header.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wei, David <david.wei@intel.com> Cc: Kinney, Michael D <michael.d.kinney@intel.com> Cc: Wu, Mike <mike.wu@intel.com>
This commit is contained in:
parent
56649f4301
commit
2ec099da13
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Header file of Serial port hardware definition.
|
Header file of Serial port hardware definition.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
This program and the accompanying materials are licensed and made available under
|
This program and the accompanying materials are licensed and made available under
|
||||||
the terms and conditions of the BSD License that accompanies this distribution.
|
the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
|
@ -11,16 +11,6 @@
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
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: PlatformSerialPortLib.h
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __PLATFORM_SERIAL_PORT_LIB_H_
|
#ifndef __PLATFORM_SERIAL_PORT_LIB_H_
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Serial I/O Port library functions with no library constructor/destructor
|
Serial I/O Port library functions with no library constructor/destructor
|
||||||
|
|
||||||
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
This program and the accompanying materials are licensed and made available under
|
This program and the accompanying materials are licensed and made available under
|
||||||
the terms and conditions of the BSD License that accompanies this distribution.
|
the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
|
@ -11,16 +11,6 @@
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
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: SerialPortLib.c
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PlatformSerialPortLib.h"
|
#include "PlatformSerialPortLib.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Header file of Serial port hardware definition.
|
Header file of Serial port hardware definition.
|
||||||
|
|
||||||
Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2012 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
This program and the accompanying materials are licensed and made available under
|
This program and the accompanying materials are licensed and made available under
|
||||||
the terms and conditions of the BSD License that accompanies this distribution.
|
the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
|
@ -11,16 +11,6 @@
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
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: PlatformSerialPortLib.h
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef _SIO_INIT_H_
|
#ifndef _SIO_INIT_H_
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*++
|
/*++
|
||||||
|
|
||||||
Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
This program and the accompanying materials are licensed and made available under
|
This program and the accompanying materials are licensed and made available under
|
||||||
the terms and conditions of the BSD License that accompanies this distribution.
|
the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
|
@ -32,38 +32,6 @@ Abstract:
|
||||||
#define PCI_DAT 0xCFC
|
#define PCI_DAT 0xCFC
|
||||||
|
|
||||||
#include "MonoStatusCode.h"
|
#include "MonoStatusCode.h"
|
||||||
|
|
||||||
/*++
|
|
||||||
|
|
||||||
Copyright (c) 1999 - 2014, 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 that 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.
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
Port80StatusCodeLib.h
|
|
||||||
|
|
||||||
Abstract:
|
|
||||||
|
|
||||||
Lib to provide status code reporting via port 80.
|
|
||||||
|
|
||||||
--*/
|
|
||||||
|
|
||||||
#ifndef _PEI_PORT_80_STATUS_CODE_H_
|
#ifndef _PEI_PORT_80_STATUS_CODE_H_
|
||||||
#define _PEI_PORT_80_STATUS_CODE_H_
|
#define _PEI_PORT_80_STATUS_CODE_H_
|
||||||
|
|
||||||
|
@ -84,37 +52,6 @@ Port80ReportStatusCode (
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*++
|
|
||||||
|
|
||||||
Copyright (c) 1999 - 2014, 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 that 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.
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
SerialStatusCodeLib.h
|
|
||||||
|
|
||||||
Abstract:
|
|
||||||
|
|
||||||
Lib to provide Serial I/O status code reporting.
|
|
||||||
|
|
||||||
--*/
|
|
||||||
|
|
||||||
#ifndef _PEI_SERIAL_STATUS_CODE_LIB_H_
|
#ifndef _PEI_SERIAL_STATUS_CODE_LIB_H_
|
||||||
#define _PEI_SERIAL_STATUS_CODE_LIB_H_
|
#define _PEI_SERIAL_STATUS_CODE_LIB_H_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue