Author: faridz
Date: Mon Oct  1 10:25:35 2007
New Revision: 581020

URL: http://svn.apache.org/viewvc?rev=581020&view=rev
Log:
2007-10-01 Travis Vitek <[EMAIL PROTECTED]>

        STDCXX-568
        * rwstdmessages.cpp: Add ASL header.
        * rwstdmessages.msg: Same.
        * rwstdmessages.rc: Same.

Modified:
    incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.cpp
    incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.msg
    incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.rc

Modified: incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.cpp
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.cpp?rev=581020&r1=581019&r2=581020&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.cpp (original)
+++ incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.cpp Mon Oct  
1 10:25:35 2007
@@ -1,3 +1,31 @@
+/**************************************************************************
+ *
+ * rwstdmessages.cpp -  
+ *
+ * $Id$
+ *
+ ***************************************************************************
+ *
+ * Licensed to the Apache Software  Foundation (ASF) under one or more
+ * contributor  license agreements.  See  the NOTICE  file distributed
+ * with  this  work  for  additional information  regarding  copyright
+ * ownership.   The ASF  licenses this  file to  you under  the Apache
+ * License, Version  2.0 (the  "License"); you may  not use  this file
+ * except in  compliance with the License.   You may obtain  a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the  License is distributed on an  "AS IS" BASIS,
+ * WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+ * implied.   See  the License  for  the  specific language  governing
+ * permissions and limitations under the License.
+ *
+ * Copyright 1994-2007 Rogue Wave Software.
+ * 
+ **************************************************************************/
+
 #include <rwstdmessages.h>
 int _rw_messages_version()
 {

Modified: incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.msg
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.msg?rev=581020&r1=581019&r2=581020&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.msg (original)
+++ incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.msg Mon Oct  
1 10:25:35 2007
@@ -1,3 +1,29 @@
+$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
+$ 
+$ $Id$
+$ 
+$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
+$ 
+$ Licensed to the Apache Software  Foundation (ASF) under one or more
+$ contributor  license agreements.  See  the NOTICE  file distributed
+$ with  this  work  for  additional information  regarding  copyright
+$ ownership.   The ASF  licenses this  file to  you under  the Apache
+$ License, Version  2.0 (the  License); you may  not use  this file
+$ except in  compliance with the License.   You may obtain  a copy of
+$ the License at
+$ 
+$ http://www.apache.org/licenses/LICENSE-2.0
+$ 
+$ Unless required by applicable law or agreed to in writing, software
+$ distributed under the  License is distributed on an  "AS IS" BASIS,
+$ WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+$ implied.   See  the License  for  the  specific language  governing
+$ permissions and limitations under the License.
+$ 
+$ Copyright 1994-2007 Rogue Wave Software, Inc.
+$ 
+$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
+
 $set 1  Standard Library greeting messages
 1 Hello
 2 Goodbye

Modified: incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.rc
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.rc?rev=581020&r1=581019&r2=581020&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.rc (original)
+++ incubator/stdcxx/branches/4.2.0/examples/manual/rwstdmessages.rc Mon Oct  1 
10:25:35 2007
@@ -1,3 +1,31 @@
+/***********************************************************************
+ *
+ * rwstdmessages.rc - Messages for messages facet example program
+ *
+ * $Id$
+ *
+ ***********************************************************************
+ *
+ * Licensed to the Apache Software  Foundation (ASF) under one or more
+ * contributor  license agreements.  See  the NOTICE  file distributed
+ * with  this  work  for  additional information  regarding  copyright
+ * ownership.   The ASF  licenses this  file to  you under  the Apache
+ * License, Version  2.0 (the  License); you may  not use  this file
+ * except in  compliance with the License.   You may obtain  a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the  License is distributed on an  "AS IS" BASIS,
+ * WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+ * implied.   See  the License  for  the  specific language  governing
+ * permissions and limitations under the License.
+ *
+ * Copyright 1994-2007 Rogue Wave Software, Inc.
+ * 
+ ***********************************************************************/
+
 #include <rwstdmessages.h>
 
 STRINGTABLE 


Reply via email to