diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 19:28:45 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 19:28:45 +0100 |
commit | 6ce9e22c3fa714bcc8010b8a4937928bc796c272 (patch) | |
tree | 4c2f507927e4874b1d97d66604927a5ad1b26aa3 | |
parent | 045c6313cda9e22ced241810ce17c7decb83e18f (diff) | |
download | ATCD-6ce9e22c3fa714bcc8010b8a4937928bc796c272.tar.gz |
Reduce file header
56 files changed, 3 insertions, 108 deletions
diff --git a/ACE/bin/zap_svn_id.pl b/ACE/bin/zap_svn_id.pl index d8b3b5197d6..d11616f1527 100755 --- a/ACE/bin/zap_svn_id.pl +++ b/ACE/bin/zap_svn_id.pl @@ -59,3 +59,4 @@ BEGIN{undef $/;} s/\$Id\$//smg; BEGIN{undef $/;} s/\# \n//smg; BEGIN{undef $/;} s/\*\* \n/\*\*\n/smg; +BEGIN{undef $/;} s/\/\*\n\*\*\n\*\*\n/\/\*\n/smg; diff --git a/ACE/examples/APG/Proactor/HA_Proactive_Status.cpp b/ACE/examples/APG/Proactor/HA_Proactive_Status.cpp index 46bf43244f0..68912377284 100644 --- a/ACE/examples/APG/Proactor/HA_Proactive_Status.cpp +++ b/ACE/examples/APG/Proactor/HA_Proactive_Status.cpp @@ -1,6 +1,4 @@ /* -** -** ** Example program from The ACE Programmer's Guide, Chapter 8. ** Copyright 2003 Addison-Wesley. All Rights Reserved. */ diff --git a/ACE/examples/APG/Proactor/HA_Proactive_Status.h b/ACE/examples/APG/Proactor/HA_Proactive_Status.h index a4a9d082f33..efc1c824f84 100644 --- a/ACE/examples/APG/Proactor/HA_Proactive_Status.h +++ b/ACE/examples/APG/Proactor/HA_Proactive_Status.h @@ -1,7 +1,5 @@ /* -*- C++ -*- */ /* -** -** ** Example program from The ACE Programmer's Guide, Chapter 8. ** Copyright 2003 Addison-Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Iterative_Logging_Server.cpp b/ACE/examples/C++NPv1/Iterative_Logging_Server.cpp index a8b1420e99f..82eeb271dc5 100644 --- a/ACE/examples/C++NPv1/Iterative_Logging_Server.cpp +++ b/ACE/examples/C++NPv1/Iterative_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Iterative_Logging_Server.h b/ACE/examples/C++NPv1/Iterative_Logging_Server.h index 07c0c134867..b55e4471e16 100644 --- a/ACE/examples/C++NPv1/Iterative_Logging_Server.h +++ b/ACE/examples/C++NPv1/Iterative_Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Logging_Client.cpp b/ACE/examples/C++NPv1/Logging_Client.cpp index 4a51b8cd093..87b793c4ea3 100644 --- a/ACE/examples/C++NPv1/Logging_Client.cpp +++ b/ACE/examples/C++NPv1/Logging_Client.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Logging_Handler.cpp b/ACE/examples/C++NPv1/Logging_Handler.cpp index 92bcf8c9f28..02f8a78768a 100644 --- a/ACE/examples/C++NPv1/Logging_Handler.cpp +++ b/ACE/examples/C++NPv1/Logging_Handler.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Logging_Handler.h b/ACE/examples/C++NPv1/Logging_Handler.h index be5c69092a1..4cfb7960bd1 100644 --- a/ACE/examples/C++NPv1/Logging_Handler.h +++ b/ACE/examples/C++NPv1/Logging_Handler.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Logging_Server.cpp b/ACE/examples/C++NPv1/Logging_Server.cpp index c9b65e2c4e0..13fe4fe228e 100644 --- a/ACE/examples/C++NPv1/Logging_Server.cpp +++ b/ACE/examples/C++NPv1/Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Logging_Server.h b/ACE/examples/C++NPv1/Logging_Server.h index b823c9d1d73..361251c03a2 100644 --- a/ACE/examples/C++NPv1/Logging_Server.h +++ b/ACE/examples/C++NPv1/Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.cpp b/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.cpp index 7cf49b0dcde..6dc75823682 100644 --- a/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.cpp +++ b/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h b/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h index c1311acb9e2..5fee428b026 100644 --- a/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h +++ b/ACE/examples/C++NPv1/Process_Per_Connection_Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp b/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp index 7ea946a36a3..8b2ac983310 100644 --- a/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp +++ b/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.h b/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.h index d0e2ca69be0..a781b74c08c 100644 --- a/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.h +++ b/ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Reactive_Logging_Server.cpp b/ACE/examples/C++NPv1/Reactive_Logging_Server.cpp index 4c8380924c8..e7e2540e7fe 100644 --- a/ACE/examples/C++NPv1/Reactive_Logging_Server.cpp +++ b/ACE/examples/C++NPv1/Reactive_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Reactive_Logging_Server.h b/ACE/examples/C++NPv1/Reactive_Logging_Server.h index d33a9645c97..3c6f261ad0e 100644 --- a/ACE/examples/C++NPv1/Reactive_Logging_Server.h +++ b/ACE/examples/C++NPv1/Reactive_Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.cpp b/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.cpp index 708b308a91e..02abd1e8e66 100644 --- a/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.cpp +++ b/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h b/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h index 51beea68b51..85b7e8a22cf 100644 --- a/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h +++ b/ACE/examples/C++NPv1/Reactive_Logging_Server_Ex.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp b/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp index 1e8565255cc..d5d9196400c 100644 --- a/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp +++ b/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h b/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h index 44b7687c3b2..65f916146ae 100644 --- a/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h +++ b/ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp b/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp index 5d471be00c7..7ab98e0fbe1 100644 --- a/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp +++ b/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.h b/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.h index ce90e2b2d76..e4545a278c5 100644 --- a/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.h +++ b/ACE/examples/C++NPv2/AC_Client_Logging_Daemon.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp b/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp index a0de8069140..8fde7734cc4 100644 --- a/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp +++ b/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h b/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h index 5867287047f..2709285b859 100644 --- a/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h +++ b/ACE/examples/C++NPv2/AIO_Client_Logging_Daemon.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Client_Logging_Daemon.cpp b/ACE/examples/C++NPv2/Client_Logging_Daemon.cpp index 8037cac294d..ce6f20248b0 100644 --- a/ACE/examples/C++NPv2/Client_Logging_Daemon.cpp +++ b/ACE/examples/C++NPv2/Client_Logging_Daemon.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Configurable_Logging_Server.cpp b/ACE/examples/C++NPv2/Configurable_Logging_Server.cpp index f4ca617ec93..5f6b43691da 100644 --- a/ACE/examples/C++NPv2/Configurable_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/Configurable_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Acceptor.cpp b/ACE/examples/C++NPv2/Logging_Acceptor.cpp index d863ea2119e..346641f5547 100644 --- a/ACE/examples/C++NPv2/Logging_Acceptor.cpp +++ b/ACE/examples/C++NPv2/Logging_Acceptor.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Acceptor.h b/ACE/examples/C++NPv2/Logging_Acceptor.h index 51215cc876c..e49b5d7a7d3 100644 --- a/ACE/examples/C++NPv2/Logging_Acceptor.h +++ b/ACE/examples/C++NPv2/Logging_Acceptor.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Acceptor_Ex.h b/ACE/examples/C++NPv2/Logging_Acceptor_Ex.h index d153ca18b62..da6112d0741 100644 --- a/ACE/examples/C++NPv2/Logging_Acceptor_Ex.h +++ b/ACE/examples/C++NPv2/Logging_Acceptor_Ex.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Event_Handler.cpp b/ACE/examples/C++NPv2/Logging_Event_Handler.cpp index 1afffc7df2a..9465f1a0119 100644 --- a/ACE/examples/C++NPv2/Logging_Event_Handler.cpp +++ b/ACE/examples/C++NPv2/Logging_Event_Handler.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Event_Handler.h b/ACE/examples/C++NPv2/Logging_Event_Handler.h index 20b9746e544..286193ef9cb 100644 --- a/ACE/examples/C++NPv2/Logging_Event_Handler.h +++ b/ACE/examples/C++NPv2/Logging_Event_Handler.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp index 86dac048e63..8cefebc5b90 100644 --- a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp +++ b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h index 7a5f42f6719..3826c9a2315 100644 --- a/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h +++ b/ACE/examples/C++NPv2/Logging_Event_Handler_Ex.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Handler.cpp b/ACE/examples/C++NPv2/Logging_Handler.cpp index 066aff8c393..5fc17dad451 100644 --- a/ACE/examples/C++NPv2/Logging_Handler.cpp +++ b/ACE/examples/C++NPv2/Logging_Handler.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Logging_Handler.h b/ACE/examples/C++NPv2/Logging_Handler.h index c036eb5c010..4164b520043 100644 --- a/ACE/examples/C++NPv2/Logging_Handler.h +++ b/ACE/examples/C++NPv2/Logging_Handler.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2001 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Reactor_Logging_Server.cpp b/ACE/examples/C++NPv2/Reactor_Logging_Server.cpp index ee7c4ccad1f..f44877cf7a6 100644 --- a/ACE/examples/C++NPv2/Reactor_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/Reactor_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.cpp b/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.cpp index 4144298f51c..df155968442 100644 --- a/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.cpp +++ b/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.h b/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.h index 1a1841105d9..b4839beb648 100644 --- a/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.h +++ b/ACE/examples/C++NPv2/Reactor_Logging_Server_Adapter.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Reactor_Logging_Server_T.cpp b/ACE/examples/C++NPv2/Reactor_Logging_Server_T.cpp index e42e99aa47e..962affe35cd 100644 --- a/ACE/examples/C++NPv2/Reactor_Logging_Server_T.cpp +++ b/ACE/examples/C++NPv2/Reactor_Logging_Server_T.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Reactor_Logging_Server_T.h b/ACE/examples/C++NPv2/Reactor_Logging_Server_T.h index 1685a3adddf..2df69c8bb04 100644 --- a/ACE/examples/C++NPv2/Reactor_Logging_Server_T.h +++ b/ACE/examples/C++NPv2/Reactor_Logging_Server_T.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/SLD.cpp b/ACE/examples/C++NPv2/SLD.cpp index b56e8cff8e3..70b2c5583ff 100644 --- a/ACE/examples/C++NPv2/SLD.cpp +++ b/ACE/examples/C++NPv2/SLD.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/SLDex.cpp b/ACE/examples/C++NPv2/SLDex.cpp index 1e1d0c02f95..ea7bc9a6162 100644 --- a/ACE/examples/C++NPv2/SLDex.cpp +++ b/ACE/examples/C++NPv2/SLDex.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/SR_Configurable_Logging_Server.cpp b/ACE/examples/C++NPv2/SR_Configurable_Logging_Server.cpp index 7a686f4ff5c..445e34f595c 100644 --- a/ACE/examples/C++NPv2/SR_Configurable_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/SR_Configurable_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp b/ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp index 4059009a4ce..275e4de8420 100644 --- a/ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Server_Shutdown.cpp b/ACE/examples/C++NPv2/Server_Shutdown.cpp index a8d1fb56c79..ce5fae2f8fb 100644 --- a/ACE/examples/C++NPv2/Server_Shutdown.cpp +++ b/ACE/examples/C++NPv2/Server_Shutdown.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Service_Reporter.cpp b/ACE/examples/C++NPv2/Service_Reporter.cpp index 18328da570d..f14bf0a8cc0 100644 --- a/ACE/examples/C++NPv2/Service_Reporter.cpp +++ b/ACE/examples/C++NPv2/Service_Reporter.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/Service_Reporter.h b/ACE/examples/C++NPv2/Service_Reporter.h index 29842865968..5ed49d74946 100644 --- a/ACE/examples/C++NPv2/Service_Reporter.h +++ b/ACE/examples/C++NPv2/Service_Reporter.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/TPC_Logging_Server.cpp b/ACE/examples/C++NPv2/TPC_Logging_Server.cpp index 1158bc37f10..72fdd160b6a 100644 --- a/ACE/examples/C++NPv2/TPC_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/TPC_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** This is the Thread-per-connection logging server example from Chapter 7. ** ** Copyright 2002 Addison Wesley. All Rights Reserved. diff --git a/ACE/examples/C++NPv2/TPC_Logging_Server.h b/ACE/examples/C++NPv2/TPC_Logging_Server.h index 4802507ac39..d4628813e7d 100644 --- a/ACE/examples/C++NPv2/TPC_Logging_Server.h +++ b/ACE/examples/C++NPv2/TPC_Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** This is the Thread-per-connection logging server example from Chapter 7. ** ** Copyright 2002 Addison Wesley. All Rights Reserved. diff --git a/ACE/examples/C++NPv2/TP_Logging_Server.cpp b/ACE/examples/C++NPv2/TP_Logging_Server.cpp index b1fe575daa6..10bb93f0586 100644 --- a/ACE/examples/C++NPv2/TP_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/TP_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/TP_Logging_Server.h b/ACE/examples/C++NPv2/TP_Logging_Server.h index be5945ddc6b..0f0ca357b76 100644 --- a/ACE/examples/C++NPv2/TP_Logging_Server.h +++ b/ACE/examples/C++NPv2/TP_Logging_Server.h @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp b/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp index c6b7f4f51d6..c23238a56d4 100644 --- a/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp b/ACE/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp index 363bcc6df3a..3d9b2b04e89 100644 --- a/ACE/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/C++NPv2/display_logfile.cpp b/ACE/examples/C++NPv2/display_logfile.cpp index 1378c915c8d..49a58b2eb4c 100644 --- a/ACE/examples/C++NPv2/display_logfile.cpp +++ b/ACE/examples/C++NPv2/display_logfile.cpp @@ -1,6 +1,4 @@ /* -** -** ** Copyright 2002 Addison Wesley. All Rights Reserved. */ diff --git a/ACE/examples/Reactor/Proactor/test_cancel.h b/ACE/examples/Reactor/Proactor/test_cancel.h index 26b875e37f7..4ab7daca364 100644 --- a/ACE/examples/Reactor/Proactor/test_cancel.h +++ b/ACE/examples/Reactor/Proactor/test_cancel.h @@ -1,5 +1,5 @@ /* -** +** */ #ifndef _TEST_CANCEL_H diff --git a/ACE/examples/Reactor/Proactor/test_proactor.h b/ACE/examples/Reactor/Proactor/test_proactor.h index 7c1e95dff21..b689676be7b 100644 --- a/ACE/examples/Reactor/Proactor/test_proactor.h +++ b/ACE/examples/Reactor/Proactor/test_proactor.h @@ -1,5 +1,5 @@ /* -** +** */ #ifndef _TEST_PROACTOR_H |