You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/10/18 07:56:42 UTC

svn commit: r585877 - /tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc

Author: mturk
Date: Wed Oct 17 22:56:42 2007
New Revision: 585877

URL: http://svn.apache.org/viewvc?rev=585877&view=rev
Log:
Fix compilation. Properly quote the strings

Modified:
    tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc

Modified: tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc?rev=585877&r1=585876&r2=585877&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc (original)
+++ tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Wed Oct 17 22:56:42 2007
@@ -5,18 +5,18 @@
 
 #define TCN_COPYRIGHT "Licensed to the Apache Software Foundation (ASF) under " \
                       "one or more contributor license agreements.  See the " \
-                      "NOTICE file distributed with this work for additional "\
+                      "NOTICE file distributed with this work for additional " \
                       "information regarding copyright ownership."
 
 #define TCN_LICENSE  "The ASF licenses this file to You under the Apache " \
-                     "License, Version 2.0 (the "License"); you may not use " \
+                     "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\r\n\r\n" \
                      "http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n" \
                      "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. "\
+                     "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."
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org