diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 07:28:44 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 07:28:44 +0000 |
commit | 9dcae728e1076cb6431768a5a5b41a2c20762009 (patch) | |
tree | 23d7ece1c5d8732fcf1f7adf5f924cd15198b458 /Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c | |
parent | f6ab0ceeac81c4a0b58d9099e14999bbe370fa47 (diff) | |
download | edk2-platforms-9dcae728e1076cb6431768a5a5b41a2c20762009.tar.xz |
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
Diffstat (limited to 'Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c')
-rw-r--r-- | Tools/CCode/Source/GenAcpiTable/GenAcpiTable.c | 2 |
1 files changed, 1 insertions, 1 deletions
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
|