[MXD2map-commits] r256:4dc2b9aa3c57

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Aug 15 15:18:11 CEST 2011


details:   http://hg.intevation.org/geospatial/mxd2map/rev/4dc2b9aa3c57

changeset: 256:4dc2b9aa3c57

user:      raimund renkert <raimund.renkert at intevation.de>

date:      Mon Aug 15 15:03:44 2011 +0200

description:
Added LGPL header.


diffstat:

 ChangeLog                                |  22 ++++++++++++++++++++++
 build.xml                                |  21 +++++++++++++++++++++
 conf/log4j.properties                    |  18 ++++++++++++++++++
 contrib/apache/mxd-testbed.conf          |  18 ++++++++++++++++++
 contrib/python/FixWorkspacePaths.py      |  18 ++++++++++++++++++
 contrib/python/generateHTML.py           |  17 ++++++++++++++++-
 contrib/sh/test_mxd.cgi                  |  18 ++++++++++++++++++
 contrib/sh/wms_mxd.cgi                   |  18 ++++++++++++++++++
 converter.properties.sample              |  19 +++++++++++++++++++
 doku/Makefile                            |  18 ++++++++++++++++++
 doku/source/functionality.txt            |  19 +++++++++++++++++++
 doku/source/restrictions.txt             |  19 +++++++++++++++++++
 mapserver/epsg/epsg                      |  18 ++++++++++++++++++
 mapserver/fonts/fonts.txt                |  18 ++++++++++++++++++
 mapserver/mapfile/mapfile_header.include |  18 ++++++++++++++++++
 mapserver/mapfile/mxd.map                |  18 ++++++++++++++++++
 mapserver/symbols/symbols.sym            |  18 ++++++++++++++++++
 properties.xml                           |  21 +++++++++++++++++++++
 ttf-fonts/fonts.txt                      |  18 ++++++++++++++++++
 19 files changed, 353 insertions(+), 1 deletions(-)

diffs (496 lines):

diff -r 5c80058c08f6 -r 4dc2b9aa3c57 ChangeLog
--- a/ChangeLog	Mon Aug 15 14:12:19 2011 +0200
+++ b/ChangeLog	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,25 @@
+2011-08-15  Raimund Renkert  <raimund.renkert at intevation.de>
+
+	* build.xml,
+	  conf/log4j.properties,
+	  contrib/apache/mxd-testbed.conf,
+	  contrib/python/FixWorkspacePaths.py,
+	  contrib/python/generateHTML.py,
+	  contrib/sh/test_mxd.cgi,
+	  contrib/sh/wms_mxd.cgi,
+	  converter.properties.sample,
+	  doku/Makefile,
+	  doku/source/functionality.txt,
+	  doku/source/restrictions.txt,
+	  mapserver/epsg/epsg,
+	  mapserver/fonts/fonts.txt,
+	  mapserver/mapfile/mapfile_header.include,
+	  mapserver/mapfile/mxd.map,
+	  mapserver/symbols/symbols.sym,
+	  properties.xml,
+	  ttf-fonts/fonts.txt:
+	  Added LGPL header.
+
 2011-08-15  Raimund Renkert  <raimund.renkert at intevation.de>
 
 	* src/java/de/intevation/mxd/Converter.java:
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 build.xml
--- a/build.xml	Mon Aug 15 14:12:19 2011 +0200
+++ b/build.xml	Mon Aug 15 15:03:44 2011 +0200
@@ -2,6 +2,27 @@
 <!DOCTYPE project[
   <!ENTITY properties SYSTEM "properties.xml">
 ]>
