diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 09:34:04 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 09:34:04 +0000 |
commit | f8cd287bbc8922bbbc069fd6d8f44568964d353d (patch) | |
tree | 33ec0363b8d22bf65d8f3f86e27b4a542a77ff5a /IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h | |
parent | c892d8464468618b0aa3c7f35edbdfbc7cc24ee5 (diff) | |
download | edk2-platforms-f8cd287bbc8922bbbc069fd6d8f44568964d353d.tar.xz |
Cleanup the license header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3389 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h index 3d9173553f..b1932fe9eb 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h +++ b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h @@ -1,5 +1,6 @@ -/*++
-
+/**@file
+ PS/2 Mouse driver header file
+
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
@@ -9,17 +10,7 @@ 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:
-
- Ps2Mouse.h
-
-Abstract:
-
- PS/2 Mouse driver header file
-
-Revision History
-
---*/
+**/
#ifndef _PS2MOUSE_H
#define _PS2MOUSE_H
|