diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-12 04:38:44 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-12 04:38:44 +0000 |
commit | 18c97f53ea089437a3e053c834deb737ccbc9576 (patch) | |
tree | 1ed85202fd41c00dc52f43906c1534652b71465f /PcAtChipsetPkg/8254TimerDxe/8254Timer.inf | |
parent | 9af300fc22f347bf6bda74f6183340bf37aaeb24 (diff) | |
download | edk2-platforms-18c97f53ea089437a3e053c834deb737ccbc9576.tar.xz |
Refine the file/function comments to follow doxygen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10359 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/8254TimerDxe/8254Timer.inf')
-rw-r--r-- | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf b/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf index ca9ab1a54e..6006c572a6 100644 --- a/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf +++ b/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf @@ -1,7 +1,7 @@ ## @file
#
-# Copyright (c) 2005 - 2010, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved. <BR>
+# 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
@@ -9,12 +9,8 @@ # 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:
-# Timer.inf
-#
-# Abstract:
-#
##
+
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = Timer
|