From: klu2 Date: Fri, 12 Jan 2007 07:28:44 +0000 (+0000) Subject: Correct some linux building issue and wrong file header X-Git-Tag: edk2-stable201903~23639 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9dcae728e1076cb6431768a5a5b41a2c20762009 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 --- diff --git a/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c b/Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c index ec866d3370..5638c3fa25 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 b7712521c6..e864f132cb 100644 --- a/Tools/CCode/Source/GenAcpiTable/build.xml +++ b/Tools/CCode/Source/GenAcpiTable/build.xml @@ -1,6 +1,6 @@