summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 14:28:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 14:28:14 +0000
commite1e1f01c0e8fafbbb65982090dbf3dc8a8ce51cf (patch)
treefd01e1dec72cc5ffe24c6ba20bed342da9b4139a /TAO/TAO_IDL
parenta233ecd98b69fbfb9a18a2c3cc3826084a44ce38 (diff)
downloadATCD-e1e1f01c0e8fafbbb65982090dbf3dc8a8ce51cf.tar.gz
inserted RCS keyword string
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/ast/ast_argument.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_attribute.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_check.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_concrete_type.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_constant.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_enum.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_enum_val.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_exception.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_expression.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_field.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_interface.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_interface_fwd.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_module.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_native.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_predefined_type.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_recursive.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_redef.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_root.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_structure.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_type.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_typedef.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_union.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_union_branch.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_union_label.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_args.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_argument.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_attribute.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_constant.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_enum.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_enum_val.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_expression.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_factory.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_field.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_init.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_interface_fwd.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_native.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_operation.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_produce.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state_argument.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state_array.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state_attribute.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state_operation.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state_sequence.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state_typedef.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_state_union.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_string.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_structure.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_sunsoft.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_type.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_typedef.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_union.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_union_branch.cpp2
-rw-r--r--TAO/TAO_IDL/be_include/be.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_argument.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_array.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_attribute.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_constant.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_decl.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_enum.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_enum_val.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_exception.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_expression.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_field.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_generator.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_interface.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_interface_fwd.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_module.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_native.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_operation.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_predefined_type.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_root.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_scope.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_sequence.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_state.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_string.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_structure.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_sunsoft.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_type.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_typedef.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_union.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_union_branch.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_union_label.h2
-rw-r--r--TAO/TAO_IDL/driver/drv_args.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_fork.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_init.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_link.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_private.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_declarator.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_init.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_interface_header.cpp2
-rw-r--r--TAO/TAO_IDL/fe/fe_private.cpp2
-rw-r--r--TAO/TAO_IDL/idl_specs/array.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/constant.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/dif2.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/inherit.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/module.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/primtypes.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/sequence.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/simple.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/simple2.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/struct.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/union.idl2
-rw-r--r--TAO/TAO_IDL/idl_specs/union2.idl2
-rw-r--r--TAO/TAO_IDL/include/drv_extern.h2
-rw-r--r--TAO/TAO_IDL/include/drv_link.h2
-rw-r--r--TAO/TAO_IDL/include/drv_private.h2
-rw-r--r--TAO/TAO_IDL/include/fe_declarator.h2
-rw-r--r--TAO/TAO_IDL/include/fe_extern.h2
-rw-r--r--TAO/TAO_IDL/include/fe_interface_header.h2
-rw-r--r--TAO/TAO_IDL/include/fe_private.h2
-rw-r--r--TAO/TAO_IDL/include/global_extern.h2
-rw-r--r--TAO/TAO_IDL/include/idl.h2
-rw-r--r--TAO/TAO_IDL/include/idl_bool.h2
-rw-r--r--TAO/TAO_IDL/include/idl_defines.h2
-rw-r--r--TAO/TAO_IDL/include/idl_extern.h2
-rw-r--r--TAO/TAO_IDL/include/idl_fwd.h2
-rw-r--r--TAO/TAO_IDL/include/idl_global.h2
-rw-r--r--TAO/TAO_IDL/include/idl_narrow.h2
-rw-r--r--TAO/TAO_IDL/include/intlmacros.h2
-rw-r--r--TAO/TAO_IDL/include/nr_extern.h2
-rw-r--r--TAO/TAO_IDL/include/util.h2
-rw-r--r--TAO/TAO_IDL/include/utl_decllist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_err.h2
-rw-r--r--TAO/TAO_IDL/include/utl_error.h2
-rw-r--r--TAO/TAO_IDL/include/utl_exceptlist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_exprlist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_identifier.h2
-rw-r--r--TAO/TAO_IDL/include/utl_idlist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_indenter.h2
-rw-r--r--TAO/TAO_IDL/include/utl_labellist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_list.h2
-rw-r--r--TAO/TAO_IDL/include/utl_namelist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_scoped_name.h2
-rw-r--r--TAO/TAO_IDL/include/utl_stack.h2
-rw-r--r--TAO/TAO_IDL/include/utl_string.h2
-rw-r--r--TAO/TAO_IDL/include/utl_strlist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_list.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h2
-rw-r--r--TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h2
-rw-r--r--TAO/TAO_IDL/narrow/narrow.cpp2
-rw-r--r--TAO/TAO_IDL/tao_idl.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_err.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_error.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_identifier.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_indenter.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_list.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_scope.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_stack.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_string.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp2
-rw-r--r--TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp2
165 files changed, 330 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_argument.cpp b/TAO/TAO_IDL/ast/ast_argument.cpp
index 3e1b2e34cd0..496922bf326 100644
--- a/TAO/TAO_IDL/ast/ast_argument.cpp
+++ b/TAO/TAO_IDL/ast/ast_argument.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_attribute.cpp b/TAO/TAO_IDL/ast/ast_attribute.cpp
index 57019823810..20c272431e8 100644
--- a/TAO/TAO_IDL/ast/ast_attribute.cpp
+++ b/TAO/TAO_IDL/ast/ast_attribute.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_check.cpp b/TAO/TAO_IDL/ast/ast_check.cpp
index a8e3677cceb..ed37a75dc86 100644
--- a/TAO/TAO_IDL/ast/ast_check.cpp
+++ b/TAO/TAO_IDL/ast/ast_check.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_concrete_type.cpp b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
index 44f010e19df..11d42dfc93e 100644
--- a/TAO/TAO_IDL/ast/ast_concrete_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_constant.cpp b/TAO/TAO_IDL/ast/ast_constant.cpp
index d17bd242159..075f8827806 100644
--- a/TAO/TAO_IDL/ast/ast_constant.cpp
+++ b/TAO/TAO_IDL/ast/ast_constant.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index b7d376a3576..f01a4f0bf22 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_enum.cpp b/TAO/TAO_IDL/ast/ast_enum.cpp
index e77fdece3cd..5072fe282ce 100644
--- a/TAO/TAO_IDL/ast/ast_enum.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_enum_val.cpp b/TAO/TAO_IDL/ast/ast_enum_val.cpp
index e8b263d1b2b..ef665127456 100644
--- a/TAO/TAO_IDL/ast/ast_enum_val.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum_val.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_exception.cpp b/TAO/TAO_IDL/ast/ast_exception.cpp
index a465674521d..5ef44d18cba 100644
--- a/TAO/TAO_IDL/ast/ast_exception.cpp
+++ b/TAO/TAO_IDL/ast/ast_exception.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_expression.cpp b/TAO/TAO_IDL/ast/ast_expression.cpp
index fd9d03fabbd..308fe9b4a3e 100644
--- a/TAO/TAO_IDL/ast/ast_expression.cpp
+++ b/TAO/TAO_IDL/ast/ast_expression.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_field.cpp b/TAO/TAO_IDL/ast/ast_field.cpp
index 44912c1d03b..80939bcc2ce 100644
--- a/TAO/TAO_IDL/ast/ast_field.cpp
+++ b/TAO/TAO_IDL/ast/ast_field.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_interface.cpp b/TAO/TAO_IDL/ast/ast_interface.cpp
index e0d1ecbc3de..86e9b43c1b9 100644
--- a/TAO/TAO_IDL/ast/ast_interface.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
index 1382fb91468..f9d20fdcca9 100644
--- a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_module.cpp b/TAO/TAO_IDL/ast/ast_module.cpp
index 52d1219a315..ea5ab115fb7 100644
--- a/TAO/TAO_IDL/ast/ast_module.cpp
+++ b/TAO/TAO_IDL/ast/ast_module.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_native.cpp b/TAO/TAO_IDL/ast/ast_native.cpp
index 22d72392381..17888d86403 100644
--- a/TAO/TAO_IDL/ast/ast_native.cpp
+++ b/TAO/TAO_IDL/ast/ast_native.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// AST_Native: New IDL type added by the POA spec
diff --git a/TAO/TAO_IDL/ast/ast_predefined_type.cpp b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
index 3e0d868bdce..2d2a393c01d 100644
--- a/TAO/TAO_IDL/ast/ast_predefined_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_recursive.cpp b/TAO/TAO_IDL/ast/ast_recursive.cpp
index 6a904999b63..09591dffe12 100644
--- a/TAO/TAO_IDL/ast/ast_recursive.cpp
+++ b/TAO/TAO_IDL/ast/ast_recursive.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_redef.cpp b/TAO/TAO_IDL/ast/ast_redef.cpp
index 6567e90ebbf..482bc2d869c 100644
--- a/TAO/TAO_IDL/ast/ast_redef.cpp
+++ b/TAO/TAO_IDL/ast/ast_redef.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_root.cpp b/TAO/TAO_IDL/ast/ast_root.cpp
index 2af71a474b5..a4ffb8e2997 100644
--- a/TAO/TAO_IDL/ast/ast_root.cpp
+++ b/TAO/TAO_IDL/ast/ast_root.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_structure.cpp b/TAO/TAO_IDL/ast/ast_structure.cpp
index e821569c05d..e99616b36f9 100644
--- a/TAO/TAO_IDL/ast/ast_structure.cpp
+++ b/TAO/TAO_IDL/ast/ast_structure.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_type.cpp b/TAO/TAO_IDL/ast/ast_type.cpp
index fb9b83ae219..da7ccc9aeef 100644
--- a/TAO/TAO_IDL/ast/ast_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_type.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_typedef.cpp b/TAO/TAO_IDL/ast/ast_typedef.cpp
index ecd4f28de46..580880b23b0 100644
--- a/TAO/TAO_IDL/ast/ast_typedef.cpp
+++ b/TAO/TAO_IDL/ast/ast_typedef.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_union.cpp b/TAO/TAO_IDL/ast/ast_union.cpp
index b5bb4c14f2d..125cd69c4d2 100644
--- a/TAO/TAO_IDL/ast/ast_union.cpp
+++ b/TAO/TAO_IDL/ast/ast_union.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_union_branch.cpp b/TAO/TAO_IDL/ast/ast_union_branch.cpp
index 55220d7c29f..269528a6da4 100644
--- a/TAO/TAO_IDL/ast/ast_union_branch.cpp
+++ b/TAO/TAO_IDL/ast/ast_union_branch.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/ast/ast_union_label.cpp b/TAO/TAO_IDL/ast/ast_union_label.cpp
index 18b080d323c..c2666b54f66 100644
--- a/TAO/TAO_IDL/ast/ast_union_label.cpp
+++ b/TAO/TAO_IDL/ast/ast_union_label.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be/be_args.cpp b/TAO/TAO_IDL/be/be_args.cpp
index 6416609a684..eea2996eb0a 100644
--- a/TAO/TAO_IDL/be/be_args.cpp
+++ b/TAO/TAO_IDL/be/be_args.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be/be_argument.cpp b/TAO/TAO_IDL/be/be_argument.cpp
index 6b2fd6c167c..b5ecf2486a1 100644
--- a/TAO/TAO_IDL/be/be_argument.cpp
+++ b/TAO/TAO_IDL/be/be_argument.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_attribute.cpp b/TAO/TAO_IDL/be/be_attribute.cpp
index 5f5e6977a1d..531ee792b9c 100644
--- a/TAO/TAO_IDL/be/be_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_attribute.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_constant.cpp b/TAO/TAO_IDL/be/be_constant.cpp
index 962436a8de3..fcdf73ce264 100644
--- a/TAO/TAO_IDL/be/be_constant.cpp
+++ b/TAO/TAO_IDL/be/be_constant.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp
index bed7a98a493..98be9f8e16c 100644
--- a/TAO/TAO_IDL/be/be_enum.cpp
+++ b/TAO/TAO_IDL/be/be_enum.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_enum_val.cpp b/TAO/TAO_IDL/be/be_enum_val.cpp
index 0a63a7fb3cd..492a20baa8c 100644
--- a/TAO/TAO_IDL/be/be_enum_val.cpp
+++ b/TAO/TAO_IDL/be/be_enum_val.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_expression.cpp b/TAO/TAO_IDL/be/be_expression.cpp
index bc9773030e6..f04e22e5e10 100644
--- a/TAO/TAO_IDL/be/be_expression.cpp
+++ b/TAO/TAO_IDL/be/be_expression.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_factory.cpp b/TAO/TAO_IDL/be/be_factory.cpp
index ff3038d9d42..5523b329c0c 100644
--- a/TAO/TAO_IDL/be/be_factory.cpp
+++ b/TAO/TAO_IDL/be/be_factory.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
diff --git a/TAO/TAO_IDL/be/be_field.cpp b/TAO/TAO_IDL/be/be_field.cpp
index 0511fd4c909..bda1f3725e8 100644
--- a/TAO/TAO_IDL/be/be_field.cpp
+++ b/TAO/TAO_IDL/be/be_field.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_init.cpp b/TAO/TAO_IDL/be/be_init.cpp
index b44336db57f..4a41bbd9003 100644
--- a/TAO/TAO_IDL/be/be_init.cpp
+++ b/TAO/TAO_IDL/be/be_init.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be/be_interface_fwd.cpp b/TAO/TAO_IDL/be/be_interface_fwd.cpp
index 760ca8297f2..4a740a00bc0 100644
--- a/TAO/TAO_IDL/be/be_interface_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_interface_fwd.cpp
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_native.cpp b/TAO/TAO_IDL/be/be_native.cpp
index eaaf1f9d325..156f989eeda 100644
--- a/TAO/TAO_IDL/be/be_native.cpp
+++ b/TAO/TAO_IDL/be/be_native.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// Id
// ============================================================================
//
diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp
index 602ab706e1d..cfb9568bda6 100644
--- a/TAO/TAO_IDL/be/be_operation.cpp
+++ b/TAO/TAO_IDL/be/be_operation.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_produce.cpp b/TAO/TAO_IDL/be/be_produce.cpp
index 817fb6af65d..9f7f584fe85 100644
--- a/TAO/TAO_IDL/be/be_produce.cpp
+++ b/TAO/TAO_IDL/be/be_produce.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be/be_state.cpp b/TAO/TAO_IDL/be/be_state.cpp
index 59312eaeaa5..a3f3c32389f 100644
--- a/TAO/TAO_IDL/be/be_state.cpp
+++ b/TAO/TAO_IDL/be/be_state.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_state_argument.cpp b/TAO/TAO_IDL/be/be_state_argument.cpp
index a5198b16d3e..e9772e552a5 100644
--- a/TAO/TAO_IDL/be/be_state_argument.cpp
+++ b/TAO/TAO_IDL/be/be_state_argument.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_state_array.cpp b/TAO/TAO_IDL/be/be_state_array.cpp
index 618c891bc7b..118d3e0f4ee 100644
--- a/TAO/TAO_IDL/be/be_state_array.cpp
+++ b/TAO/TAO_IDL/be/be_state_array.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_state_attribute.cpp b/TAO/TAO_IDL/be/be_state_attribute.cpp
index 4b505514e3f..5d43cd30c42 100644
--- a/TAO/TAO_IDL/be/be_state_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_state_attribute.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
diff --git a/TAO/TAO_IDL/be/be_state_operation.cpp b/TAO/TAO_IDL/be/be_state_operation.cpp
index 8e0a255232e..da056cf1c75 100644
--- a/TAO/TAO_IDL/be/be_state_operation.cpp
+++ b/TAO/TAO_IDL/be/be_state_operation.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_state_sequence.cpp b/TAO/TAO_IDL/be/be_state_sequence.cpp
index ca1b9e11a2a..92e7b869da5 100644
--- a/TAO/TAO_IDL/be/be_state_sequence.cpp
+++ b/TAO/TAO_IDL/be/be_state_sequence.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_state_typedef.cpp b/TAO/TAO_IDL/be/be_state_typedef.cpp
index 7c83bfa758c..c43f77381ed 100644
--- a/TAO/TAO_IDL/be/be_state_typedef.cpp
+++ b/TAO/TAO_IDL/be/be_state_typedef.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_state_union.cpp b/TAO/TAO_IDL/be/be_state_union.cpp
index 9a0b5b6c07e..ad9d894bb56 100644
--- a/TAO/TAO_IDL/be/be_state_union.cpp
+++ b/TAO/TAO_IDL/be/be_state_union.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_string.cpp b/TAO/TAO_IDL/be/be_string.cpp
index c883c6e80eb..d53a5c6c364 100644
--- a/TAO/TAO_IDL/be/be_string.cpp
+++ b/TAO/TAO_IDL/be/be_string.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_structure.cpp b/TAO/TAO_IDL/be/be_structure.cpp
index 0f9778ba764..07d9c3398fa 100644
--- a/TAO/TAO_IDL/be/be_structure.cpp
+++ b/TAO/TAO_IDL/be/be_structure.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_sunsoft.cpp b/TAO/TAO_IDL/be/be_sunsoft.cpp
index f6bbac39a76..c37e11354d3 100644
--- a/TAO/TAO_IDL/be/be_sunsoft.cpp
+++ b/TAO/TAO_IDL/be/be_sunsoft.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp
index 79484c523eb..d14a3da61e1 100644
--- a/TAO/TAO_IDL/be/be_type.cpp
+++ b/TAO/TAO_IDL/be/be_type.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_typedef.cpp b/TAO/TAO_IDL/be/be_typedef.cpp
index 2d7885d18db..11453cc9033 100644
--- a/TAO/TAO_IDL/be/be_typedef.cpp
+++ b/TAO/TAO_IDL/be/be_typedef.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_union.cpp b/TAO/TAO_IDL/be/be_union.cpp
index 46ea8ec2931..70f9f5d41c8 100644
--- a/TAO/TAO_IDL/be/be_union.cpp
+++ b/TAO/TAO_IDL/be/be_union.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be/be_union_branch.cpp b/TAO/TAO_IDL/be/be_union_branch.cpp
index 78defae5d7b..b8b6e1c7d21 100644
--- a/TAO/TAO_IDL/be/be_union_branch.cpp
+++ b/TAO/TAO_IDL/be/be_union_branch.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be.h b/TAO/TAO_IDL/be_include/be.h
index 3dafbfec175..1487c62e31c 100644
--- a/TAO/TAO_IDL/be_include/be.h
+++ b/TAO/TAO_IDL/be_include/be.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be_include/be_argument.h b/TAO/TAO_IDL/be_include/be_argument.h
index 5f417e6e9e4..837b6c8273b 100644
--- a/TAO/TAO_IDL/be_include/be_argument.h
+++ b/TAO/TAO_IDL/be_include/be_argument.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_array.h b/TAO/TAO_IDL/be_include/be_array.h
index 55dcabe0e38..e77962217e9 100644
--- a/TAO/TAO_IDL/be_include/be_array.h
+++ b/TAO/TAO_IDL/be_include/be_array.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_attribute.h b/TAO/TAO_IDL/be_include/be_attribute.h
index c1ad4b8b362..ac3230d8d99 100644
--- a/TAO/TAO_IDL/be_include/be_attribute.h
+++ b/TAO/TAO_IDL/be_include/be_attribute.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_constant.h b/TAO/TAO_IDL/be_include/be_constant.h
index e11271450b1..a847982ec65 100644
--- a/TAO/TAO_IDL/be_include/be_constant.h
+++ b/TAO/TAO_IDL/be_include/be_constant.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_decl.h b/TAO/TAO_IDL/be_include/be_decl.h
index 2a37587f419..b3b7ff2cc97 100644
--- a/TAO/TAO_IDL/be_include/be_decl.h
+++ b/TAO/TAO_IDL/be_include/be_decl.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_enum.h b/TAO/TAO_IDL/be_include/be_enum.h
index c8f4f80a8e5..07c525571f3 100644
--- a/TAO/TAO_IDL/be_include/be_enum.h
+++ b/TAO/TAO_IDL/be_include/be_enum.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_enum_val.h b/TAO/TAO_IDL/be_include/be_enum_val.h
index e8671c23275..d1cf4f3e817 100644
--- a/TAO/TAO_IDL/be_include/be_enum_val.h
+++ b/TAO/TAO_IDL/be_include/be_enum_val.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_exception.h b/TAO/TAO_IDL/be_include/be_exception.h
index 46081d3c90f..2fac73151e8 100644
--- a/TAO/TAO_IDL/be_include/be_exception.h
+++ b/TAO/TAO_IDL/be_include/be_exception.h
@@ -1,3 +1,5 @@
+// $Id$
+
#if !defined (BE_EXCEPTION_H)
#define BE_EXCEPTION_H
diff --git a/TAO/TAO_IDL/be_include/be_expression.h b/TAO/TAO_IDL/be_include/be_expression.h
index 7429a299977..01829d9b3bf 100644
--- a/TAO/TAO_IDL/be_include/be_expression.h
+++ b/TAO/TAO_IDL/be_include/be_expression.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_field.h b/TAO/TAO_IDL/be_include/be_field.h
index 4fcb1535058..31b1c78df2a 100644
--- a/TAO/TAO_IDL/be_include/be_field.h
+++ b/TAO/TAO_IDL/be_include/be_field.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_generator.h b/TAO/TAO_IDL/be_include/be_generator.h
index 3f4f38bca3f..a4d6d22f636 100644
--- a/TAO/TAO_IDL/be_include/be_generator.h
+++ b/TAO/TAO_IDL/be_include/be_generator.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index e456e7394b3..0eed51d28e4 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h
index fc01883e9a5..c27c72e393e 100644
--- a/TAO/TAO_IDL/be_include/be_interface.h
+++ b/TAO/TAO_IDL/be_include/be_interface.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_interface_fwd.h b/TAO/TAO_IDL/be_include/be_interface_fwd.h
index 717e388b46b..cc8939f6180 100644
--- a/TAO/TAO_IDL/be_include/be_interface_fwd.h
+++ b/TAO/TAO_IDL/be_include/be_interface_fwd.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_module.h b/TAO/TAO_IDL/be_include/be_module.h
index 519c5be9a43..0afb8772af1 100644
--- a/TAO/TAO_IDL/be_include/be_module.h
+++ b/TAO/TAO_IDL/be_include/be_module.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_native.h b/TAO/TAO_IDL/be_include/be_native.h
index 8b04f93565c..578f3c86222 100644
--- a/TAO/TAO_IDL/be_include/be_native.h
+++ b/TAO/TAO_IDL/be_include/be_native.h
@@ -1,3 +1,5 @@
+// $Id$
+
// Id
// ============================================================================
//
diff --git a/TAO/TAO_IDL/be_include/be_operation.h b/TAO/TAO_IDL/be_include/be_operation.h
index bf22269394e..d07304a6b23 100644
--- a/TAO/TAO_IDL/be_include/be_operation.h
+++ b/TAO/TAO_IDL/be_include/be_operation.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_predefined_type.h b/TAO/TAO_IDL/be_include/be_predefined_type.h
index 7b0d6c8406f..7edefc2e661 100644
--- a/TAO/TAO_IDL/be_include/be_predefined_type.h
+++ b/TAO/TAO_IDL/be_include/be_predefined_type.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_root.h b/TAO/TAO_IDL/be_include/be_root.h
index 43e979c4722..54b44c4476e 100644
--- a/TAO/TAO_IDL/be_include/be_root.h
+++ b/TAO/TAO_IDL/be_include/be_root.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_scope.h b/TAO/TAO_IDL/be_include/be_scope.h
index c5509438613..cacc8980171 100644
--- a/TAO/TAO_IDL/be_include/be_scope.h
+++ b/TAO/TAO_IDL/be_include/be_scope.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_sequence.h b/TAO/TAO_IDL/be_include/be_sequence.h
index ce5cb519f89..3e4f1cf3eba 100644
--- a/TAO/TAO_IDL/be_include/be_sequence.h
+++ b/TAO/TAO_IDL/be_include/be_sequence.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_state.h b/TAO/TAO_IDL/be_include/be_state.h
index 353238bbb09..48284bd7813 100644
--- a/TAO/TAO_IDL/be_include/be_state.h
+++ b/TAO/TAO_IDL/be_include/be_state.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_string.h b/TAO/TAO_IDL/be_include/be_string.h
index 0121bcf1216..ef005f99ee1 100644
--- a/TAO/TAO_IDL/be_include/be_string.h
+++ b/TAO/TAO_IDL/be_include/be_string.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_structure.h b/TAO/TAO_IDL/be_include/be_structure.h
index d1521ea9d25..6c246b929d6 100644
--- a/TAO/TAO_IDL/be_include/be_structure.h
+++ b/TAO/TAO_IDL/be_include/be_structure.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_sunsoft.h b/TAO/TAO_IDL/be_include/be_sunsoft.h
index 7dc6c512fe3..15b9b9a2568 100644
--- a/TAO/TAO_IDL/be_include/be_sunsoft.h
+++ b/TAO/TAO_IDL/be_include/be_sunsoft.h
@@ -1,4 +1,6 @@
/* -*- c++ -*- */
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_type.h b/TAO/TAO_IDL/be_include/be_type.h
index 88632350609..a3574b46887 100644
--- a/TAO/TAO_IDL/be_include/be_type.h
+++ b/TAO/TAO_IDL/be_include/be_type.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_typedef.h b/TAO/TAO_IDL/be_include/be_typedef.h
index 3afda4d7125..b2ddfa58cea 100644
--- a/TAO/TAO_IDL/be_include/be_typedef.h
+++ b/TAO/TAO_IDL/be_include/be_typedef.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_union.h b/TAO/TAO_IDL/be_include/be_union.h
index 8d9729a74cf..643f95584e3 100644
--- a/TAO/TAO_IDL/be_include/be_union.h
+++ b/TAO/TAO_IDL/be_include/be_union.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_union_branch.h b/TAO/TAO_IDL/be_include/be_union_branch.h
index 75393231e57..3afba72a50b 100644
--- a/TAO/TAO_IDL/be_include/be_union_branch.h
+++ b/TAO/TAO_IDL/be_include/be_union_branch.h
@@ -1,3 +1,5 @@
+// $Id$
+
// ============================================================================
//
// = LIBRARY
diff --git a/TAO/TAO_IDL/be_include/be_union_label.h b/TAO/TAO_IDL/be_include/be_union_label.h
index 31b9abbba2a..311e6b94dc9 100644
--- a/TAO/TAO_IDL/be_include/be_union_label.h
+++ b/TAO/TAO_IDL/be_include/be_union_label.h
@@ -1,3 +1,5 @@
+// $Id$
+
#if !defined(BE_UNION_LABEL_H)
#define BE_UNION_LABEL_H
diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp
index bd26d593f4b..acb4db7622e 100644
--- a/TAO/TAO_IDL/driver/drv_args.cpp
+++ b/TAO/TAO_IDL/driver/drv_args.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/driver/drv_fork.cpp b/TAO/TAO_IDL/driver/drv_fork.cpp
index 31398991ce8..963da3a9dac 100644
--- a/TAO/TAO_IDL/driver/drv_fork.cpp
+++ b/TAO/TAO_IDL/driver/drv_fork.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/driver/drv_init.cpp b/TAO/TAO_IDL/driver/drv_init.cpp
index df3504b08d8..c34c2c923ed 100644
--- a/TAO/TAO_IDL/driver/drv_init.cpp
+++ b/TAO/TAO_IDL/driver/drv_init.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/driver/drv_link.cpp b/TAO/TAO_IDL/driver/drv_link.cpp
index 5d67b8b67a9..b142b67a3f3 100644
--- a/TAO/TAO_IDL/driver/drv_link.cpp
+++ b/TAO/TAO_IDL/driver/drv_link.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/driver/drv_private.cpp b/TAO/TAO_IDL/driver/drv_private.cpp
index 6160112e818..5766ace1506 100644
--- a/TAO/TAO_IDL/driver/drv_private.cpp
+++ b/TAO/TAO_IDL/driver/drv_private.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/fe/fe_declarator.cpp b/TAO/TAO_IDL/fe/fe_declarator.cpp
index 1c802e338e9..08a6407d7fd 100644
--- a/TAO/TAO_IDL/fe/fe_declarator.cpp
+++ b/TAO/TAO_IDL/fe/fe_declarator.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/fe/fe_init.cpp b/TAO/TAO_IDL/fe/fe_init.cpp
index 16f6b4372d8..2c16d2e9946 100644
--- a/TAO/TAO_IDL/fe/fe_init.cpp
+++ b/TAO/TAO_IDL/fe/fe_init.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/fe/fe_interface_header.cpp b/TAO/TAO_IDL/fe/fe_interface_header.cpp
index b493bde1969..7df470f7ffa 100644
--- a/TAO/TAO_IDL/fe/fe_interface_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_interface_header.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/fe/fe_private.cpp b/TAO/TAO_IDL/fe/fe_private.cpp
index 30fe3c3cfc0..90a2ec449f5 100644
--- a/TAO/TAO_IDL/fe/fe_private.cpp
+++ b/TAO/TAO_IDL/fe/fe_private.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/idl_specs/array.idl b/TAO/TAO_IDL/idl_specs/array.idl
index 2520e9045fd..9a35397c1ba 100644
--- a/TAO/TAO_IDL/idl_specs/array.idl
+++ b/TAO/TAO_IDL/idl_specs/array.idl
@@ -1,3 +1,5 @@
+// $Id$
+
typedef sequence<long,10> vec10;
typedef char str22[22][2];
typedef boolean boolarray[3][40];
diff --git a/TAO/TAO_IDL/idl_specs/constant.idl b/TAO/TAO_IDL/idl_specs/constant.idl
index 3570de87ebc..3ccded681e1 100644
--- a/TAO/TAO_IDL/idl_specs/constant.idl
+++ b/TAO/TAO_IDL/idl_specs/constant.idl
@@ -1,3 +1,5 @@
+// $Id$
+
const short l = 4;
enum N { zero, un , deux, trois };
diff --git a/TAO/TAO_IDL/idl_specs/dif2.idl b/TAO/TAO_IDL/idl_specs/dif2.idl
index c2b23eaf625..b21c65d6d58 100644
--- a/TAO/TAO_IDL/idl_specs/dif2.idl
+++ b/TAO/TAO_IDL/idl_specs/dif2.idl
@@ -1,3 +1,5 @@
+// $Id$
+
/* A test interface for DIF1 */
interface ex1
diff --git a/TAO/TAO_IDL/idl_specs/inherit.idl b/TAO/TAO_IDL/idl_specs/inherit.idl
index a96fe169570..390f8d7e98e 100644
--- a/TAO/TAO_IDL/idl_specs/inherit.idl
+++ b/TAO/TAO_IDL/idl_specs/inherit.idl
@@ -1,3 +1,5 @@
+// $Id$
+
interface one {
void op_one();
};
diff --git a/TAO/TAO_IDL/idl_specs/module.idl b/TAO/TAO_IDL/idl_specs/module.idl
index 178ad2fb689..d40f45963a1 100644
--- a/TAO/TAO_IDL/idl_specs/module.idl
+++ b/TAO/TAO_IDL/idl_specs/module.idl
@@ -1,3 +1,5 @@
+// $Id$
+
module mod1
{
module mod2
diff --git a/TAO/TAO_IDL/idl_specs/primtypes.idl b/TAO/TAO_IDL/idl_specs/primtypes.idl
index fa5d154f8f2..63c6a27d809 100644
--- a/TAO/TAO_IDL/idl_specs/primtypes.idl
+++ b/TAO/TAO_IDL/idl_specs/primtypes.idl
@@ -1,3 +1,5 @@
+// $Id$
+
interface ex1
{
attribute long l1;
diff --git a/TAO/TAO_IDL/idl_specs/sequence.idl b/TAO/TAO_IDL/idl_specs/sequence.idl
index 4701c987b15..7a86a2cf481 100644
--- a/TAO/TAO_IDL/idl_specs/sequence.idl
+++ b/TAO/TAO_IDL/idl_specs/sequence.idl
@@ -1,3 +1,5 @@
+// $Id$
+
typedef sequence<long,10> vec10;
typedef sequence<char,20> c20;
typedef sequence<c20,23> cc23;
diff --git a/TAO/TAO_IDL/idl_specs/simple.idl b/TAO/TAO_IDL/idl_specs/simple.idl
index 6538d9410ba..b10cdd73668 100644
--- a/TAO/TAO_IDL/idl_specs/simple.idl
+++ b/TAO/TAO_IDL/idl_specs/simple.idl
@@ -1,3 +1,5 @@
+// $Id$
+
typedef sequence<long,10> vec10;
exception simple_error {
diff --git a/TAO/TAO_IDL/idl_specs/simple2.idl b/TAO/TAO_IDL/idl_specs/simple2.idl
index b26e7ff3230..8f9202f9485 100644
--- a/TAO/TAO_IDL/idl_specs/simple2.idl
+++ b/TAO/TAO_IDL/idl_specs/simple2.idl
@@ -1,3 +1,5 @@
+// $Id$
+
#include "simple.idl"
diff --git a/TAO/TAO_IDL/idl_specs/struct.idl b/TAO/TAO_IDL/idl_specs/struct.idl
index 42f215a1a62..a098efd9b12 100644
--- a/TAO/TAO_IDL/idl_specs/struct.idl
+++ b/TAO/TAO_IDL/idl_specs/struct.idl
@@ -1,3 +1,5 @@
+// $Id$
+
struct bar {
long b1;
long b2;
diff --git a/TAO/TAO_IDL/idl_specs/union.idl b/TAO/TAO_IDL/idl_specs/union.idl
index 7b6e32b9957..587dae3a9c9 100644
--- a/TAO/TAO_IDL/idl_specs/union.idl
+++ b/TAO/TAO_IDL/idl_specs/union.idl
@@ -1,3 +1,5 @@
+// $Id$
+
struct Bar {
long b1;
char b2;
diff --git a/TAO/TAO_IDL/idl_specs/union2.idl b/TAO/TAO_IDL/idl_specs/union2.idl
index 94a355facdf..843980ac048 100644
--- a/TAO/TAO_IDL/idl_specs/union2.idl
+++ b/TAO/TAO_IDL/idl_specs/union2.idl
@@ -1,3 +1,5 @@
+// $Id$
+
enum FooDisc {
FOO1,
FOO2
diff --git a/TAO/TAO_IDL/include/drv_extern.h b/TAO/TAO_IDL/include/drv_extern.h
index 8f5d6651f91..f50a38e0cd6 100644
--- a/TAO/TAO_IDL/include/drv_extern.h
+++ b/TAO/TAO_IDL/include/drv_extern.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/drv_link.h b/TAO/TAO_IDL/include/drv_link.h
index daea5b77b88..fa154436c25 100644
--- a/TAO/TAO_IDL/include/drv_link.h
+++ b/TAO/TAO_IDL/include/drv_link.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/drv_private.h b/TAO/TAO_IDL/include/drv_private.h
index caa74747db7..6b18ea8df74 100644
--- a/TAO/TAO_IDL/include/drv_private.h
+++ b/TAO/TAO_IDL/include/drv_private.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/fe_declarator.h b/TAO/TAO_IDL/include/fe_declarator.h
index dee81ffe035..00840836a90 100644
--- a/TAO/TAO_IDL/include/fe_declarator.h
+++ b/TAO/TAO_IDL/include/fe_declarator.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/fe_extern.h b/TAO/TAO_IDL/include/fe_extern.h
index 816081f1323..87ec38c5b55 100644
--- a/TAO/TAO_IDL/include/fe_extern.h
+++ b/TAO/TAO_IDL/include/fe_extern.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/fe_interface_header.h b/TAO/TAO_IDL/include/fe_interface_header.h
index b75164780a8..f9b9d5bbf45 100644
--- a/TAO/TAO_IDL/include/fe_interface_header.h
+++ b/TAO/TAO_IDL/include/fe_interface_header.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/fe_private.h b/TAO/TAO_IDL/include/fe_private.h
index d90e19907bd..8edf1e6971d 100644
--- a/TAO/TAO_IDL/include/fe_private.h
+++ b/TAO/TAO_IDL/include/fe_private.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/global_extern.h b/TAO/TAO_IDL/include/global_extern.h
index 3ff7bf93dfd..c28a733f785 100644
--- a/TAO/TAO_IDL/include/global_extern.h
+++ b/TAO/TAO_IDL/include/global_extern.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/idl.h b/TAO/TAO_IDL/include/idl.h
index 24442901569..14592970752 100644
--- a/TAO/TAO_IDL/include/idl.h
+++ b/TAO/TAO_IDL/include/idl.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/idl_bool.h b/TAO/TAO_IDL/include/idl_bool.h
index dd53d968732..c0741684896 100644
--- a/TAO/TAO_IDL/include/idl_bool.h
+++ b/TAO/TAO_IDL/include/idl_bool.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/idl_defines.h b/TAO/TAO_IDL/include/idl_defines.h
index b4a4857d3f2..6cf062ee212 100644
--- a/TAO/TAO_IDL/include/idl_defines.h
+++ b/TAO/TAO_IDL/include/idl_defines.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/idl_extern.h b/TAO/TAO_IDL/include/idl_extern.h
index efa7f328950..efbe0ccdeb5 100644
--- a/TAO/TAO_IDL/include/idl_extern.h
+++ b/TAO/TAO_IDL/include/idl_extern.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/idl_fwd.h b/TAO/TAO_IDL/include/idl_fwd.h
index a5342d73b86..7b9761418b4 100644
--- a/TAO/TAO_IDL/include/idl_fwd.h
+++ b/TAO/TAO_IDL/include/idl_fwd.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index a65fe039c60..3982758d857 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/idl_narrow.h b/TAO/TAO_IDL/include/idl_narrow.h
index c2d9e3a8370..7b770612682 100644
--- a/TAO/TAO_IDL/include/idl_narrow.h
+++ b/TAO/TAO_IDL/include/idl_narrow.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/intlmacros.h b/TAO/TAO_IDL/include/intlmacros.h
index 5a2da162932..a3a8c8c5cf0 100644
--- a/TAO/TAO_IDL/include/intlmacros.h
+++ b/TAO/TAO_IDL/include/intlmacros.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/nr_extern.h b/TAO/TAO_IDL/include/nr_extern.h
index 2da18cd4c80..efa8be05209 100644
--- a/TAO/TAO_IDL/include/nr_extern.h
+++ b/TAO/TAO_IDL/include/nr_extern.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/util.h b/TAO/TAO_IDL/include/util.h
index 6b218006c8e..fa8d871e721 100644
--- a/TAO/TAO_IDL/include/util.h
+++ b/TAO/TAO_IDL/include/util.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_decllist.h b/TAO/TAO_IDL/include/utl_decllist.h
index 9a0a37298bb..4a33e154ac2 100644
--- a/TAO/TAO_IDL/include/utl_decllist.h
+++ b/TAO/TAO_IDL/include/utl_decllist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_err.h b/TAO/TAO_IDL/include/utl_err.h
index 0873ae758a1..199e20d927f 100644
--- a/TAO/TAO_IDL/include/utl_err.h
+++ b/TAO/TAO_IDL/include/utl_err.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_error.h b/TAO/TAO_IDL/include/utl_error.h
index 0873ae758a1..199e20d927f 100644
--- a/TAO/TAO_IDL/include/utl_error.h
+++ b/TAO/TAO_IDL/include/utl_error.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_exceptlist.h b/TAO/TAO_IDL/include/utl_exceptlist.h
index c3c14ccf714..821efe648d2 100644
--- a/TAO/TAO_IDL/include/utl_exceptlist.h
+++ b/TAO/TAO_IDL/include/utl_exceptlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_exprlist.h b/TAO/TAO_IDL/include/utl_exprlist.h
index 3e4f7c7079e..d113b23109e 100644
--- a/TAO/TAO_IDL/include/utl_exprlist.h
+++ b/TAO/TAO_IDL/include/utl_exprlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_identifier.h b/TAO/TAO_IDL/include/utl_identifier.h
index a29543127bc..392ee7e58e5 100644
--- a/TAO/TAO_IDL/include/utl_identifier.h
+++ b/TAO/TAO_IDL/include/utl_identifier.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_idlist.h b/TAO/TAO_IDL/include/utl_idlist.h
index c33494c9248..211836af42e 100644
--- a/TAO/TAO_IDL/include/utl_idlist.h
+++ b/TAO/TAO_IDL/include/utl_idlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_indenter.h b/TAO/TAO_IDL/include/utl_indenter.h
index 17a1a509e1e..29c8c587f00 100644
--- a/TAO/TAO_IDL/include/utl_indenter.h
+++ b/TAO/TAO_IDL/include/utl_indenter.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_labellist.h b/TAO/TAO_IDL/include/utl_labellist.h
index e78a04ec372..e3410e34623 100644
--- a/TAO/TAO_IDL/include/utl_labellist.h
+++ b/TAO/TAO_IDL/include/utl_labellist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_list.h b/TAO/TAO_IDL/include/utl_list.h
index 017b9be1a18..0c113ab9fbc 100644
--- a/TAO/TAO_IDL/include/utl_list.h
+++ b/TAO/TAO_IDL/include/utl_list.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_namelist.h b/TAO/TAO_IDL/include/utl_namelist.h
index d7f0d8eb526..3b9be0bc45a 100644
--- a/TAO/TAO_IDL/include/utl_namelist.h
+++ b/TAO/TAO_IDL/include/utl_namelist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_scoped_name.h b/TAO/TAO_IDL/include/utl_scoped_name.h
index 5ca4d9c247f..5a3145e669b 100644
--- a/TAO/TAO_IDL/include/utl_scoped_name.h
+++ b/TAO/TAO_IDL/include/utl_scoped_name.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_stack.h b/TAO/TAO_IDL/include/utl_stack.h
index 7e343c17fc4..9d4224cde4c 100644
--- a/TAO/TAO_IDL/include/utl_stack.h
+++ b/TAO/TAO_IDL/include/utl_stack.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_string.h b/TAO/TAO_IDL/include/utl_string.h
index 35f4fae171f..0db31bd2bf6 100644
--- a/TAO/TAO_IDL/include/utl_string.h
+++ b/TAO/TAO_IDL/include/utl_string.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_strlist.h b/TAO/TAO_IDL/include/utl_strlist.h
index 2dac6ce3de6..5806cb57785 100644
--- a/TAO/TAO_IDL/include/utl_strlist.h
+++ b/TAO/TAO_IDL/include/utl_strlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h
index 5e5892d4d7f..63247a10df2 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_decllist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h
index b4bacad5510..a709776a875 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_exceptlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h
index 155f2bf43d0..5215ae18362 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_exprlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h
index 081149fe0e1..a08bac915b6 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_idlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h
index 80b7146780d..e9c38823e31 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_labellist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_list.h b/TAO/TAO_IDL/include/utl_tmpl/utl_list.h
index 420b360c6a4..8bc8c4035a6 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_list.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_list.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h
index 8668568e983..ff8f23ff45c 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_namelist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h b/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h
index fca9cdb6442..2b6966d0b01 100644
--- a/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h
+++ b/TAO/TAO_IDL/include/utl_tmpl/utl_strlist.h
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/narrow/narrow.cpp b/TAO/TAO_IDL/narrow/narrow.cpp
index 786e0f95754..ef11448f4b0 100644
--- a/TAO/TAO_IDL/narrow/narrow.cpp
+++ b/TAO/TAO_IDL/narrow/narrow.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/tao_idl.cpp b/TAO/TAO_IDL/tao_idl.cpp
index 9cd81643878..b7b61ad777a 100644
--- a/TAO/TAO_IDL/tao_idl.cpp
+++ b/TAO/TAO_IDL/tao_idl.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_err.cpp b/TAO/TAO_IDL/util/utl_err.cpp
index bbc38947132..441f900a720 100644
--- a/TAO/TAO_IDL/util/utl_err.cpp
+++ b/TAO/TAO_IDL/util/utl_err.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_error.cpp b/TAO/TAO_IDL/util/utl_error.cpp
index bbc38947132..441f900a720 100644
--- a/TAO/TAO_IDL/util/utl_error.cpp
+++ b/TAO/TAO_IDL/util/utl_error.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_identifier.cpp b/TAO/TAO_IDL/util/utl_identifier.cpp
index 750810be112..e24b385e7f9 100644
--- a/TAO/TAO_IDL/util/utl_identifier.cpp
+++ b/TAO/TAO_IDL/util/utl_identifier.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_indenter.cpp b/TAO/TAO_IDL/util/utl_indenter.cpp
index 0ebbdf7899d..4d43b0ebef5 100644
--- a/TAO/TAO_IDL/util/utl_indenter.cpp
+++ b/TAO/TAO_IDL/util/utl_indenter.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_list.cpp b/TAO/TAO_IDL/util/utl_list.cpp
index b6eb1dd16f4..ab291d32777 100644
--- a/TAO/TAO_IDL/util/utl_list.cpp
+++ b/TAO/TAO_IDL/util/utl_list.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp
index f3428bff74a..720dfda342a 100644
--- a/TAO/TAO_IDL/util/utl_scope.cpp
+++ b/TAO/TAO_IDL/util/utl_scope.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_stack.cpp b/TAO/TAO_IDL/util/utl_stack.cpp
index 5c6ef85cbd2..a9a69be27dd 100644
--- a/TAO/TAO_IDL/util/utl_stack.cpp
+++ b/TAO/TAO_IDL/util/utl_stack.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_string.cpp b/TAO/TAO_IDL/util/utl_string.cpp
index 10cc46830a7..970951133a9 100644
--- a/TAO/TAO_IDL/util/utl_string.cpp
+++ b/TAO/TAO_IDL/util/utl_string.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
COPYRIGHT
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp
index 2652f24a7c7..5c8458eee82 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_decllist.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp
index 323c316756a..8e6136e92ce 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_exceptlist.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp
index 333f2506774..bf67aab5564 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_exprlist.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp
index e4f0b0a8291..e4df564ccf5 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_idlist.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp
index 9d285e036f5..ea1cc9c4cff 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_labellist.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp
index 61effde260e..45b4c76429e 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_list.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp
index 0a5f97d3147..45a8b298a56 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_namelist.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*
diff --git a/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp b/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp
index 3311b089d79..c0315e8c145 100644
--- a/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp
+++ b/TAO/TAO_IDL/util/utl_tmpl/utl_strlist.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
/*
*======================================================================
*