Update to BSD license header.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3174 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2007-07-10 09:58:06 +00:00
parent 366565e096
commit df0dcb5e91
9 changed files with 69 additions and 74 deletions

View File

@ -3,15 +3,15 @@
This file includes package header files, library classes and protocol, PPI & GUID definitions. This file includes package header files, library classes and protocol, PPI & GUID definitions.
Copyright (c) 2006 - 2007, Intel Corporation. Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. All rights reserved. This program and the accompanying materials
This software and associated documentation (if any) is furnished are licensed and made available under the terms and conditions of the BSD License
under a license and may only be used or copied in accordance which accompanies this distribution. The full text of the license may be found at
with the terms of the license. Except as permitted by such http://opensource.org/licenses/bsd-license.php
license, no part of this software or documentation may be
reproduced, stored in a retrieval system, or transmitted in any THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
form or by any means without the express written consent of WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Intel Corporation.
**/ **/
#ifndef __COMMON_HEADER_H_ #ifndef __COMMON_HEADER_H_

View File

@ -1,14 +1,13 @@
/*++ /*++
Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved. <BR> Copyright (c) 2006 - 2007, 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: Module Name:

View File

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

View File

@ -2,14 +2,14 @@
PS/2 Keyboard driver PS/2 Keyboard driver
Routines that access 8042 keyboard controller Routines that access 8042 keyboard controller
Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved. <BR> Copyright (c) 2006 - 2007, 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.
**/ **/

View File

@ -1,14 +1,13 @@
/*++ /*++
Copyright (c) 2006, Intel Corporation. All rights reserved. <BR> Copyright (c) 2006 - 2007, 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: Module Name:

View File

@ -1,14 +1,13 @@
/*++ /*++
Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved. <BR> Copyright (c) 2006 - 2007, 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: Module Name:

View File

@ -1,14 +1,14 @@
/**@file /**@file
PS/2 keyboard driver header file PS/2 keyboard driver header file
Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved. <BR> Copyright (c) 2006 - 2007, 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.
**/ **/

View File

@ -4,14 +4,14 @@
# This dirver directly uses IsaIo protocol service to support KeyBoard work. # This dirver directly uses IsaIo protocol service to support KeyBoard work.
# Copyright (c) 2006 - 2007, Intel Corporation. # Copyright (c) 2006 - 2007, Intel Corporation.
# #
# All rights reserved. # Copyright (c) 2006 - 2007, 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.
# #
# #
#**/ #**/

View File

@ -8,14 +8,12 @@
<Abstract>Ps2 Keyboard Driver</Abstract> <Abstract>Ps2 Keyboard Driver</Abstract>
<Description>This dirver directly uses IsaIo protocol service to support KeyBoard work.</Description> <Description>This dirver directly uses IsaIo protocol service to support KeyBoard work.</Description>
<Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright> <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
<License>All rights reserved. <License>All rights reserved. This program and the accompanying materials
This software and associated documentation (if any) is furnished are licensed and made available under the terms and conditions of the BSD License
under a license and may only be used or copied in accordance which accompanies this distribution. The full text of the license may be found at
with the terms of the license. Except as permitted by such http://opensource.org/licenses/bsd-license.php
license, no part of this software or documentation may be THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
reproduced, stored in a retrieval system, or transmitted in any WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
form or by any means without the express written consent of
Intel Corporation.</License>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification> <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader> </MsaHeader>
<ModuleDefinitions> <ModuleDefinitions>