summaryrefslogtreecommitdiff
path: root/ACE/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-31 12:15:35 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-31 12:15:35 +0200
commit9770e4def8b689f87b820bb1a464fb1a516f798d (patch)
treeb4e34d5822dd9c80cbfb32e18974ab571ea10c50 /ACE/bin
parent764d3a74cf80e3a3d439347fbaaf9077b0f93d42 (diff)
downloadATCD-9770e4def8b689f87b820bb1a464fb1a516f798d.tar.gz
Removed left over Id tags
Diffstat (limited to 'ACE/bin')
-rwxr-xr-xACE/bin/ACE-casts-convert2
-rw-r--r--ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl1
-rw-r--r--ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl1
-rw-r--r--ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl1
-rw-r--r--ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl3
-rw-r--r--ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl3
-rw-r--r--ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl1
-rw-r--r--ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl1
-rw-r--r--ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl1
-rwxr-xr-xACE/bin/ace-install3
-rwxr-xr-xACE/bin/ace_components1
-rwxr-xr-xACE/bin/ace_ld2
-rwxr-xr-xACE/bin/aix_shr1
-rwxr-xr-xACE/bin/auto_compile2
-rwxr-xr-xACE/bin/auto_compile_wrapper2
-rwxr-xr-xACE/bin/auto_ptr.perl2
-rwxr-xr-xACE/bin/count_lines2
-rwxr-xr-xACE/bin/create_ace_build18
-rwxr-xr-xACE/bin/g++dep2
-rwxr-xr-xACE/bin/generate_rel_manpages2
-rwxr-xr-xACE/bin/make-components2
-rwxr-xr-xACE/bin/reverse_clean4
22 files changed, 11 insertions, 46 deletions
diff --git a/ACE/bin/ACE-casts-convert b/ACE/bin/ACE-casts-convert
index 0b158ea1afa..1c8527cfaf5 100755
--- a/ACE/bin/ACE-casts-convert
+++ b/ACE/bin/ACE-casts-convert
@@ -4,8 +4,6 @@
#
# @file ACE-casts-convert
#
-# $Id$
-#
# Script to convert all ACE cast macro calls (e.g.
# ACE_static_cast (foo, bar)) to their standard C++ counterparts (e.g.
# static_cast<foo> (bar)).
diff --git a/ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl b/ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl
index c56543cf54f..e59d369abd2 100644
--- a/ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl
+++ b/ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl
@@ -9,7 +9,6 @@
* on them
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
diff --git a/ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl b/ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl
index a33b90ba255..1019274a5f2 100644
--- a/ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl
+++ b/ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl
@@ -7,7 +7,6 @@
* Leader_Follower flushing strategy.
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
diff --git a/ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl b/ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl
index d0da22a42f9..190eb3e4ed9 100644
--- a/ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl
+++ b/ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl
@@ -9,7 +9,6 @@
* Acceptor and Connector implementations within ACE+TAO.
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
diff --git a/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl b/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl
index 6d4ecf6609b..b4c0f762aa7 100644
--- a/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl
+++ b/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl
@@ -7,7 +7,6 @@
* is a select reactor.
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
@@ -156,7 +155,7 @@ virtual int register_handler (ACE_HANDLE handle,
</file>
-<!--
+<!--
<file name="Select_Reactor_T.inl">
<remove>#include "ace/Reactor.h"</remove>
diff --git a/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl b/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl
index 145136455a2..978055844cd 100644
--- a/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl
+++ b/ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl
@@ -7,7 +7,6 @@
* is a select reactor.
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
@@ -131,7 +130,7 @@ virtual int register_handler (ACE_HANDLE handle,
</file>
-<!--
+<!--
<file name="Select_Reactor_T.inl">
<remove>#include "ace/Reactor.h"</remove>
diff --git a/ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl b/ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl
index 48b17f05e60..0b539aefc3a 100644
--- a/ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl
+++ b/ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl
@@ -7,7 +7,6 @@
* that are present in Select_Reactor.spl
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
diff --git a/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl b/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl
index 004ba08fc2d..98c7e5dcd7c 100644
--- a/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl
+++ b/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl
@@ -6,7 +6,6 @@
* to specialize the Wait_Strategy with the TAO_Wait_On_Leader_Follower strategy
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
diff --git a/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl b/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl
index 65d6ff48fe7..87362026710 100644
--- a/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl
+++ b/ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl
@@ -6,7 +6,6 @@
* to specialize the Wait_Strategy with the Wait_On_Read strategy
*
* @author Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
- * $Id$
-->
<transform>
diff --git a/ACE/bin/ace-install b/ACE/bin/ace-install
index 6712f83de32..312fcb243ec 100755
--- a/ACE/bin/ace-install
+++ b/ACE/bin/ace-install
@@ -1,8 +1,5 @@
#!/bin/sh
-# $Id$
-
-
#####################################################################
# install_ace: distill the minimal stuff out of the ACE+TAO distribution
# alias cpio 'xargs -i echo {}'; # just for testing the script
diff --git a/ACE/bin/ace_components b/ACE/bin/ace_components
index 34cc45f2735..565aad16966 100755
--- a/ACE/bin/ace_components
+++ b/ACE/bin/ace_components
@@ -1,5 +1,4 @@
#! /bin/sh
-# $Id$
#
# Encapsulates set/access of a components file, which records set of
# components that were built in a library. Intended to be used by
diff --git a/ACE/bin/ace_ld b/ACE/bin/ace_ld
index 0f5cc50e1b0..ac4840b2641 100755
--- a/ACE/bin/ace_ld
+++ b/ACE/bin/ace_ld
@@ -2,8 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
-#
# Drop-in replacement for "ld" that supports munching.
#
# The first three lines above let this script run without specifying the
diff --git a/ACE/bin/aix_shr b/ACE/bin/aix_shr
index 16daded8e02..489e1b2bb47 100755
--- a/ACE/bin/aix_shr
+++ b/ACE/bin/aix_shr
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# Filter out the duplicate symbol warnings from Visual Age C++
#
diff --git a/ACE/bin/auto_compile b/ACE/bin/auto_compile
index db6f2158703..c4ab9fae624 100755
--- a/ACE/bin/auto_compile
+++ b/ACE/bin/auto_compile
@@ -3,8 +3,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
if 0;
# -*- perl -*-
-# $Id$
-#
# This script checkouts ACE from CVS, updates the "clone" directory,
# compiles $ACE_ROOT/ace and $ACE_ROOT/tests and finally runs
# $ACE_ROOT/tests/run_tests.sh.
diff --git a/ACE/bin/auto_compile_wrapper b/ACE/bin/auto_compile_wrapper
index ffdc9b803fd..26da7839f1f 100755
--- a/ACE/bin/auto_compile_wrapper
+++ b/ACE/bin/auto_compile_wrapper
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
# Usually cron setups a really miserable environment, this script
# serves two purposes:
# 1. Setup a good environment for auto_compile.
diff --git a/ACE/bin/auto_ptr.perl b/ACE/bin/auto_ptr.perl
index ca75bb8b4c1..e42d7ad8252 100755
--- a/ACE/bin/auto_ptr.perl
+++ b/ACE/bin/auto_ptr.perl
@@ -2,8 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -pi -S $0 ${1+"$@"}'
& eval 'exec perl -pi -S $0 $argv:q'
if 0;
-# $Id$
-#
# You may want to run the "find" command with this script, which maybe
# something like this:
#
diff --git a/ACE/bin/count_lines b/ACE/bin/count_lines
index f440e19c765..dde49cc6ed5 100755
--- a/ACE/bin/count_lines
+++ b/ACE/bin/count_lines
@@ -3,8 +3,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
if 0;
# -*- perl -*-
-# $Id$
-#
use File::Basename;
diff --git a/ACE/bin/create_ace_build b/ACE/bin/create_ace_build
index 273342bbd50..987a40c47f2 100755
--- a/ACE/bin/create_ace_build
+++ b/ACE/bin/create_ace_build
@@ -2,8 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
-#
# Creates an ACE build tree in directory "build/<build name>" below the current
# directory, which must be an ACE "top level" directory (such as
# $ACE_ROOT). The build tree directory structure mirrors that of the ACE
@@ -180,20 +178,20 @@ sub wanted {
/^Static_Release\z/s &&
($File::Find::prune = 1)
||
- (
+ (
($nlink || (($dev,$ino,$mode,$nlink,$uid,$gid) = lstat($_))) &&
! -l $_ &&
! /^core\z/s &&
! /^.*\.state\z/s &&
- ! /^.*\.so\z/s &&
- ! /^.*\.[oa]\z/s &&
- ! /^.*\.dll\z/s &&
- ! /^.*\.lib\z/s &&
- ! /^.*\.obj\z/s &&
+ ! /^.*\.so\z/s &&
+ ! /^.*\.[oa]\z/s &&
+ ! /^.*\.dll\z/s &&
+ ! /^.*\.lib\z/s &&
+ ! /^.*\.obj\z/s &&
! /^.*~\z/s &&
- ! /^\.\z/s &&
+ ! /^\.\z/s &&
! /^\.#.*\z/s &&
- ! /^.*\.log\z/s
+ ! /^.*\.log\z/s
) &&
push(@files, $File::Find::name);
}
diff --git a/ACE/bin/g++dep b/ACE/bin/g++dep
index 73767c627e9..188f8ac0c08 100755
--- a/ACE/bin/g++dep
+++ b/ACE/bin/g++dep
@@ -1,6 +1,4 @@
#! /bin/sh
-# $Id$
-
# This utility is a lightly edited version of the freed Berkeley
# script `mkdep'. The current script is intended to work for GNU G++.
diff --git a/ACE/bin/generate_rel_manpages b/ACE/bin/generate_rel_manpages
index b0579121edc..a8e4b2a34fb 100755
--- a/ACE/bin/generate_rel_manpages
+++ b/ACE/bin/generate_rel_manpages
@@ -2,8 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
-
use strict;
require Cwd;
diff --git a/ACE/bin/make-components b/ACE/bin/make-components
index a2b9c782807..cd317f630c4 100755
--- a/ACE/bin/make-components
+++ b/ACE/bin/make-components
@@ -1,6 +1,4 @@
#! /bin/sh
-# $Id$
-
# Allow each ACE component to be built in a simple way, as follows:
#
# $ACE_ROOT/bin/make-components "your flags"
diff --git a/ACE/bin/reverse_clean b/ACE/bin/reverse_clean
index 37d77daee50..a4c2786ba7a 100755
--- a/ACE/bin/reverse_clean
+++ b/ACE/bin/reverse_clean
@@ -2,8 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
# -*- perl -*-
-# $Id$
-#
# This script does a realclean of the list in the reverse order that
# is passed to this. This is just a utility script
@@ -12,7 +10,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
if ($ARGV[0] eq ''){
print STDERR "$0: No directories provided\n";
die "provide list of directories";
-}
+}
my $make = $ARGV[0];
shift;