[rtems-schedsim commit] Remove CVS $

Joel Sherrill joel at rtems.org
Wed May 1 16:05:22 UTC 2013


Module:    rtems-schedsim
Branch:    master
Commit:    a2aad55636d07d4229b09c7abbfb1cb951044776
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=a2aad55636d07d4229b09c7abbfb1cb951044776

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Apr 30 19:41:56 2013 -0500

Remove CVS $

---

 LICENSE                                            |    3 -
 Makefile.am                                        |    3 -
 README                                             |    4 --
 SUPPORT                                            |    4 --
 aclocal/check-multiprocessing.m4                   |    4 --
 aclocal/check-networking.m4                        |    2 -
 aclocal/check-posix.m4                             |    2 -
 aclocal/check-smp.m4                               |    1 -
 aclocal/enable-rtemsdir.m4                         |    2 -
 aclocal/env-rtemscpu.m4                            |    2 -
 automake/host.am                                   |    2 -
 automake/local.am                                  |    2 -
 automake/subdirs.am                                |    2 -
 configure.ac                                       |    1 -
 schedsim/Makefile.am                               |    4 --
 schedsim/README                                    |   54 --------------------
 schedsim/configure.ac                              |    2 -
 schedsim/rtems/Makefile.am                         |    4 --
 schedsim/rtems/debugio.c                           |    2 +-
 schedsim/rtems/interr.c                            |    4 +-
 schedsim/rtems/rtems_init.c                        |    2 -
 schedsim/rtems/rtems_sched.h                       |    4 +-
 schedsim/rtems/sched_cpu/cpu.c                     |    4 +-
 schedsim/rtems/sched_cpu/cpu_asm.c                 |    4 +-
 schedsim/rtems/sched_cpu/rtems/asm.h               |    4 +-
 schedsim/rtems/sched_cpu/rtems/score/cpu.h         |    4 +-
 schedsim/rtems/sched_cpu/rtems/score/cpu_asm.h     |    5 +--
 schedsim/rtems/sched_cpu/rtems/score/no_cpu.h      |    5 +--
 schedsim/rtems/sched_cpu/rtems/score/types.h       |    4 +-
 schedsim/rtems/wkspace.c                           |    4 +-
 schedsim/shell/Makefile.am                         |    4 --
 schedsim/shell/run_scenarios                       |    2 -
 schedsim/shell/schedsim_priority/Makefile.am       |    4 --
 .../shell/schedsim_priority/printheir_executing.c  |    4 +-
 schedsim/shell/schedsim_priority/schedsim.cc       |    4 +-
 schedsim/shell/schedsim_priority/smp_stub.c        |    4 +-
 .../shell/schedsim_priority/wrap_thread_dispatch.c |    4 +-
 schedsim/shell/schedsim_smpsimple/Makefile.am      |    4 --
 schedsim/shell/schedsim_smpsimple/README           |    4 --
 schedsim/shell/schedsim_smpsimple/TODO             |    4 --
 schedsim/shell/schedsim_smpsimple/add_commands.c   |    4 +-
 schedsim/shell/schedsim_smpsimple/config.c         |    2 +-
 .../shell/schedsim_smpsimple/main_current_cpu.c    |    4 +-
 schedsim/shell/schedsim_smpsimple/main_dispatch.c  |    4 +-
 .../shell/schedsim_smpsimple/main_dump_all_cpus.c  |    4 +-
 .../schedsim_smpsimple/main_dump_ready_tasks.c     |    4 +-
 .../shell/schedsim_smpsimple/printheir_executing.c |    4 +-
 schedsim/shell/schedsim_smpsimple/schedsim.cc      |    4 +-
 schedsim/shell/schedsim_smpsimple/smp_stub.c       |    4 +-
 .../schedsim_smpsimple/wrap_thread_dispatch.c      |    4 +-
 schedsim/shell/shared/Makefile.am                  |    4 --
 schedsim/shell/shared/commands.c                   |    4 +-
 schedsim/shell/shared/include/rtems/confdefs.h     |    2 +-
 schedsim/shell/shared/include/shell.h              |    4 +-
 schedsim/shell/shared/lookup_semaphore.c           |    4 +-
 schedsim/shell/shared/lookup_task.c                |    4 +-
 schedsim/shell/shared/main_clocktick.c             |    4 +-
 schedsim/shell/shared/main_echo.c                  |    4 --
 schedsim/shell/shared/main_executing.c             |    4 +-
 schedsim/shell/shared/main_heir.c                  |    4 +-
 schedsim/shell/shared/main_help.c                  |    4 +-
 schedsim/shell/shared/main_rtemsinit.c             |    4 +-
 schedsim/shell/shared/main_semcreate.c             |    4 +-
 schedsim/shell/shared/main_semdelete.c             |    4 +-
 schedsim/shell/shared/main_semflush.c              |    4 +-
 schedsim/shell/shared/main_semobtain.c             |    4 +-
 schedsim/shell/shared/main_semrelease.c            |    4 +-
 schedsim/shell/shared/main_taskcreate.c            |    4 +-
 schedsim/shell/shared/main_taskdelete.c            |    4 +-
 schedsim/shell/shared/main_taskmode.c              |    4 +-
 schedsim/shell/shared/main_taskpriority.c          |    4 +-
 schedsim/shell/shared/main_taskresume.c            |    4 +-
 schedsim/shell/shared/main_tasksuspend.c           |    4 +-
 schedsim/shell/shared/main_taskwakeafter.c         |    4 +-
 schedsim/shell/shared/schedsim_shell.h             |    4 +-
 schedsim/shell/shared/shell_cmdset.c               |    2 -
 schedsim/shell/shared/shell_makeargs.c             |    4 +-
 77 files changed, 49 insertions(+), 275 deletions(-)

