summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/fb/mw_uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/fb/mw_uid.c')
-rw-r--r--cpukit/libmisc/fb/mw_uid.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/cpukit/libmisc/fb/mw_uid.c b/cpukit/libmisc/fb/mw_uid.c
index a911e095e4..2381089d53 100644
--- a/cpukit/libmisc/fb/mw_uid.c
+++ b/cpukit/libmisc/fb/mw_uid.c
@@ -3,17 +3,16 @@
*
* @brief MicroWindows UID
* @ingroup libmisc_fb_mw Input Devices for MicroWindows
- */
-
-/*
- * Copyright (c) 2000 - Rosimildo da Silva
*
- * MODULE DESCRIPTION:
* This module implements the input devices interface used by MicroWindows
* in an embedded system environment. It uses the RTEMS message queue as
* the repository for the messages posted by the devices registered.
*/
+/*
+ * Copyright (c) 2000 - Rosimildo da Silva
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif