diff --git a/Makefile b/Makefile index 8c4eed24..68bbc0dc 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,6 @@ # 'doxygen' - Generate HTML User's Guide. # 'test' - Run Unit-tests and Simulation Tests. -# $Id: Makefile 3796 2015-02-11 19:53:36Z alin $ - export TRICK_HOME = $(CURDIR) # Include the build configuration information. diff --git a/bin/C3PO b/bin/C3PO index 09a05deb..08885776 100755 --- a/bin/C3PO +++ b/bin/C3PO @@ -1,7 +1,5 @@ #! /usr/bin/perl -# $Id: CP 1740 2011-07-07 18:38:25Z lin $ - use File::Basename ; use Cwd ; use strict ; diff --git a/bin/ICG_10 b/bin/ICG_10 index 80f0ecf2..e48d7f62 100755 --- a/bin/ICG_10 +++ b/bin/ICG_10 @@ -1,39 +1,5 @@ #!/usr/bin/perl -# -# $Id: ICG_10 3006 2013-06-07 21:10:59Z dstrauss $ -# Revision 7.3 2006-09-20 14:50:44-05 hua -# Update ICG -u to include dual system units and prefix list -# -# Revision 7.2 2006-07-26 10:00:46-05 hua -# ICG -u Measurement Units Summary Incomplete -# -# Revision 7.1 2006-06-22 14:15:34-05 lin -# Bump version number for 07 -# -# Revision 5.3 2006-03-29 16:09:54-06 lin -# add -DTRICK_VER=x to ICG -help -# -# Revision 5.2 2005-11-08 14:53:28-06 vetter -# 8 space indent bin directory -# -# Revision 5.1 2004-08-05 11:29:12-05 lin -# Bump -# -# Revision 4.6 2004/03/09 22:36:44 lin -# trick_version -v is messed up. -# -# Revision 4.5 2004/02/10 21:59:35 lin -# make the CP, ICG, MIS help messages prettier -# -# Revision 4.4 2004/01/28 17:13:06 lin -# Cut error message out of CP down to 1 line. -# -# Revision 4.3 2004/01/16 21:34:33 lin -# Can't Compile 04 With g++3 -# -# - use FindBin qw($Bin); use strict ; use Getopt::Long; diff --git a/bin/MIS b/bin/MIS index 507701f3..9d576ca8 100755 --- a/bin/MIS +++ b/bin/MIS @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: MIS 385 2009-10-30 15:10:03Z lin $ - use strict ; use FindBin qw($Bin); use lib "$Bin/pm" ; diff --git a/bin/Trick.cshrc b/bin/Trick.cshrc index 68bba355..ace9f392 100644 --- a/bin/Trick.cshrc +++ b/bin/Trick.cshrc @@ -2,8 +2,6 @@ # This provides the default Trick environment for Trick users. # Users may override any variable within their .Trick_user_cshrc -# $Id: Trick.cshrc 1963 2011-10-06 21:22:03Z wwoodard $ - ################################################################# # Is Trick installed where TRICK_HOME is? ################################################################# diff --git a/bin/Trick.profile b/bin/Trick.profile index 04e581f1..e313c1b4 100644 --- a/bin/Trick.profile +++ b/bin/Trick.profile @@ -2,8 +2,6 @@ # This provides the default Trick environment for Trick users. # Users may override any variable within their .Trick_user_profile -# $Id: Trick.profile 1963 2011-10-06 21:22:03Z wwoodard $ - ################################################################# # Is Trick installed where TRICK_HOME is? ################################################################# diff --git a/bin/condense_list.pl b/bin/condense_list.pl index b6a03883..088416c4 100755 --- a/bin/condense_list.pl +++ b/bin/condense_list.pl @@ -1,26 +1,5 @@ #!/usr/bin/perl -#*****************************************************************************# -# # -# Trick Simulation Environment Software # -# # -# Copyright (c) 1996,1997 LinCom Corporation, Houston, TX # -# All rights reserved. # -# # -# Copyrighted by LinCom Corporation and proprietary to it. Any unauthorized # -# use of Trick Software including source code, object code or executables is # -# strictly prohibited and LinCom assumes no liability for such actions or # -# results thereof. # -# # -# Trick Software has been developed under NASA Government Contracts and # -# access to it may be granted for Government work by the following contact: # -# # -# Contact: Charles Gott, Branch Chief # -# Simulation and Graphics Branch # -# Automation, Robotics, & Simulation Division # -# NASA, Johnson Space Center, Houston, TX # -# # -#*****************************************************************************# #******************************************************************** # Program: condense_list.awk # @@ -33,8 +12,6 @@ # Date: 3/21/2001 #******************************************************************** -# $Id: condense_list.pl 49 2009-02-02 22:37:59Z lin $ - #USAGE condense_list.pl [s=] env vars or values #get separator character diff --git a/bin/convert_swig b/bin/convert_swig index dced858a..287a7ef3 100755 --- a/bin/convert_swig +++ b/bin/convert_swig @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: convert_swig 3762 2014-12-04 19:48:35Z alin $ - use FindBin qw($Bin); use strict ; use Getopt::Long; diff --git a/bin/default_data_convert b/bin/default_data_convert index ceb4dcab..18b97b10 100755 --- a/bin/default_data_convert +++ b/bin/default_data_convert @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: default_data_convert 401 2009-11-13 20:21:13Z wwoodard $ - use File::Basename ; use strict ; use Cwd ; diff --git a/bin/depend_cp b/bin/depend_cp index 2b24f7b9..596f1c91 100755 --- a/bin/depend_cp +++ b/bin/depend_cp @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: depend_cp 495 2010-01-15 00:57:37Z wwoodard $ - use Cwd ; use File::Basename; use strict ; diff --git a/bin/depend_objs b/bin/depend_objs index 60b532f5..6f772d80 100755 --- a/bin/depend_objs +++ b/bin/depend_objs @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: depend_cp 495 2010-01-15 00:57:37Z wwoodard $ - use Cwd 'abs_path' ; use File::Basename; use strict ; diff --git a/bin/gte b/bin/gte index c2ac2d35..f8a178cf 100755 --- a/bin/gte +++ b/bin/gte @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: gte 3590 2014-06-26 21:14:38Z alin $ - use FindBin qw($RealBin); use lib "$RealBin/pm" ; use gte ; diff --git a/bin/install_user b/bin/install_user index 234e5d35..9c59d99e 100755 --- a/bin/install_user +++ b/bin/install_user @@ -1,7 +1,6 @@ #! /usr/bin/perl # install_user tells users to add Trick's bin to their path. -# $Id: install_user 3792 2015-02-03 21:51:57Z alin $ use File::Basename ; use Cwd 'abs_path'; diff --git a/bin/kill_sim b/bin/kill_sim index 05fafd73..092732be 100755 --- a/bin/kill_sim +++ b/bin/kill_sim @@ -1,8 +1,5 @@ #!/bin/sh -# -# $Id: kill_sim 2477 2012-06-27 17:50:59Z wwoodard $ - if [ `uname -s` = "SunOS" ] then MY_UID=`/usr/xpg4/bin/id -u` else diff --git a/bin/make_build b/bin/make_build index d755d909..8394f961 100755 --- a/bin/make_build +++ b/bin/make_build @@ -1,25 +1,5 @@ #! /usr/bin/perl -################################################################################ -# -# Trick Simulation Environment Software -# -# Copyright (c) 1996,1997 LinCom Corporation, Houston, TX -# All rights reserved. -# -# Copyrighted by LinCom Corporation and proprietary to it. Any unauthorized -# use of Trick Software including source code, object code or executables is -# strictly prohibited and LinCom assumes no liability for such actions or -# results thereof. -# -# Trick Software has been developed under NASA Government Contracts and -# access to it may be granted for Government work by the following contact: -# -# Contact: Charles Gott, Branch Chief -# Flight Robotic Systems Branch -# Automation, Robotics, & Simulation Division -# NASA, Johnson Space Center, Houston, TX -# ################################################################################ # Program: make_build # @@ -30,8 +10,6 @@ # #******************************************************************* -# $Id: make_build 1302 2010-12-06 16:29:09Z lin $ - use lib $ENV{"TRICK_HOME"} . "/bin/pm" ; use Cwd ; use File::Basename ; diff --git a/bin/mis_dep b/bin/mis_dep index d348eb8a..078326c9 100755 --- a/bin/mis_dep +++ b/bin/mis_dep @@ -9,8 +9,6 @@ # from the TRICK HEADERs in the source files. TRICK_CFLAGS # are used to actually find all files in the dependency tree. -# $Id: mis_dep 49 2009-02-02 22:37:59Z lin $ - use lib $ENV{"TRICK_HOME"} . "/bin/pm" ; use Cwd ; use File::Basename ; diff --git a/bin/pm/ICG.pm b/bin/pm/ICG.pm index 14912f9e..2c1902ee 100644 --- a/bin/pm/ICG.pm +++ b/bin/pm/ICG.pm @@ -1,7 +1,5 @@ package ICG ; -# $Id: ICG.pm 3641 2014-08-20 22:23:15Z alin $ - use Exporter (); @ISA = qw(Exporter); use vars qw($arg_lang); diff --git a/bin/pm/MIS.pm b/bin/pm/MIS.pm index 99e4f766..a53a637d 100644 --- a/bin/pm/MIS.pm +++ b/bin/pm/MIS.pm @@ -1,7 +1,5 @@ package MIS ; -# $Id: MIS.pm 2384 2012-05-14 20:58:18Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(mis_c mis_all_c process_args); diff --git a/bin/pm/auto_doc.pm b/bin/pm/auto_doc.pm index 667092ca..20223417 100644 --- a/bin/pm/auto_doc.pm +++ b/bin/pm/auto_doc.pm @@ -1,7 +1,5 @@ package auto_doc; -# $Id: auto_doc.pm 1375 2011-02-01 23:32:36Z wwoodard $ - # Note: # Firefox 3 fails to process XSLT files if they are on the local hard drive plus # outside of the current XML file's path (or descendant paths). Users may need diff --git a/bin/pm/default_data.pm b/bin/pm/default_data.pm index 8aa920bf..63857700 100644 --- a/bin/pm/default_data.pm +++ b/bin/pm/default_data.pm @@ -1,7 +1,5 @@ package default_data ; -# $Id: default_data.pm 2384 2012-05-14 20:58:18Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(make_default_data); @@ -46,7 +44,7 @@ sub make_default_data($) { #--------------------------- # Print version - date - printf S_DEF "\n// \$Id: default_data.pm 2384 2012-05-14 20:58:18Z alin $year/%02d/%02d %02d\:%02d\:%02d $login\n", + printf S_DEF "\n// Created $year/%02d/%02d %02d\:%02d\:%02d $login\n", $mon , $mday , $hour , $min , $sec ; print S_DEF " diff --git a/bin/pm/edit.pm b/bin/pm/edit.pm index f2ad0620..a477a637 100644 --- a/bin/pm/edit.pm +++ b/bin/pm/edit.pm @@ -1,7 +1,5 @@ package edit ; -# $Id: edit.pm 2014 2011-10-31 18:33:09Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(edit_only edit_and_exit); diff --git a/bin/pm/find_module.pm b/bin/pm/find_module.pm index 3f7655a2..c843b225 100644 --- a/bin/pm/find_module.pm +++ b/bin/pm/find_module.pm @@ -1,7 +1,5 @@ package find_module ; -# $Id: find_module.pm 2384 2012-05-14 20:58:18Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(find_header_file ); diff --git a/bin/pm/gte.pm b/bin/pm/gte.pm index 91f92d59..8b553819 100644 --- a/bin/pm/gte.pm +++ b/bin/pm/gte.pm @@ -1,7 +1,5 @@ package gte ; -# $Id: gte.pm 3570 2014-06-24 21:30:38Z alin $ - use File::Basename ; use Cwd 'abs_path'; use Exporter (); diff --git a/bin/pm/html.pm b/bin/pm/html.pm index ed981f81..5f1ef86c 100644 --- a/bin/pm/html.pm +++ b/bin/pm/html.pm @@ -1,7 +1,5 @@ package html ; -# $Id: html.pm 3177 2013-08-22 14:39:36Z alin $ - use Exporter (); use File::Basename ; @ISA = qw(Exporter); diff --git a/bin/pm/make_makefile.pm b/bin/pm/make_makefile.pm index 8ea219cf..a3deb7a1 100644 --- a/bin/pm/make_makefile.pm +++ b/bin/pm/make_makefile.pm @@ -1,7 +1,5 @@ package make_makefile ; -# $Id: make_makefile.pm 3778 2015-01-20 22:49:51Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(make_makefile); diff --git a/bin/pm/make_no_swig_makefile.pm b/bin/pm/make_no_swig_makefile.pm index 9e583fab..5d5f0786 100644 --- a/bin/pm/make_no_swig_makefile.pm +++ b/bin/pm/make_no_swig_makefile.pm @@ -1,7 +1,5 @@ package make_no_swig_makefile ; -# $Id: make_makefile.pm 591 2010-03-09 21:17:48Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(make_no_swig_makefile); diff --git a/bin/pm/make_swig_makefile.pm b/bin/pm/make_swig_makefile.pm index 2e4639cb..ab674418 100644 --- a/bin/pm/make_swig_makefile.pm +++ b/bin/pm/make_swig_makefile.pm @@ -1,7 +1,5 @@ package make_swig_makefile ; -# $Id: make_makefile.pm 591 2010-03-09 21:17:48Z lin $ - use Exporter (); use trick_version ; use File::Path ; diff --git a/bin/pm/mis_dep.pm b/bin/pm/mis_dep.pm index 2b40884d..7694ce4c 100644 --- a/bin/pm/mis_dep.pm +++ b/bin/pm/mis_dep.pm @@ -1,7 +1,5 @@ package mis_dep ; -# $Id: mis_dep.pm 3041 2013-06-19 15:55:06Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(mis_dep mis_catalog_dep traverse_tree); diff --git a/bin/pm/parse_s_define.pm b/bin/pm/parse_s_define.pm index ba5478b3..602b0d32 100644 --- a/bin/pm/parse_s_define.pm +++ b/bin/pm/parse_s_define.pm @@ -1,7 +1,5 @@ package parse_s_define ; -# $Id: parse_s_define.pm 3676 2014-10-03 16:13:01Z dbankier $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(parse_s_define handle_sim_object handle_integ_loop handle_collects diff --git a/bin/pm/s_source.pm b/bin/pm/s_source.pm index df1a6a22..ad7037c0 100644 --- a/bin/pm/s_source.pm +++ b/bin/pm/s_source.pm @@ -1,7 +1,5 @@ package s_source ; -# $Id: s_source.pm 3711 2014-10-28 19:43:54Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(s_source); @@ -34,8 +32,7 @@ sub s_source($) { #--------------------------- # Print version - date - my ($temp) = "Id:" ; - printf S_SOURCE "\n/* \$$temp S_source.cpp auto $year/%02d/%02d %02d\:%02d\:%02d $login \$ */\n", + printf S_SOURCE "\n/* Created $year/%02d/%02d %02d\:%02d\:%02d $login \$ */\n", $mon , $mday , $hour , $min , $sec ; #--------------------------- diff --git a/bin/pm/trick_print.pm b/bin/pm/trick_print.pm index 936ce8b2..1cdf8c7e 100644 --- a/bin/pm/trick_print.pm +++ b/bin/pm/trick_print.pm @@ -1,7 +1,5 @@ package trick_print ; -# $Id: trick_print.pm 49 2009-02-02 22:37:59Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(trick_print); diff --git a/bin/pm/trick_units.pm b/bin/pm/trick_units.pm index bb1f281c..1d5f84e2 100644 --- a/bin/pm/trick_units.pm +++ b/bin/pm/trick_units.pm @@ -1,7 +1,5 @@ package trick_units ; -# $Id: trick_units.pm 3449 2014-02-25 22:07:15Z dstrauss $ - %units_info = ( "s" => ["seconds", "Standard", "Time"], "ps" => ["pico-seconds", "Standard", "Time"], diff --git a/bin/pm/trick_version.pm b/bin/pm/trick_version.pm index dab6e597..42bad703 100644 --- a/bin/pm/trick_version.pm +++ b/bin/pm/trick_version.pm @@ -1,7 +1,5 @@ package trick_version ; -# $Id: trick_version.pm 49 2009-02-02 22:37:59Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(get_trick_version); diff --git a/bin/start_sim b/bin/start_sim index ff80420f..e86af978 100755 --- a/bin/start_sim +++ b/bin/start_sim @@ -16,8 +16,6 @@ # #============================================================================== -# $Id: start_sim 301 2009-08-20 13:37:27Z wwoodard $ - use lib $ENV{"TRICK_HOME"} . "/bin/pm" ; use gte ; #use strict ; diff --git a/bin/trick_make_checksums b/bin/trick_make_checksums index 8790a1a5..51794ccf 100755 --- a/bin/trick_make_checksums +++ b/bin/trick_make_checksums @@ -5,8 +5,6 @@ # This script will run under 5.00x but the results # are not reliable. Under perl 5.6.0 it works well. -# $Id: trick_make_checksums 49 2009-02-02 22:37:59Z lin $ - use strict; use File::Find; use Cwd; diff --git a/bin/trick_verify_checksums b/bin/trick_verify_checksums index 07ac9b8c..adc4a871 100755 --- a/bin/trick_verify_checksums +++ b/bin/trick_verify_checksums @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: trick_verify_checksums 3231 2013-09-17 19:41:41Z alin $ - use strict; use File::Find; use Cwd; diff --git a/bin/trick_version b/bin/trick_version index f5d1d30c..0faa6368 100755 --- a/bin/trick_version +++ b/bin/trick_version @@ -1,8 +1,5 @@ #!/usr/bin/perl -# -# $Id: trick_version 2716 2012-11-15 21:49:55Z alin $ - use File::Basename ; use Cwd 'abs_path'; use strict; diff --git a/bin/vc b/bin/vc index 25d767e1..73d323ba 100755 --- a/bin/vc +++ b/bin/vc @@ -17,7 +17,7 @@ if ( $^O eq "darwin" ) { $command = "java -classpath $ENV{TRICK_HOME}/bin/java/dist/*:$ENV{TRICK_HOME}/bin/java/lib/* \\ -Xdock:name=\"Variable Counter\" \\ -Xdock:icon=$ENV{TRICK_HOME}/bin/java/resources/trick_icon.png \\ - trick.vc.VariableSounter " . join (" " , @ARGV) ; + trick.vc.VariableCounter " . join (" " , @ARGV) ; } else { $command = "java -cp $ENV{TRICK_HOME}/bin/java/dist/*:$ENV{TRICK_HOME}/bin/java/lib/* trick.vc.VariableCounter " . join (" " , @ARGV) ; } diff --git a/configure b/configure index 5c53438d..f4e276fd 100755 --- a/configure +++ b/configure @@ -3,8 +3,6 @@ # configure script for Trick # type configure --help for usage -# $Id: configure 3785 2015-01-26 14:12:13Z alin $ - ver_out="" ver_min="" ver_url="" diff --git a/docs/trick_module.xsl b/docs/trick_module.xsl index 6314ffad..9edbd569 100644 --- a/docs/trick_module.xsl +++ b/docs/trick_module.xsl @@ -4,26 +4,6 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - -