You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/03/04 02:16:54 UTC

svn commit: r1076915 - /apr/apr/trunk/xml/expat_config.hnw

Author: fuankg
Date: Fri Mar  4 01:16:53 2011
New Revision: 1076915

URL: http://svn.apache.org/viewvc?rev=1076915&view=rev
Log:
Set eol-style native.

Modified:
    apr/apr/trunk/xml/expat_config.hnw   (contents, props changed)

Modified: apr/apr/trunk/xml/expat_config.hnw
URL: http://svn.apache.org/viewvc/apr/apr/trunk/xml/expat_config.hnw?rev=1076915&r1=1076914&r2=1076915&view=diff
==============================================================================
--- apr/apr/trunk/xml/expat_config.hnw (original)
+++ apr/apr/trunk/xml/expat_config.hnw Fri Mar  4 01:16:53 2011
@@ -1,31 +1,30 @@
-/* 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.
- */
-
-#ifndef EXPAT_CONFIG_HNW
-#define EXPAT_CONFIG_HNW
-
-#include <memory.h>
-#include <string.h>
-
-#define HAVE_MEMMOVE 1
-
-#define XML_NS 1
-#define XML_DTD 1
-#define XML_BYTE_ORDER 12
-#define XML_CONTEXT_BYTES 1024
-
-#endif /* EXPAT_CONFIG_HNW */
-
+/* 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.
+ */
+
+#ifndef EXPAT_CONFIG_HNW
+#define EXPAT_CONFIG_HNW
+
+#include <string.h>
+
+#define HAVE_MEMMOVE 1
+
+#define XML_NS 1
+#define XML_DTD 1
+#define XML_BYTE_ORDER 12
+#define XML_CONTEXT_BYTES 1024
+
+#endif /* EXPAT_CONFIG_HNW */
+

Propchange: apr/apr/trunk/xml/expat_config.hnw
------------------------------------------------------------------------------
    svn:eol-style = native