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. --- doc/porting/Makefile.am | 3 --- doc/porting/codetuning.t | 3 --- doc/porting/cpuinit.t | 3 --- doc/porting/cpumodels.t | 3 --- doc/porting/developtools.t | 3 --- doc/porting/idlethread.t | 3 --- doc/porting/interrupts.t | 3 --- doc/porting/miscellaneous.t | 3 --- doc/porting/porting.texi | 3 --- doc/porting/preface.texi | 3 --- doc/porting/prioritybitmap.t | 3 --- doc/porting/sourcecode.t | 3 --- doc/porting/taskcontext.t | 3 --- 13 files changed, 39 deletions(-) (limited to 'doc/porting') diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am index d220a41b5e..93d387def5 100644 --- a/doc/porting/Makefile.am +++ b/doc/porting/Makefile.am @@ -2,9 +2,6 @@ # COPYRIGHT (c) 1988-2002. # On-Line Applications Research Corporation (OAR). # All rights reserved. -# -# $Id$ -# PROJECT = porting diff --git a/doc/porting/codetuning.t b/doc/porting/codetuning.t index 687a035b12..44a00bb01f 100644 --- a/doc/porting/codetuning.t +++ b/doc/porting/codetuning.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter Code Tuning Parameters diff --git a/doc/porting/cpuinit.t b/doc/porting/cpuinit.t index d396be22a9..9e8e36c86c 100644 --- a/doc/porting/cpuinit.t +++ b/doc/porting/cpuinit.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter CPU Initialization diff --git a/doc/porting/cpumodels.t b/doc/porting/cpumodels.t index 07737ac203..fb2306cab3 100644 --- a/doc/porting/cpumodels.t +++ b/doc/porting/cpumodels.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter CPU Model Variations diff --git a/doc/porting/developtools.t b/doc/porting/developtools.t index 969398ad55..a2278ae128 100644 --- a/doc/porting/developtools.t +++ b/doc/porting/developtools.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter Development Tools diff --git a/doc/porting/idlethread.t b/doc/porting/idlethread.t index 66c7c5cede..8ec36ca710 100644 --- a/doc/porting/idlethread.t +++ b/doc/porting/idlethread.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter IDLE Thread diff --git a/doc/porting/interrupts.t b/doc/porting/interrupts.t index daf11bd7ba..09e24900f1 100644 --- a/doc/porting/interrupts.t +++ b/doc/porting/interrupts.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter Interrupts diff --git a/doc/porting/miscellaneous.t b/doc/porting/miscellaneous.t index 5a7d482fe8..e93d5e688b 100644 --- a/doc/porting/miscellaneous.t +++ b/doc/porting/miscellaneous.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter Miscellaneous diff --git a/doc/porting/porting.texi b/doc/porting/porting.texi index 0bb3c44dd4..d48042d3d4 100644 --- a/doc/porting/porting.texi +++ b/doc/porting/porting.texi @@ -11,9 +11,6 @@ @c COPYRIGHT (c) 1989-2011. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @c @c Master file for the Porting Guide diff --git a/doc/porting/preface.texi b/doc/porting/preface.texi index 92a58e136e..dfdcfbc1f8 100644 --- a/doc/porting/preface.texi +++ b/doc/porting/preface.texi @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1989-2011. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @node Preface, Development Tools, Top, Top @unnumbered Preface diff --git a/doc/porting/prioritybitmap.t b/doc/porting/prioritybitmap.t index 2b0b65de30..aad2718a9d 100644 --- a/doc/porting/prioritybitmap.t +++ b/doc/porting/prioritybitmap.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter Priority Bitmap Manipulation diff --git a/doc/porting/sourcecode.t b/doc/porting/sourcecode.t index 9ac9ba6f89..79a6422ea7 100644 --- a/doc/porting/sourcecode.t +++ b/doc/porting/sourcecode.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter Source Code Organization diff --git a/doc/porting/taskcontext.t b/doc/porting/taskcontext.t index dc52886e05..6d92e5f5f9 100644 --- a/doc/porting/taskcontext.t +++ b/doc/porting/taskcontext.t @@ -2,9 +2,6 @@ @c COPYRIGHT (c) 1988-2002. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@c -@c $Id$ -@c @chapter Task Context Management -- cgit v1.2.3