summaryrefslogtreecommitdiff
path: root/Bus
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:41:34 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:41:34 +0000
commit3cc307f3802373dd33d4f0de992caffaa29c99ca (patch)
tree976fe4af1bbd1cec598bcb4fe688c9e181414468 /Bus
parentce025cd6347b9d3de6c93b8939bec5a8448c7fa9 (diff)
downloadedk2-3cc307f3802373dd33d4f0de992caffaa29c99ca.zip
edk2-3cc307f3802373dd33d4f0de992caffaa29c99ca.tar.gz
edk2-3cc307f3802373dd33d4f0de992caffaa29c99ca.tar.bz2
Update License Headers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkModulePkg@2958 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Bus')
-rw-r--r--Bus/Isa/IsaBusDxe/CommonHeader.h18
-rw-r--r--Bus/Isa/IsaBusDxe/ComponentName.c16
-rw-r--r--Bus/Isa/IsaBusDxe/ComponentName.h16
-rw-r--r--Bus/Isa/IsaBusDxe/EntryPoint.c18
-rw-r--r--Bus/Isa/IsaBusDxe/InternalIsaBus.h16
-rw-r--r--Bus/Isa/IsaBusDxe/InternalIsaIo.h16
-rw-r--r--Bus/Isa/IsaBusDxe/IsaBus.c16
-rw-r--r--Bus/Isa/IsaBusDxe/IsaBus.inf16
-rw-r--r--Bus/Isa/IsaBusDxe/IsaBus.msa19
-rw-r--r--Bus/Isa/IsaBusDxe/IsaIo.c17
10 files changed, 82 insertions, 86 deletions
diff --git a/Bus/Isa/IsaBusDxe/CommonHeader.h b/Bus/Isa/IsaBusDxe/CommonHeader.h
index 85e65e4..d306303 100644
--- a/Bus/Isa/IsaBusDxe/CommonHeader.h
+++ b/Bus/Isa/IsaBusDxe/CommonHeader.h
@@ -3,15 +3,15 @@
This file includes package header files, library classes and protocol, PPI & GUID definitions.
- Copyright (c) 2006 - 2007, 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.
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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 __COMMON_HEADER_H_
diff --git a/Bus/Isa/IsaBusDxe/ComponentName.c b/Bus/Isa/IsaBusDxe/ComponentName.c
index 186aa5f..eb970a0 100644
--- a/Bus/Isa/IsaBusDxe/ComponentName.c
+++ b/Bus/Isa/IsaBusDxe/ComponentName.c
@@ -1,13 +1,13 @@
/*++
-Copyright (c) 2006, 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.
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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.
Module Name:
diff --git a/Bus/Isa/IsaBusDxe/ComponentName.h b/Bus/Isa/IsaBusDxe/ComponentName.h
index bca3650..19aed07 100644
--- a/Bus/Isa/IsaBusDxe/ComponentName.h
+++ b/Bus/Isa/IsaBusDxe/ComponentName.h
@@ -1,13 +1,13 @@
/*++
-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.
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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.
Module Name:
diff --git a/Bus/Isa/IsaBusDxe/EntryPoint.c b/Bus/Isa/IsaBusDxe/EntryPoint.c
index ae5146a..126d90e 100644
--- a/Bus/Isa/IsaBusDxe/EntryPoint.c
+++ b/Bus/Isa/IsaBusDxe/EntryPoint.c
@@ -3,15 +3,15 @@
This file contains the user entry point
- Copyright (c) 2006 - 2007, 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.
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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.
+
**/
diff --git a/Bus/Isa/IsaBusDxe/InternalIsaBus.h b/Bus/Isa/IsaBusDxe/InternalIsaBus.h
index 27bfb7a..1d42afc 100644
--- a/Bus/Isa/IsaBusDxe/InternalIsaBus.h
+++ b/Bus/Isa/IsaBusDxe/InternalIsaBus.h
@@ -1,13 +1,13 @@
/*++
-Copyright (c) 2006 - 2007, 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.
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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.
Module Name:
diff --git a/Bus/Isa/IsaBusDxe/InternalIsaIo.h b/Bus/Isa/IsaBusDxe/InternalIsaIo.h
index d344058..a06be2e 100644
--- a/Bus/Isa/IsaBusDxe/InternalIsaIo.h
+++ b/Bus/Isa/IsaBusDxe/InternalIsaIo.h
@@ -1,13 +1,13 @@
/*++
-Copyright (c) 2006 - 2007, 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.
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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.
Module Name:
diff --git a/Bus/Isa/IsaBusDxe/IsaBus.c b/Bus/Isa/IsaBusDxe/IsaBus.c
index daee1fb..2d8a983 100644
--- a/Bus/Isa/IsaBusDxe/IsaBus.c
+++ b/Bus/Isa/IsaBusDxe/IsaBus.c
@@ -1,13 +1,13 @@
/*++
-Copyright (c) 2006 - 2007, 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.
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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.
Module Name:
diff --git a/Bus/Isa/IsaBusDxe/IsaBus.inf b/Bus/Isa/IsaBusDxe/IsaBus.inf
index 1d4c596..c4d5177 100644
--- a/Bus/Isa/IsaBusDxe/IsaBus.inf
+++ b/Bus/Isa/IsaBusDxe/IsaBus.inf
@@ -7,16 +7,12 @@
# Device Drivers with their respective ISA Controllers in a deterministic
# manner, and informs a ISA Device Driver when it is to start managing an ISA
# Controller.
-# Copyright (c) 2006 - 2007, 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.
+#
+# Copyright (c) 2006 - 2007, Intel Corporation<BR>
+# 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
#
#
#**/
diff --git a/Bus/Isa/IsaBusDxe/IsaBus.msa b/Bus/Isa/IsaBusDxe/IsaBus.msa
index cc2cf6a..e318598 100644
--- a/Bus/Isa/IsaBusDxe/IsaBus.msa
+++ b/Bus/Isa/IsaBusDxe/IsaBus.msa
@@ -12,15 +12,16 @@
Device Drivers with their respective ISA Controllers in a deterministic
manner, and informs a ISA Device Driver when it is to start managing an ISA
Controller.</Description>
- <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
- <License>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.</License>
+ <Copyright>Copyright (c) 2006 - 2007, Intel Corporation<BR></Copyright>
+ <License>
+ 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.
+ </License>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
diff --git a/Bus/Isa/IsaBusDxe/IsaIo.c b/Bus/Isa/IsaBusDxe/IsaIo.c
index 1a3497d..a9503f9 100644
--- a/Bus/Isa/IsaBusDxe/IsaIo.c
+++ b/Bus/Isa/IsaBusDxe/IsaIo.c
@@ -1,14 +1,13 @@
/*++
-Copyright (c) 2006 - 2007, 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.
-
+ Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ 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.
Module Name: