From 9b4422a2513e9c7f4c705050948d82b75331aaba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 May 2012 10:09:24 -0500 Subject: 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. --- cpukit/librpc/Makefile.am | 4 ---- cpukit/librpc/include/rpc/clnt.h | 3 --- cpukit/librpc/include/rpc/rpc_com.h | 3 --- cpukit/librpc/include/rpc/rpc_msg.h | 3 --- cpukit/librpc/src/rpc/rtems_rpc.c | 2 -- 5 files changed, 15 deletions(-) (limited to 'cpukit/librpc') 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 -- cgit v1.2.3