summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/fb
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /cpukit/libmisc/fb
parent183af893d15cd7cb74f20dbdf5a5d718897e5fd0 (diff)
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'cpukit/libmisc/fb')
-rw-r--r--cpukit/libmisc/fb/fb.h2
-rw-r--r--cpukit/libmisc/fb/mw_print.c2
-rw-r--r--cpukit/libmisc/fb/mw_uid.c2
-rw-r--r--cpukit/libmisc/fb/mw_uid.h2
4 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/libmisc/fb/fb.h b/cpukit/libmisc/fb/fb.h
index 0b43c0c4be..5a896e19db 100644
--- a/cpukit/libmisc/fb/fb.h
+++ b/cpukit/libmisc/fb/fb.h
@@ -8,8 +8,6 @@
*
* MODULE DESCRIPTION:
* Micro FrameBuffer interface for Embedded Systems.
- *
- * $Id$
*/
#ifndef _MW_FB_H
diff --git a/cpukit/libmisc/fb/mw_print.c b/cpukit/libmisc/fb/mw_print.c
index 4e8abf2bd8..605b8f694a 100644
--- a/cpukit/libmisc/fb/mw_print.c
+++ b/cpukit/libmisc/fb/mw_print.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/cpukit/libmisc/fb/mw_uid.c b/cpukit/libmisc/fb/mw_uid.c
index e3cf34f276..f335ac1972 100644
--- a/cpukit/libmisc/fb/mw_uid.c
+++ b/cpukit/libmisc/fb/mw_uid.c
@@ -6,8 +6,6 @@
* 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.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/fb/mw_uid.h b/cpukit/libmisc/fb/mw_uid.h
index 4d667769c3..5d2dd0b8a7 100644
--- a/cpukit/libmisc/fb/mw_uid.h
+++ b/cpukit/libmisc/fb/mw_uid.h
@@ -7,8 +7,6 @@
/*
* Copyright (c) 2000 - Rosimildo da Silva
- *
- * $Id$
*/
#ifndef _MW_UID_H