- Timestamp:
- 05/25/11 14:41:17 (12 months ago)
- Files:
-
- 1 modified
-
framework/server/trunk/mapfish/protocol.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/server/trunk/mapfish/protocol.py
r3757 r3785 25 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 26 26 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 # 28 29 # 30 # Portions of this file were inpired by code from FeatureServer 31 # (http://featureserver.org). FeatureServer is relased under the "open source 32 # license by Metacarta", which is identical to the BSD license except for 33 # specific clauses. This license terms are defined here: 34 # http://featureserver.org/license.html 27 35 # 28 36