+<!--
+/*
+ * Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+ * 
+ * This file is part of MXD2map.
+ *
+ * This program is free software under the LGPL (>=v2.1)
+ * Read the file LICENCE.txt coming with the software for details
+ * or visit http://www.gnu.org/licenses/ if it does not exist.
+ *
+ * MXD2map has been developed on behalf of the
+ * Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+ * by Intevation GmbH.
+ *
+ * Authors:
+ * Raimund Renkert <raimund.renkert at intevation.de>
+ * Bjoern Schilberg <bjoern.schilberg at intevation.de>
+ * Stephan Holl <stephan.holl at intevation.de>
+*/
+-->
+
 <!-- :mode=ant -->
 
 <project name="MXD-Konverter" default="all" basedir=".">
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 conf/log4j.properties
--- a/conf/log4j.properties	Mon Aug 15 14:12:19 2011 +0200
+++ b/conf/log4j.properties	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 #### Log just errors and warnings to a file.
 log4j.rootLogger=DEBUG, MXD, Console
 
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/apache/mxd-testbed.conf
--- a/contrib/apache/mxd-testbed.conf	Mon Aug 15 14:12:19 2011 +0200
+++ b/contrib/apache/mxd-testbed.conf	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 #
 # VirtualHost template
 # Note: to use the template, rename it to /etc/apache2/vhost.d/yourvhost.conf. 
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/python/FixWorkspacePaths.py
--- a/contrib/python/FixWorkspacePaths.py	Mon Aug 15 14:12:19 2011 +0200
+++ b/contrib/python/FixWorkspacePaths.py	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 import arcpy, os
 
 inputMXD = arcpy.GetParameterAsText(0)
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/python/generateHTML.py
--- a/contrib/python/generateHTML.py	Mon Aug 15 14:12:19 2011 +0200
+++ b/contrib/python/generateHTML.py	Mon Aug 15 15:03:44 2011 +0200
@@ -1,7 +1,22 @@
 #!/usr/bin/env python
 #
