summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/comm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/gdb_glue.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386-stub.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386_io.h2
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/tty_drv.c3
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/tty_drv.h3
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/uart.c2
7 files changed, 0 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
index 8234e38f9c..479eb3235e 100644
--- a/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
+++ b/c/src/lib/libbsp/i386/shared/comm/gdb_glue.c
@@ -8,8 +8,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$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
index 2f52e379d2..228b99b3e5 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
+++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c
@@ -3,8 +3,6 @@
* It is provided in to the public domain "as is", can be freely modified
* as far as this copyight notice is kept unchanged, but does not imply
* an endorsement by T.sqware of the product in which it is included.
- *
- * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
index 724d815c69..578b0189d4 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
+++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c
@@ -1,7 +1,5 @@
/*
* This is the gdb i386 remote debug stub from gdb 4.XX.
- *
- * $Id$
*/
/****************************************************************************
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386_io.h b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
index 496afe9676..b396195bf5 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386_io.h
+++ b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (c) 2000 - Rosimildo da Silva. All Rights Reserved.
*
* MODULE DESCRIPTION:
diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
index 79bdd250c9..aafb02a58f 100644
--- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
+++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c
@@ -15,9 +15,6 @@
*
****************************************************************************/
-/*
- * $Id$
- */
#include <stdio.h>
#include <stdlib.h>
diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
index e48e74cd81..e52cd51f54 100644
--- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
+++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
@@ -12,9 +12,6 @@
*
****************************************************************************/
-/*
- * $Id$
- */
/* functions */
#ifdef __cplusplus
diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c
index e126540888..3c4d42a604 100644
--- a/c/src/lib/libbsp/i386/shared/comm/uart.c
+++ b/c/src/lib/libbsp/i386/shared/comm/uart.c
@@ -3,8 +3,6 @@
* It is provided in to the public domain "as is", can be freely modified
* as far as this copyight notice is kept unchanged, but does not imply
* an endorsement by T.sqware of the product in which it is included.
- *
- * $Id$
*/
#include <stdio.h>