summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc
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/librpc
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
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/librpc')
-rw-r--r--cpukit/librpc/Makefile.am4
-rw-r--r--cpukit/librpc/include/rpc/clnt.h3
-rw-r--r--cpukit/librpc/include/rpc/rpc_com.h3
-rw-r--r--cpukit/librpc/include/rpc/rpc_msg.h3
-rw-r--r--cpukit/librpc/src/rpc/rtems_rpc.c2
5 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
index 63f76c4084..edc760fc7d 100644
--- a/cpukit/librpc/Makefile.am
+++ b/cpukit/librpc/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
diff --git a/cpukit/librpc/include/rpc/clnt.h b/cpukit/librpc/include/rpc/clnt.h
index 0a769391ca..3042abe1b6 100644
--- a/cpukit/librpc/include/rpc/clnt.h
+++ b/cpukit/librpc/include/rpc/clnt.h
@@ -57,9 +57,6 @@
* All rights reserved.
*/
-/*
- * $Id$
- */
#ifndef _RPC_CLNT_H_
#define _RPC_CLNT_H_
diff --git a/cpukit/librpc/include/rpc/rpc_com.h b/cpukit/librpc/include/rpc/rpc_com.h
index 7697b9a44c..9608a22f25 100644
--- a/cpukit/librpc/include/rpc/rpc_com.h
+++ b/cpukit/librpc/include/rpc/rpc_com.h
@@ -33,9 +33,6 @@
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
*/
-/*
- * $Id$
- */
/*
* rpc_com.h, Common definitions for both the server and client side.
diff --git a/cpukit/librpc/include/rpc/rpc_msg.h b/cpukit/librpc/include/rpc/rpc_msg.h
index 85d2c704b8..2e287e7bf8 100644
--- a/cpukit/librpc/include/rpc/rpc_msg.h
+++ b/cpukit/librpc/include/rpc/rpc_msg.h
@@ -38,9 +38,6 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-/*
- * $Id$
- */
#ifndef _RPC_RPC_MSG_H
#define _RPC_RPC_MSG_H
diff --git a/cpukit/librpc/src/rpc/rtems_rpc.c b/cpukit/librpc/src/rpc/rtems_rpc.c
index 1a8f861e88..5d31f12d49 100644
--- a/cpukit/librpc/src/rpc/rtems_rpc.c
+++ b/cpukit/librpc/src/rpc/rtems_rpc.c
@@ -1,7 +1,5 @@
/*
* RTEMS multi-tasking support
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H