From f8cd287bbc8922bbbc069fd6d8f44568964d353d Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 20 Jul 2007 09:34:04 +0000 Subject: Cleanup the license header git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3389 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c | 29 ++++++++-------------- 1 file changed, 11 insertions(+), 18 deletions(-) (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c') diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c index 00f0ea767c..28ba699044 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c @@ -1,19 +1,4 @@ -/*++ - - Copyright (c) 2006 - 2007, 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. - -Module Name: - - IsaBus.c - -Abstract: +/**@file Discovers all the ISA Controllers and their resources by using the ISA PnP Protocol, produces an instance of the ISA I/O Protocol for every ISA @@ -21,10 +6,18 @@ Abstract: 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 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 -Revision History: +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 "InternalIsaBus.h" -- cgit v1.2.3