You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/04/02 13:37:14 UTC

svn commit: r761291 - in /incubator/olio: geocoder/web/index.jsp webapp/php/trunk/public_html/js/AjaxRequest.js webapp/php/trunk/public_html/phpinfo.php

Author: shanti
Date: Thu Apr  2 13:37:14 2009
New Revision: 761291

URL: http://svn.apache.org/viewvc?rev=761291&view=rev
Log:
More fixes for OLIO-13.

Removed:
    incubator/olio/webapp/php/trunk/public_html/js/AjaxRequest.js
Modified:
    incubator/olio/geocoder/web/index.jsp
    incubator/olio/webapp/php/trunk/public_html/phpinfo.php

Modified: incubator/olio/geocoder/web/index.jsp
URL: http://svn.apache.org/viewvc/incubator/olio/geocoder/web/index.jsp?rev=761291&r1=761290&r2=761291&view=diff
==============================================================================
--- incubator/olio/geocoder/web/index.jsp (original)
+++ incubator/olio/geocoder/web/index.jsp Thu Apr  2 13:37:14 2009
@@ -1,3 +1,21 @@
+<!--
+ * 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.
+ * 
+-->
 <%@page contentType="text/html"%>
 <%@page pageEncoding="UTF-8"%>
 <%--

Modified: incubator/olio/webapp/php/trunk/public_html/phpinfo.php
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/php/trunk/public_html/phpinfo.php?rev=761291&r1=761290&r2=761291&view=diff
==============================================================================
--- incubator/olio/webapp/php/trunk/public_html/phpinfo.php (original)
+++ incubator/olio/webapp/php/trunk/public_html/phpinfo.php Thu Apr  2 13:37:14 2009
@@ -1,3 +1,21 @@
 <?php
+/*
+ * 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.
+ * 
+ */
 phpinfo();
 ?>