-# (C) 2011, Intevation GmbH, Stephan Holl <stephan.holl at intevation.de>
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
 #
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 #
 # Generate a HTML-Page based on a recursive folder structure of generated
 # mapfiles from MXD2map
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/sh/test_mxd.cgi
--- a/contrib/sh/test_mxd.cgi	Mon Aug 15 14:12:19 2011 +0200
+++ b/contrib/sh/test_mxd.cgi	Mon Aug 15 15:03:44 2011 +0200
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 # SLES compatible
 MS_MAPFILE=/tmp/test.map
 export MS_MAPFILE
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 contrib/sh/wms_mxd.cgi
--- a/contrib/sh/wms_mxd.cgi	Mon Aug 15 14:12:19 2011 +0200
+++ b/contrib/sh/wms_mxd.cgi	Mon Aug 15 15:03:44 2011 +0200
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 # SLES compatible
 MS_MAPFILE=/home/intevation/mxd-testbed/mapserver/mapfile/mxd.map
 export MS_MAPFILE
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 converter.properties.sample
--- a/converter.properties.sample	Mon Aug 15 14:12:19 2011 +0200
+++ b/converter.properties.sample	Mon Aug 15 15:03:44 2011 +0200
@@ -1,4 +1,23 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 # Java properties file for the MXD Converter Tool.
+
 mxd = \\full\\path\\to\\mxd-file
 map = \\full\\path\\to\\map-file
 map-template = \\full\\path\\to\\mapfile-template
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 doku/Makefile
--- a/doku/Makefile	Mon Aug 15 14:12:19 2011 +0200
+++ b/doku/Makefile	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 # Makefile for Sphinx documentation
 #
 
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 doku/source/functionality.txt
--- a/doku/source/functionality.txt	Mon Aug 15 14:12:19 2011 +0200
+++ b/doku/source/functionality.txt	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,22 @@
+..
+.. Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+.. 
+.. This file is part of MXD2map.
+..
+.. This program is free software under the LGPL (>=v2.1)
+.. Read the file LICENCE.txt coming with the software for details
+.. or visit http://www.gnu.org/licenses/ if it does not exist.
+..
+.. MXD2map has been developed on behalf of the
+.. Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+.. by Intevation GmbH.
+..
+.. Authors:
+.. Raimund Renkert <raimund.renkert at intevation.de>
+.. Bjoern Schilberg <bjoern.schilberg at intevation.de>
+.. Stephan Holl <stephan.holl at intevation.de>
+
+
 .. index:: features, functionality, configuration, runtime-parameter, commandline
 
 -------------
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 doku/source/restrictions.txt
--- a/doku/source/restrictions.txt	Mon Aug 15 14:12:19 2011 +0200
+++ b/doku/source/restrictions.txt	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,22 @@
+..
+.. Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+.. 
+.. This file is part of MXD2map.
+..
+.. This program is free software under the LGPL (>=v2.1)
+.. Read the file LICENCE.txt coming with the software for details
+.. or visit http://www.gnu.org/licenses/ if it does not exist.
+..
+.. MXD2map has been developed on behalf of the
+.. Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+.. by Intevation GmbH.
+..
+.. Authors:
+.. Raimund Renkert <raimund.renkert at intevation.de>
+.. Bjoern Schilberg <bjoern.schilberg at intevation.de>
+.. Stephan Holl <stephan.holl at intevation.de>
+
+
 .. index:: restrictions, label, Raster, ArcSDE, SDE, workaround, picture-symols, windows, ArcEngine
 .. _restriction-label:
 
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/epsg/epsg
--- a/mapserver/epsg/epsg	Mon Aug 15 14:12:19 2011 +0200
+++ b/mapserver/epsg/epsg	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 # WGS 84 / LAT-LON
 <4326> +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs <>
 
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/fonts/fonts.txt
--- a/mapserver/fonts/fonts.txt	Mon Aug 15 14:12:19 2011 +0200
+++ b/mapserver/fonts/fonts.txt	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 ## SLES 11
 DejaVuSans /usr/share/fonts/truetype/DejaVuSans.ttf
 
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/mapfile/mapfile_header.include
--- a/mapserver/mapfile/mapfile_header.include	Mon Aug 15 14:12:19 2011 +0200
+++ b/mapserver/mapfile/mapfile_header.include	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 STATUS ON
 SIZE 400 400 
 EXTENT 3427000 5787000 3444200 5801000
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/mapfile/mxd.map
--- a/mapserver/mapfile/mxd.map	Mon Aug 15 14:12:19 2011 +0200
+++ b/mapserver/mapfile/mxd.map	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 #MapServer mxd map file
 MAP
 
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 mapserver/symbols/symbols.sym
--- a/mapserver/symbols/symbols.sym	Mon Aug 15 14:12:19 2011 +0200
+++ b/mapserver/symbols/symbols.sym	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 SYMBOLSET
     # basic symbol for hatching in all variantes which
     # will be combined inside the STYLE-block
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 properties.xml
--- a/properties.xml	Mon Aug 15 14:12:19 2011 +0200
+++ b/properties.xml	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,24 @@
+<!--
+/*
+ * Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+ * 
+ * This file is part of MXD2map.
+ *
+ * This program is free software under the LGPL (>=v2.1)
+ * Read the file LICENCE.txt coming with the software for details
+ * or visit http://www.gnu.org/licenses/ if it does not exist.
+ *
+ * MXD2map has been developed on behalf of the
+ * Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+ * by Intevation GmbH.
+ *
+ * Authors:
+ * Raimund Renkert <raimund.renkert at intevation.de>
+ * Bjoern Schilberg <bjoern.schilberg at intevation.de>
+ * Stephan Holl <stephan.holl at intevation.de>
+ */
+-->
+
 <!-- ========================================= -->
 <!-- load environment variables -->
 <!-- ========================================= -->
diff -r 5c80058c08f6 -r 4dc2b9aa3c57 ttf-fonts/fonts.txt
--- a/ttf-fonts/fonts.txt	Mon Aug 15 14:12:19 2011 +0200
+++ b/ttf-fonts/fonts.txt	Mon Aug 15 15:03:44 2011 +0200
@@ -1,3 +1,21 @@
+#
+# Copyright (c) 2011 by Intevation GmbH, Germany <info at intevation.de>
+# 
+# This file is part of MXD2map.
+#
+# This program is free software under the LGPL (>=v2.1)
+# Read the file LICENCE.txt coming with the software for details
+# or visit http://www.gnu.org/licenses/ if it does not exist.
+#
+# MXD2map has been developed on behalf of the
+# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
+# by Intevation GmbH.
+#
+# Authors:
+# Raimund Renkert <raimund.renkert at intevation.de>
+# Bjoern Schilberg <bjoern.schilberg at intevation.de>
+# Stephan Holl <stephan.holl at intevation.de>
+
 # Make sure that your alias-names do _not_ contain spaces since the 
 # parser does not handle that correctly.
 #


More information about the MXD2map-commits mailing list