summaryrefslogtreecommitdiff
path: root/ACE/contrib
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-19 10:16:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-19 10:16:28 +0000
commitc725b20ebd50099633a9daa3b20e0f2df3245706 (patch)
treeae63fb969f94c10152dd336fe73cd80cc0529d0a /ACE/contrib
parent34c831d57725ae6c961b177570cc39ad9924f5b9 (diff)
downloadATCD-c725b20ebd50099633a9daa3b20e0f2df3245706.tar.gz
Diffstat (limited to 'ACE/contrib')
-rw-r--r--ACE/contrib/FaCE/FaCE.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/contrib/FaCE/FaCE.cpp b/ACE/contrib/FaCE/FaCE.cpp
index a055f92a700..85387afaebd 100644
--- a/ACE/contrib/FaCE/FaCE.cpp
+++ b/ACE/contrib/FaCE/FaCE.cpp
@@ -1,4 +1,4 @@
-// $Id$
+// $Id$
#include "FaCE.h"
@@ -460,9 +460,9 @@ LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
SHINITDLGINFO shidi;
ACE_TCHAR* copyrightNote =
-ACE_TEXT("ACE® and TAO® are copyrighted by Dr. Douglas C. Schmidt and Center for Distributed Object") \
-ACE_TEXT("Computing at Washington University,© 1993-2002, all rights reserved.") \
-ACE_TEXT("FaCE is copyrighted by Object Computing, Inc.,© 2002,\n all rights reserved.\n") \
+ACE_TEXT("ACE© and TAO© are copyrighted by Dr. Douglas C. Schmidt and Center for Distributed Object") \
+ACE_TEXT("Computing at Washington University,© 1993-2002, all rights reserved.") \
+ACE_TEXT("FaCE is copyrighted by Object Computing, Inc.,© 2002,\n all rights reserved.\n") \
ACE_TEXT("See License.txt for more information.");
switch (message)