summaryrefslogtreecommitdiffstats
path: root/cpukit/include
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/include
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/include')
-rw-r--r--cpukit/include/rtems/bspIo.h2
-rw-r--r--cpukit/include/rtems/btimer.h2
-rw-r--r--cpukit/include/rtems/concat.h2
-rw-r--r--cpukit/include/rtems/endian.h3
-rw-r--r--cpukit/include/rtems/fs.h2
-rw-r--r--cpukit/include/rtems/irq.h2
-rw-r--r--cpukit/include/rtems/pci.h2
-rw-r--r--cpukit/include/rtems/userenv.h2
-rw-r--r--cpukit/include/sys/priority.h1
9 files changed, 0 insertions, 18 deletions
diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h
index 537100927f..4fe7da3287 100644
--- a/cpukit/include/rtems/bspIo.h
+++ b/cpukit/include/rtems/bspIo.h
@@ -11,8 +11,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$
*/
#ifndef _RTEMS_BSPIO_H
#define _RTEMS_BSPIO_H
diff --git a/cpukit/include/rtems/btimer.h b/cpukit/include/rtems/btimer.h
index 21cc9b6d6a..0e02799734 100644
--- a/cpukit/include/rtems/btimer.h
+++ b/cpukit/include/rtems/btimer.h
@@ -15,8 +15,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$
*/
/*
diff --git a/cpukit/include/rtems/concat.h b/cpukit/include/rtems/concat.h
index 22036b464e..d0f87fe484 100644
--- a/cpukit/include/rtems/concat.h
+++ b/cpukit/include/rtems/concat.h
@@ -10,8 +10,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$
*/
#ifndef _RTEMS_CONCAT_H
diff --git a/cpukit/include/rtems/endian.h b/cpukit/include/rtems/endian.h
index 90a7caeaa1..74ef1c4172 100644
--- a/cpukit/include/rtems/endian.h
+++ b/cpukit/include/rtems/endian.h
@@ -4,9 +4,6 @@
* This include file provides endian information about the target.
*/
-/*
- * $Id$
- */
#ifndef _RTEMS_ENDIAN_H
#define _RTEMS_ENDIAN_H
diff --git a/cpukit/include/rtems/fs.h b/cpukit/include/rtems/fs.h
index bf5026f645..7e4dff9cad 100644
--- a/cpukit/include/rtems/fs.h
+++ b/cpukit/include/rtems/fs.h
@@ -14,8 +14,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$
*/
#ifndef _RTEMS_FS_H
diff --git a/cpukit/include/rtems/irq.h b/cpukit/include/rtems/irq.h
index 154a28e067..ecebe9e63d 100644
--- a/cpukit/include/rtems/irq.h
+++ b/cpukit/include/rtems/irq.h
@@ -17,8 +17,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$
*/
#ifndef _RTEMS_IRQ_H
diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h
index 50ce0af1e6..36b10d2329 100644
--- a/cpukit/include/rtems/pci.h
+++ b/cpukit/include/rtems/pci.h
@@ -15,8 +15,6 @@
* PCI Local Bus Specification
* PCI to PCI Bridge Specification
* PCI System Design Guide
- *
- * $Id$
*/
#ifndef _RTEMS_PCI_H
diff --git a/cpukit/include/rtems/userenv.h b/cpukit/include/rtems/userenv.h
index 123da98af5..8cc7a7c39f 100644
--- a/cpukit/include/rtems/userenv.h
+++ b/cpukit/include/rtems/userenv.h
@@ -14,8 +14,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$
*/
#ifndef _RTEMS_USERENV_H
diff --git a/cpukit/include/sys/priority.h b/cpukit/include/sys/priority.h
index 0dade6d62d..ca3f4981ec 100644
--- a/cpukit/include/sys/priority.h
+++ b/cpukit/include/sys/priority.h
@@ -1,2 +1 @@
-
/* For now, intentionally empty */