[mapserver-commits] r12191 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:05:43 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:05:43 -0700 (Fri, 26 Aug 2011)
New Revision: 12191
Modified:
trunk/mapserver/mapcache/src/lock.c
Log:
add capabilities response for fastcgi.
use the correct hostname and scheme for capabilities.
thomas.bonfort | 2010-12-29 10:20:27 +0100 (Wed, 29 Dec 2010)
Modified: trunk/mapserver/mapcache/src/lock.c
===================================================================
--- trunk/mapserver/mapcache/src/lock.c 2011-08-26 11:05:39 UTC (rev 12190)
+++ trunk/mapserver/mapcache/src/lock.c 2011-08-26 11:05:43 UTC (rev 12191)
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2010 Thomas Bonfort
+ *
+ * Licensed 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.
+ */
+
#include "geocache.h"
#include <apr_file_io.h>
#include <apr_strings.h>
More information about the mapserver-commits
mailing list