From 9dcae728e1076cb6431768a5a5b41a2c20762009 Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 12 Jan 2007 07:28:44 +0000 Subject: Correct some linux building issue and wrong file header git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2238 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c | 2 +- Tools/CCode/Source/GenAcpiTable/build.xml | 2 +- Tools/CCode/Source/Include/IndustryStandard/Acpi1_0.h | 5 +++-- Tools/CCode/Source/Include/IndustryStandard/Acpi2_0.h | 4 ++-- Tools/CCode/Source/Include/IndustryStandard/Acpi3_0.h | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) (limited to 'Tools/CCode') diff --git a/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c b/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c index ec866d3..5638c3f 100644 --- a/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c +++ b/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2004-2006 Intel Corporation. All rights reserved +Copyright (c) 2004 - 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 diff --git a/Tools/CCode/Source/GenAcpiTable/build.xml b/Tools/CCode/Source/GenAcpiTable/build.xml index b771252..e864f13 100644 --- a/Tools/CCode/Source/GenAcpiTable/build.xml +++ b/Tools/CCode/Source/GenAcpiTable/build.xml @@ -1,6 +1,6 @@