diff --git a/LICENSE b/LICENSE
index 7487195..1d85bbf 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,3 @@
-#
-#  $Id$
-# 
                       LICENSE INFORMATION
 
 RTEMS is free software; you can redistribute it and/or modify it under
diff --git a/Makefile.am b/Makefile.am
index f3768d7..e44a1c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,6 @@
 #
 # top level directory for RTEMS build tree
 #
-##
-## $Id$
-##
 
 ACLOCAL_AMFLAGS = -I aclocal
 
diff --git a/README b/README
index 4d51838..a779b10 100644
--- a/README
+++ b/README
@@ -1,7 +1,3 @@
-#
-#  $Id$
-#
-
 This is the RTEMS Scheduler Simulator.  It builds a subset of RTEMS in a
 manner such that it can be used to develop, test, and evaluate scheduling
 algorithms.
diff --git a/SUPPORT b/SUPPORT
index 6e86c1a..20f5e79 100644
--- a/SUPPORT
+++ b/SUPPORT
@@ -1,7 +1,3 @@
-#
-#  $Id$
-#
-
 On-Line Applications Research Corporation (OAR) offers support,
 customization, and training for RTEMS.  Custom RTEMS development services
 includes porting RTEMS to new processors and the development of custom board
diff --git a/aclocal/check-multiprocessing.m4 b/aclocal/check-multiprocessing.m4
index ca4338b..1698d3d 100644
--- a/aclocal/check-multiprocessing.m4
+++ b/aclocal/check-multiprocessing.m4
@@ -1,7 +1,3 @@
-dnl
-dnl $Id$
-dnl
-
 AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING],
 [dnl
 AC_REQUIRE([RTEMS_ENV_RTEMSCPU])dnl
diff --git a/aclocal/check-networking.m4 b/aclocal/check-networking.m4
index 1b8fe38..e6d9145 100644
--- a/aclocal/check-networking.m4
+++ b/aclocal/check-networking.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
 AC_DEFUN([RTEMS_CHECK_NETWORKING],
 [dnl
 AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/aclocal/check-posix.m4 b/aclocal/check-posix.m4
index a00dc24..6b7ff61 100644
--- a/aclocal/check-posix.m4
+++ b/aclocal/check-posix.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
 AC_DEFUN([RTEMS_CHECK_POSIX_API],
 [dnl
 AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
diff --git a/aclocal/check-smp.m4 b/aclocal/check-smp.m4
index 294f5c9..b0ca455 100644
--- a/aclocal/check-smp.m4
+++ b/aclocal/check-smp.m4
@@ -1,4 +1,3 @@
-dnl $Id$
 dnl
 AC_DEFUN([RTEMS_CHECK_SMP],
 [dnl
diff --git a/aclocal/enable-rtemsdir.m4 b/aclocal/enable-rtemsdir.m4
index da60de7..b42d3e3 100644
--- a/aclocal/enable-rtemsdir.m4
+++ b/aclocal/enable-rtemsdir.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 dnl XXX
 dnl RTEMS_ENABLE_RTEMSDIR(rtems_dir)
 AC_DEFUN([RTEMS_ENABLE_RTEMSDIR],
diff --git a/aclocal/env-rtemscpu.m4 b/aclocal/env-rtemscpu.m4
index 65dea4e..7c18e3f 100644
--- a/aclocal/env-rtemscpu.m4
+++ b/aclocal/env-rtemscpu.m4
@@ -1,5 +1,3 @@
-dnl $Id$
-
 AC_DEFUN([RTEMS_ENV_RTEMSCPU],
 [
   AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
diff --git a/automake/host.am b/automake/host.am
index 4a7aa2d..7367d00 100644
--- a/automake/host.am
+++ b/automake/host.am
@@ -1,5 +1,3 @@
-## $Id$
-
 ## NOTE: This is a temporary work-around to keep 
 ## RTEMS's non automake standard make targets working.
 ## Once automake is fully integrated these make targets 
diff --git a/automake/local.am b/automake/local.am
index c170178..4de51e5 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -1,5 +1,3 @@
-## $Id$
-
 preinstall-am: $(PREINSTALL_FILES)
 preinstall: preinstall-am
 .PHONY: preinstall preinstall-am
diff --git a/automake/subdirs.am b/automake/subdirs.am
index 00eba7c..7ebc65a 100644
--- a/automake/subdirs.am
+++ b/automake/subdirs.am
@@ -1,5 +1,3 @@
-## $Id$
-
 ## Borrowed from automake-1.4 and adapted to RTEMS 
 
 ## NOTE: This is a temporary work-around to keep 
diff --git a/configure.ac b/configure.ac
index c0d9831..91f69d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,5 @@
 ## Process this file with autoconf to produce a configure script.
 ## 
-## $Id$
 
 AC_PREREQ([2.68])
 AC_INIT([rtems],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/schedsim/Makefile.am b/schedsim/Makefile.am
index 65914f5..4344757 100644
--- a/schedsim/Makefile.am
+++ b/schedsim/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 ACLOCAL_AMFLAGS = -I ../aclocal
 
 SUBDIRS = rtems shell 
diff --git a/schedsim/README b/schedsim/README
index 0d8275e..0c51f79 100644
--- a/schedsim/README
+++ b/schedsim/README
@@ -1,7 +1,3 @@
-#
-#  $Id$
-#
-
 This is a simulation shell which wraps parts of the RTEMS SuperCore
 and provides a way to test scheduler implementations.
 
@@ -27,56 +23,6 @@ task_wake_after ticks
 
 clock_tick ticks
 
-@
-
-
-1.6
-log
- at 2010-04-08	Joel Sherrill <joel.sherrill@@oarcorp.com>
-
-	* README: Add task suspend and resume.
-@
-text
- at d2 1
-a2 1
-#  $Id$
-d17 1
-a17 1
-task_delete [name|id]
-d23 3
-a25 3
-task_set_priority [name|id] priority
-task_resume [name|id]
-task_suspend [name|id]
-d30 15
-@
-
-
-1.5
-log
- at 2010-04-08	Joel Sherrill <joel.sherrill@@oarcorp.com>
-
-	* README: Added task_mode command.
-@
-text
- at d2 1
-a2 1
-#  $Id$
-d17 1
-d24 2
-a26 1
-task_delete [name|id]
-@
-
-
-1.4
-log
- at 2010-04-08	Joel Sherrill <joel.sherrill@@oarcorp.com>
-
-	* README: Add task set priority, task wake after, and clock tick.
-@
-text
- at d2 1
 semaphore_create [-bcsfpiC:V:] name
   -b          - binary mutex
   -c          - counting semaphore
diff --git a/schedsim/configure.ac b/schedsim/configure.ac
index 8b71deb..f5fc1ef 100644
--- a/schedsim/configure.ac
+++ b/schedsim/configure.ac
@@ -1,6 +1,4 @@
 ## Process this file with autoconf to produce a configure script.
-## 
-## $Id$
 
 AC_PREREQ([2.68])
 AC_INIT([rtems-tools-schedsim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/schedsim/rtems/Makefile.am b/schedsim/rtems/Makefile.am
index c16f3c2..79f0260 100644
--- a/schedsim/rtems/Makefile.am
+++ b/schedsim/rtems/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 ACLOCAL_AMFLAGS = -I ../../aclocal
 
 lib_LIBRARIES = librtems.a
diff --git a/schedsim/rtems/debugio.c b/schedsim/rtems/debugio.c
index 2beb89e..be060f3 100644
--- a/schedsim/rtems/debugio.c
+++ b/schedsim/rtems/debugio.c
@@ -1,5 +1,5 @@
 /*
- *   $Id$
+ *
  */
 
 #include <rtems.h>
diff --git a/schedsim/rtems/interr.c b/schedsim/rtems/interr.c
index b708f41..9878e7b 100644
--- a/schedsim/rtems/interr.c
+++ b/schedsim/rtems/interr.c
@@ -3,14 +3,12 @@
  *
  *  Internal Error Handler
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #if HAVE_CONFIG_H
diff --git a/schedsim/rtems/rtems_init.c b/schedsim/rtems/rtems_init.c
index 2291fc7..26343bc 100644
--- a/schedsim/rtems/rtems_init.c
+++ b/schedsim/rtems/rtems_init.c
@@ -7,8 +7,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$
  */
 
 #define SAPI_INIT
diff --git a/schedsim/rtems/rtems_sched.h b/schedsim/rtems/rtems_sched.h
index f399f0c..70c284a 100644
--- a/schedsim/rtems/rtems_sched.h
+++ b/schedsim/rtems/rtems_sched.h
@@ -1,14 +1,12 @@
 /*
  *  RTEMS Scheduler Simulator Interface
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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_SCHEDULER_SIMULATOR_h
diff --git a/schedsim/rtems/sched_cpu/cpu.c b/schedsim/rtems/sched_cpu/cpu.c
index be6eec7..3d0c095 100644
--- a/schedsim/rtems/sched_cpu/cpu.c
+++ b/schedsim/rtems/sched_cpu/cpu.c
@@ -3,14 +3,12 @@
  *
  *  BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/rtems/sched_cpu/cpu_asm.c b/schedsim/rtems/sched_cpu/cpu_asm.c
index e31c980..45ab43f 100644
--- a/schedsim/rtems/sched_cpu/cpu_asm.c
+++ b/schedsim/rtems/sched_cpu/cpu_asm.c
@@ -8,14 +8,12 @@
  *
  *  NOTE:  This is supposed to be a .S or .s file NOT a C file.
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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/schedsim/rtems/sched_cpu/rtems/asm.h b/schedsim/rtems/sched_cpu/rtems/asm.h
index 8ad1d57..3b9b4f0 100644
--- a/schedsim/rtems/sched_cpu/rtems/asm.h
+++ b/schedsim/rtems/sched_cpu/rtems/asm.h
@@ -21,10 +21,8 @@
  *  notice.  This file is freely distributable as long as the source
  *  of the file is noted.  This file is:
  *
- *  COPYRIGHT (c) 1994-2010.
+ *  COPYRIGHT (c) 1994-2013.
  *  On-Line Applications Research Corporation (OAR).
- *
- *  $Id$
  */
 
 #ifndef _RTEMS_ASM_H
diff --git a/schedsim/rtems/sched_cpu/rtems/score/cpu.h b/schedsim/rtems/sched_cpu/rtems/score/cpu.h
index 04e9d65..5ab67f0 100644
--- a/schedsim/rtems/sched_cpu/rtems/score/cpu.h
+++ b/schedsim/rtems/sched_cpu/rtems/score/cpu.h
@@ -22,14 +22,12 @@
  */
 
 /*
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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_SCORE_CPU_H
diff --git a/schedsim/rtems/sched_cpu/rtems/score/cpu_asm.h b/schedsim/rtems/sched_cpu/rtems/score/cpu_asm.h
index 7c80adb..211a9fc 100644
--- a/schedsim/rtems/sched_cpu/rtems/score/cpu_asm.h
+++ b/schedsim/rtems/sched_cpu/rtems/score/cpu_asm.h
@@ -9,15 +9,12 @@
  *  if it is implemented as a ".S" file (preprocessed by cpp) instead
  *  of a ".s" file (preprocessed by gm4 or gasp).
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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_SCORE_CPU_ASM_H
diff --git a/schedsim/rtems/sched_cpu/rtems/score/no_cpu.h b/schedsim/rtems/sched_cpu/rtems/score/no_cpu.h
index bb0706f..7c25266 100644
--- a/schedsim/rtems/sched_cpu/rtems/score/no_cpu.h
+++ b/schedsim/rtems/sched_cpu/rtems/score/no_cpu.h
@@ -8,15 +8,12 @@
  *  is specified to the NO CPU port.
  *
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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_SCORE_NO_CPU_H
diff --git a/schedsim/rtems/sched_cpu/rtems/score/types.h b/schedsim/rtems/sched_cpu/rtems/score/types.h
index 10e4f03..98c1db8 100644
--- a/schedsim/rtems/sched_cpu/rtems/score/types.h
+++ b/schedsim/rtems/sched_cpu/rtems/score/types.h
@@ -8,14 +8,12 @@
  *  This include file contains type definitions pertaining to the Intel
  *  no_cpu processor family.
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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_SCORE_TYPES_H
diff --git a/schedsim/rtems/wkspace.c b/schedsim/rtems/wkspace.c
index 11877a1..de9f76c 100644
--- a/schedsim/rtems/wkspace.c
+++ b/schedsim/rtems/wkspace.c
@@ -3,14 +3,12 @@
  *
  *  Workspace Handler
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #if HAVE_CONFIG_H
diff --git a/schedsim/shell/Makefile.am b/schedsim/shell/Makefile.am
index 30b2456..2e819bc 100644
--- a/schedsim/shell/Makefile.am
+++ b/schedsim/shell/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 ACLOCAL_AMFLAGS = -I ./../aclocal
 
 SUBDIRS = shared schedsim_priority
diff --git a/schedsim/shell/run_scenarios b/schedsim/shell/run_scenarios
index fcd3a36..76f9e69 100755
--- a/schedsim/shell/run_scenarios
+++ b/schedsim/shell/run_scenarios
@@ -1,7 +1,5 @@
 #! /bin/sh
 #
-#  $Id$
-#
 
 fatal()
 {
diff --git a/schedsim/shell/schedsim_priority/Makefile.am b/schedsim/shell/schedsim_priority/Makefile.am
index 4dee389..8cf0e86 100644
--- a/schedsim/shell/schedsim_priority/Makefile.am
+++ b/schedsim/shell/schedsim_priority/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 bin_PROGRAMS = schedsim_priority
 schedsim_priority_SOURCES = config.c \
     schedsim.cc wrap_thread_dispatch.c printheir_executing.c
diff --git a/schedsim/shell/schedsim_priority/printheir_executing.c b/schedsim/shell/schedsim_priority/printheir_executing.c
index b0855d3..6604adb 100644
--- a/schedsim/shell/schedsim_priority/printheir_executing.c
+++ b/schedsim/shell/schedsim_priority/printheir_executing.c
@@ -1,14 +1,12 @@
 /*
  *  printheir_executing
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <stdio.h>
diff --git a/schedsim/shell/schedsim_priority/schedsim.cc b/schedsim/shell/schedsim_priority/schedsim.cc
index b70dd71..5a204be 100644
--- a/schedsim/shell/schedsim_priority/schedsim.cc
+++ b/schedsim/shell/schedsim_priority/schedsim.cc
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <newlib/getopt.h>
diff --git a/schedsim/shell/schedsim_priority/smp_stub.c b/schedsim/shell/schedsim_priority/smp_stub.c
index e67391e..d7c7323 100644
--- a/schedsim/shell/schedsim_priority/smp_stub.c
+++ b/schedsim/shell/schedsim_priority/smp_stub.c
@@ -1,14 +1,12 @@
 /*
  *  RTEMS SMP Support for Single Core
  *
- *  COPYRIGHT (c) 1989-2011.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <rtems.h>
diff --git a/schedsim/shell/schedsim_priority/wrap_thread_dispatch.c b/schedsim/shell/schedsim_priority/wrap_thread_dispatch.c
index 3432188..f9f29ee 100644
--- a/schedsim/shell/schedsim_priority/wrap_thread_dispatch.c
+++ b/schedsim/shell/schedsim_priority/wrap_thread_dispatch.c
@@ -1,14 +1,12 @@
 /*
  *  Thread Dispatch Wrapper Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 "shell.h"
diff --git a/schedsim/shell/schedsim_smpsimple/Makefile.am b/schedsim/shell/schedsim_smpsimple/Makefile.am
index 7014638..288a659 100644
--- a/schedsim/shell/schedsim_smpsimple/Makefile.am
+++ b/schedsim/shell/schedsim_smpsimple/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
 bin_PROGRAMS = schedsim_smpsimple
 schedsim_smpsimple_SOURCES = add_commands.c config.c \
   main_current_cpu.c main_dispatch.c main_dump_all_cpus.c \
diff --git a/schedsim/shell/schedsim_smpsimple/README b/schedsim/shell/schedsim_smpsimple/README
index 9090c3f..3b45689 100644
--- a/schedsim/shell/schedsim_smpsimple/README
+++ b/schedsim/shell/schedsim_smpsimple/README
@@ -1,7 +1,3 @@
-#
-#  $Id$
-#
-
 This is a scheduler simulator instance for developing the
 Simple SMP Scheduler.  Once this scheduler is completed,
 it will be integrated into the proper locations of the 
diff --git a/schedsim/shell/schedsim_smpsimple/TODO b/schedsim/shell/schedsim_smpsimple/TODO
index 63800e5..649c5a0 100644
--- a/schedsim/shell/schedsim_smpsimple/TODO
+++ b/schedsim/shell/schedsim_smpsimple/TODO
@@ -1,7 +1,3 @@
-#
-#  $Id$
-#
-
 Working As of 19 April 2011
 ===========================
 cpus1_mode
diff --git a/schedsim/shell/schedsim_smpsimple/add_commands.c b/schedsim/shell/schedsim_smpsimple/add_commands.c
index d41b314..e95f395 100644
--- a/schedsim/shell/schedsim_smpsimple/add_commands.c
+++ b/schedsim/shell/schedsim_smpsimple/add_commands.c
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2011.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <newlib/getopt.h>
diff --git a/schedsim/shell/schedsim_smpsimple/config.c b/schedsim/shell/schedsim_smpsimple/config.c
index 8dfcd53..4102054 100644
--- a/schedsim/shell/schedsim_smpsimple/config.c
+++ b/schedsim/shell/schedsim_smpsimple/config.c
@@ -1,5 +1,5 @@
 /*
- *  $Id$
+ *
  */
 
 #include <rtems.h>
diff --git a/schedsim/shell/schedsim_smpsimple/main_current_cpu.c b/schedsim/shell/schedsim_smpsimple/main_current_cpu.c
index cb8ceb4..73edd3e 100644
--- a/schedsim/shell/schedsim_smpsimple/main_current_cpu.c
+++ b/schedsim/shell/schedsim_smpsimple/main_current_cpu.c
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2011.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <newlib/getopt.h>
diff --git a/schedsim/shell/schedsim_smpsimple/main_dispatch.c b/schedsim/shell/schedsim_smpsimple/main_dispatch.c
index 22cea2b..5f13da6 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dispatch.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dispatch.c
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2011.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <newlib/getopt.h>
diff --git a/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c b/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
index 06812d2..7e19065 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dump_all_cpus.c
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2011.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <newlib/getopt.h>
diff --git a/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c b/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
index 8b4a110..2ee875b 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2011.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <newlib/getopt.h>
diff --git a/schedsim/shell/schedsim_smpsimple/printheir_executing.c b/schedsim/shell/schedsim_smpsimple/printheir_executing.c
index b0855d3..6604adb 100644
--- a/schedsim/shell/schedsim_smpsimple/printheir_executing.c
+++ b/schedsim/shell/schedsim_smpsimple/printheir_executing.c
@@ -1,14 +1,12 @@
 /*
  *  printheir_executing
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <stdio.h>
diff --git a/schedsim/shell/schedsim_smpsimple/schedsim.cc b/schedsim/shell/schedsim_smpsimple/schedsim.cc
index 733d718..f0960a8 100644
--- a/schedsim/shell/schedsim_smpsimple/schedsim.cc
+++ b/schedsim/shell/schedsim_smpsimple/schedsim.cc
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <newlib/getopt.h>
diff --git a/schedsim/shell/schedsim_smpsimple/smp_stub.c b/schedsim/shell/schedsim_smpsimple/smp_stub.c
index 65d0165..581f4ac 100644
--- a/schedsim/shell/schedsim_smpsimple/smp_stub.c
+++ b/schedsim/shell/schedsim_smpsimple/smp_stub.c
@@ -1,14 +1,12 @@
 /*
  *  RTEMS SMP Support for Single Core
  *
- *  COPYRIGHT (c) 1989-2011.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 <rtems.h>
diff --git a/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c b/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c
index 3432188..f9f29ee 100644
--- a/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c
+++ b/schedsim/shell/schedsim_smpsimple/wrap_thread_dispatch.c
@@ -1,14 +1,12 @@
 /*
  *  Thread Dispatch Wrapper Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 "shell.h"
diff --git a/schedsim/shell/shared/Makefile.am b/schedsim/shell/shared/Makefile.am
index 18d5904..2e250ff 100644
--- a/schedsim/shell/shared/Makefile.am
+++ b/schedsim/shell/shared/Makefile.am
@@ -1,7 +1,3 @@
-##
-##  $Id$
-##
-
 ACLOCAL_AMFLAGS = -I ../../../aclocal
 
 lib_LIBRARIES = libschedsim.a
diff --git a/schedsim/shell/shared/commands.c b/schedsim/shell/shared/commands.c
index c872c2e..af15638 100644
--- a/schedsim/shell/shared/commands.c
+++ b/schedsim/shell/shared/commands.c
@@ -1,14 +1,12 @@
 /*
  *  BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 "shell.h"
diff --git a/schedsim/shell/shared/include/rtems/confdefs.h b/schedsim/shell/shared/include/rtems/confdefs.h
index 3da247f..fcc7832 100644
--- a/schedsim/shell/shared/include/rtems/confdefs.h
+++ b/schedsim/shell/shared/include/rtems/confdefs.h
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ *
  */
 
 /*
diff --git a/schedsim/shell/shared/include/shell.h b/schedsim/shell/shared/include/shell.h
index d5209f6..f172695 100644
--- a/schedsim/shell/shared/include/shell.h
+++ b/schedsim/shell/shared/include/shell.h
@@ -1,14 +1,12 @@
 /*
  *  BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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/schedsim/shell/shared/lookup_semaphore.c b/schedsim/shell/shared/lookup_semaphore.c
index 70b0887..603f930 100644
--- a/schedsim/shell/shared/lookup_semaphore.c
+++ b/schedsim/shell/shared/lookup_semaphore.c
@@ -1,12 +1,10 @@
 /*
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #define METHOD_NAME lookup_semaphore
diff --git a/schedsim/shell/shared/lookup_task.c b/schedsim/shell/shared/lookup_task.c
index 91ab322..87f6c6c 100644
--- a/schedsim/shell/shared/lookup_task.c
+++ b/schedsim/shell/shared/lookup_task.c
@@ -1,14 +1,12 @@
 /*
  *  Given Name or ID String, give Id
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_clocktick.c b/schedsim/shell/shared/main_clocktick.c
index 8e1f8aa..d2e904d 100644
--- a/schedsim/shell/shared/main_clocktick.c
+++ b/schedsim/shell/shared/main_clocktick.c
@@ -1,14 +1,12 @@
 /*
  *  Task Priority Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_echo.c b/schedsim/shell/shared/main_echo.c
index f3c9013..a396d49 100644
--- a/schedsim/shell/shared/main_echo.c
+++ b/schedsim/shell/shared/main_echo.c
@@ -51,10 +51,6 @@
  * expanded.  printf is now a builtin of netbsd's sh and csh.
  */
 
-/*
- *  $Id$
- */
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/schedsim/shell/shared/main_executing.c b/schedsim/shell/shared/main_executing.c
index 31b9402..5ca585e 100644
--- a/schedsim/shell/shared/main_executing.c
+++ b/schedsim/shell/shared/main_executing.c
@@ -1,14 +1,12 @@
 /*
  *  Thread Executing Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_heir.c b/schedsim/shell/shared/main_heir.c
index a2a6e19..bb8c7f5 100644
--- a/schedsim/shell/shared/main_heir.c
+++ b/schedsim/shell/shared/main_heir.c
@@ -1,14 +1,12 @@
 /*
  *  Thread Heir Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_help.c b/schedsim/shell/shared/main_help.c
index 1938b1c..0ecfb20 100644
--- a/schedsim/shell/shared/main_help.c
+++ b/schedsim/shell/shared/main_help.c
@@ -1,14 +1,12 @@
 /*
  *  Shell Help Command
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_rtemsinit.c b/schedsim/shell/shared/main_rtemsinit.c
index 5580785..51510d6 100644
--- a/schedsim/shell/shared/main_rtemsinit.c
+++ b/schedsim/shell/shared/main_rtemsinit.c
@@ -1,14 +1,12 @@
 /*
  *  Initialize RTEMS Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_semcreate.c b/schedsim/shell/shared/main_semcreate.c
index ad2c9f8..069d72a 100644
--- a/schedsim/shell/shared/main_semcreate.c
+++ b/schedsim/shell/shared/main_semcreate.c
@@ -1,14 +1,12 @@
 /*
  *  Task Create Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_semdelete.c b/schedsim/shell/shared/main_semdelete.c
index a3e93b7..ed227b3 100644
--- a/schedsim/shell/shared/main_semdelete.c
+++ b/schedsim/shell/shared/main_semdelete.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_semflush.c b/schedsim/shell/shared/main_semflush.c
index 17638e8..079e43f 100644
--- a/schedsim/shell/shared/main_semflush.c
+++ b/schedsim/shell/shared/main_semflush.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_semobtain.c b/schedsim/shell/shared/main_semobtain.c
index 83ac8d3..4df36b3 100644
--- a/schedsim/shell/shared/main_semobtain.c
+++ b/schedsim/shell/shared/main_semobtain.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_semrelease.c b/schedsim/shell/shared/main_semrelease.c
index 1cfd632..78eec40 100644
--- a/schedsim/shell/shared/main_semrelease.c
+++ b/schedsim/shell/shared/main_semrelease.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_taskcreate.c b/schedsim/shell/shared/main_taskcreate.c
index 017caa6..ec4c6a6 100644
--- a/schedsim/shell/shared/main_taskcreate.c
+++ b/schedsim/shell/shared/main_taskcreate.c
@@ -1,14 +1,12 @@
 /*
  *  Task Create Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_taskdelete.c b/schedsim/shell/shared/main_taskdelete.c
index 8ba68cc..2188820 100644
--- a/schedsim/shell/shared/main_taskdelete.c
+++ b/schedsim/shell/shared/main_taskdelete.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_taskmode.c b/schedsim/shell/shared/main_taskmode.c
index 850c1f2..e8465c6 100644
--- a/schedsim/shell/shared/main_taskmode.c
+++ b/schedsim/shell/shared/main_taskmode.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_taskpriority.c b/schedsim/shell/shared/main_taskpriority.c
index fd48124..04a8fe6 100644
--- a/schedsim/shell/shared/main_taskpriority.c
+++ b/schedsim/shell/shared/main_taskpriority.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_taskresume.c b/schedsim/shell/shared/main_taskresume.c
index a155896..e450558 100644
--- a/schedsim/shell/shared/main_taskresume.c
+++ b/schedsim/shell/shared/main_taskresume.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_tasksuspend.c b/schedsim/shell/shared/main_tasksuspend.c
index 1649639..9be5d90 100644
--- a/schedsim/shell/shared/main_tasksuspend.c
+++ b/schedsim/shell/shared/main_tasksuspend.c
@@ -1,14 +1,12 @@
 /*
  *  Task Delete Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/main_taskwakeafter.c b/schedsim/shell/shared/main_taskwakeafter.c
index 9ed343c..ebec01a 100644
--- a/schedsim/shell/shared/main_taskwakeafter.c
+++ b/schedsim/shell/shared/main_taskwakeafter.c
@@ -1,14 +1,12 @@
 /*
  *  Task Priority Shell Command Implmentation
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/schedsim_shell.h b/schedsim/shell/shared/schedsim_shell.h
index f9fc0b1..c6de989 100644
--- a/schedsim/shell/shared/schedsim_shell.h
+++ b/schedsim/shell/shared/schedsim_shell.h
@@ -1,14 +1,12 @@
 /*
  *  BASED UPON SOURCE IN RTEMS, MODIFIED FOR SIMULATOR
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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 __SCHEDSIM_SHELL_h
diff --git a/schedsim/shell/shared/shell_cmdset.c b/schedsim/shell/shared/shell_cmdset.c
index 83330b0..ece9e43 100644
--- a/schedsim/shell/shared/shell_cmdset.c
+++ b/schedsim/shell/shared/shell_cmdset.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$
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/schedsim/shell/shared/shell_makeargs.c b/schedsim/shell/shared/shell_makeargs.c
index e959138..161892d 100644
--- a/schedsim/shell/shared/shell_makeargs.c
+++ b/schedsim/shell/shared/shell_makeargs.c
@@ -1,14 +1,12 @@
 /*
  *  Split string into argc/argv style argument list
  *
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2013.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  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$
  */
 
 #if HAVE_CONFIG_H




More information about the vc mailing list