# HG changeset patch # User Raimund Renkert # Date 1312892691 -7200 # Node ID df4e0946ef028a105f27c3821eae80ef4946e13c # Parent bb25c7a4553ea8e12cf2148ae2c77da4089e7053 Added LGPL header. diff -r bb25c7a4553e -r df4e0946ef02 ChangeLog --- a/ChangeLog Tue Aug 09 13:50:45 2011 +0200 +++ b/ChangeLog Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,52 @@ +2011-08-09 Raimund Renkert + + * src/java/de/intevation/mxd/ArcGISInitializer.java, + src/java/de/intevation/mxd/Converter.java, + src/java/de/intevation/mxd/reader/AbstractSymbolReader.java, + src/java/de/intevation/mxd/reader/ArrowMarkerSymbolReader.java, + src/java/de/intevation/mxd/reader/CartoLineSymbolReader.java, + src/java/de/intevation/mxd/reader/CharacterMarkerSymbolReader.java, + src/java/de/intevation/mxd/reader/ClassBreakRendererReader.java, + src/java/de/intevation/mxd/reader/FeatureClassReader.java, + src/java/de/intevation/mxd/reader/FeatureLayerReader.java, + src/java/de/intevation/mxd/reader/FillSymbolReader.java, + src/java/de/intevation/mxd/reader/GdbRasterCatalogLayerReader.java, + src/java/de/intevation/mxd/reader/GroupLayerReader.java, + src/java/de/intevation/mxd/reader/HashLineSymbolReader.java, + src/java/de/intevation/mxd/reader/IClassReader.java, + src/java/de/intevation/mxd/reader/ILayerReader.java, + src/java/de/intevation/mxd/reader/IReader.java, + src/java/de/intevation/mxd/reader/IRendererReader.java, + src/java/de/intevation/mxd/reader/ISymbolReader.java, + src/java/de/intevation/mxd/reader/LabelEngineReader.java, + src/java/de/intevation/mxd/reader/LineFillSymbolReader.java, + src/java/de/intevation/mxd/reader/LineSymbolReader.java, + src/java/de/intevation/mxd/reader/MXDReader.java, + src/java/de/intevation/mxd/reader/MapReader.java, + src/java/de/intevation/mxd/reader/MarkerFillSymbolReader.java, + src/java/de/intevation/mxd/reader/MarkerLineSymbolReader.java, + src/java/de/intevation/mxd/reader/MarkerSymbolReader.java, + src/java/de/intevation/mxd/reader/MultiLayerFillSymbolReader.java, + src/java/de/intevation/mxd/reader/MultiLayerLineSymbolReader.java, + src/java/de/intevation/mxd/reader/MultiLayerMarkerSymbolReader.java, + src/java/de/intevation/mxd/reader/PictureLineSymbolReader.java, + src/java/de/intevation/mxd/reader/PictureMarkerSymbolReader.java, + src/java/de/intevation/mxd/reader/SimpleFillSymbolReader.java, + src/java/de/intevation/mxd/reader/SimpleLineSymbolReader.java, + src/java/de/intevation/mxd/reader/SimpleMarkerSymbolReader.java, + src/java/de/intevation/mxd/reader/SimpleRendererReader.java, + src/java/de/intevation/mxd/reader/TextSymbolReader.java, + src/java/de/intevation/mxd/reader/UniqueValueRendererReader.java, + src/java/de/intevation/mxd/utils/MapToXMLUtils.java, + src/java/de/intevation/mxd/utils/XMLUtils.java, + src/java/de/intevation/mxd/writer/FillStyleWriter.java, + src/java/de/intevation/mxd/writer/IWriter.java, + src/java/de/intevation/mxd/writer/LineStyleWriter.java, + src/java/de/intevation/mxd/writer/MapScriptWriter.java, + src/java/de/intevation/mxd/writer/MarkerStyleWriter.java, + src/java/de/intevation/mxd/writer/SymbolWriter.java: + Added LGPL header. + 2011-08-09 Raimund Renkert * src/java/de/intevation/mxd/writer/FillStyleWriter.java: diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/ArcGISInitializer.java --- a/src/java/de/intevation/mxd/ArcGISInitializer.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/ArcGISInitializer.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/Converter.java --- a/src/java/de/intevation/mxd/Converter.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/Converter.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd; import java.io.File; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/AbstractSymbolReader.java --- a/src/java/de/intevation/mxd/reader/AbstractSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/AbstractSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/ArrowMarkerSymbolReader.java --- a/src/java/de/intevation/mxd/reader/ArrowMarkerSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/ArrowMarkerSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/CartoLineSymbolReader.java --- a/src/java/de/intevation/mxd/reader/CartoLineSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/CartoLineSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/CharacterMarkerSymbolReader.java --- a/src/java/de/intevation/mxd/reader/CharacterMarkerSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/CharacterMarkerSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/ClassBreakRendererReader.java --- a/src/java/de/intevation/mxd/reader/ClassBreakRendererReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/ClassBreakRendererReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.lang.Exception; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/FeatureClassReader.java --- a/src/java/de/intevation/mxd/reader/FeatureClassReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/FeatureClassReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/FeatureLayerReader.java --- a/src/java/de/intevation/mxd/reader/FeatureLayerReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/FeatureLayerReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/FillSymbolReader.java --- a/src/java/de/intevation/mxd/reader/FillSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/FillSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.lang.Exception; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/GdbRasterCatalogLayerReader.java --- a/src/java/de/intevation/mxd/reader/GdbRasterCatalogLayerReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/GdbRasterCatalogLayerReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/GroupLayerReader.java --- a/src/java/de/intevation/mxd/reader/GroupLayerReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/GroupLayerReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/HashLineSymbolReader.java --- a/src/java/de/intevation/mxd/reader/HashLineSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/HashLineSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/IClassReader.java --- a/src/java/de/intevation/mxd/reader/IClassReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/IClassReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/ILayerReader.java --- a/src/java/de/intevation/mxd/reader/ILayerReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/ILayerReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.w3c.dom.Element; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/IReader.java --- a/src/java/de/intevation/mxd/reader/IReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/IReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/IRendererReader.java --- a/src/java/de/intevation/mxd/reader/IRendererReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/IRendererReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.lang.Exception; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/ISymbolReader.java --- a/src/java/de/intevation/mxd/reader/ISymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/ISymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.lang.Exception; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/LabelEngineReader.java --- a/src/java/de/intevation/mxd/reader/LabelEngineReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/LabelEngineReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/LineFillSymbolReader.java --- a/src/java/de/intevation/mxd/reader/LineFillSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/LineFillSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/LineSymbolReader.java --- a/src/java/de/intevation/mxd/reader/LineSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/LineSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.lang.Exception; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MXDReader.java --- a/src/java/de/intevation/mxd/reader/MXDReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MXDReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MapReader.java --- a/src/java/de/intevation/mxd/reader/MapReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MapReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MarkerFillSymbolReader.java --- a/src/java/de/intevation/mxd/reader/MarkerFillSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MarkerFillSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MarkerLineSymbolReader.java --- a/src/java/de/intevation/mxd/reader/MarkerLineSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MarkerLineSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MarkerSymbolReader.java --- a/src/java/de/intevation/mxd/reader/MarkerSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MarkerSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.lang.Exception; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MultiLayerFillSymbolReader.java --- a/src/java/de/intevation/mxd/reader/MultiLayerFillSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MultiLayerFillSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MultiLayerLineSymbolReader.java --- a/src/java/de/intevation/mxd/reader/MultiLayerLineSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MultiLayerLineSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/MultiLayerMarkerSymbolReader.java --- a/src/java/de/intevation/mxd/reader/MultiLayerMarkerSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/MultiLayerMarkerSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/PictureLineSymbolReader.java --- a/src/java/de/intevation/mxd/reader/PictureLineSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/PictureLineSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/PictureMarkerSymbolReader.java --- a/src/java/de/intevation/mxd/reader/PictureMarkerSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/PictureMarkerSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/SimpleFillSymbolReader.java --- a/src/java/de/intevation/mxd/reader/SimpleFillSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/SimpleFillSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/SimpleLineSymbolReader.java --- a/src/java/de/intevation/mxd/reader/SimpleLineSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/SimpleLineSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/SimpleMarkerSymbolReader.java --- a/src/java/de/intevation/mxd/reader/SimpleMarkerSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/SimpleMarkerSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/SimpleRendererReader.java --- a/src/java/de/intevation/mxd/reader/SimpleRendererReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/SimpleRendererReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/TextSymbolReader.java --- a/src/java/de/intevation/mxd/reader/TextSymbolReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/TextSymbolReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/reader/UniqueValueRendererReader.java --- a/src/java/de/intevation/mxd/reader/UniqueValueRendererReader.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/UniqueValueRendererReader.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.reader; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/utils/MapToXMLUtils.java --- a/src/java/de/intevation/mxd/utils/MapToXMLUtils.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/utils/MapToXMLUtils.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,10 +1,22 @@ /* - * Copyright (c) 2010 by Intevation GmbH + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * This file is part of MXD2map. * * This program is free software under the LGPL (>=v2.1) - * Read the file LGPL.txt coming with the software for details + * 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 + * Bjoern Schilberg + * Stephan Holl */ + package de.intevation.mxd.utils; import org.apache.log4j.Logger; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/utils/XMLUtils.java --- a/src/java/de/intevation/mxd/utils/XMLUtils.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/utils/XMLUtils.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,9 +1,20 @@ /* - * Copyright (c) 2010 by Intevation GmbH + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * This file is part of MXD2map. * * This program is free software under the LGPL (>=v2.1) - * Read the file LGPL.txt coming with the software for details + * 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 + * Bjoern Schilberg + * Stephan Holl */ package de.intevation.mxd.utils; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/writer/FillStyleWriter.java --- a/src/java/de/intevation/mxd/writer/FillStyleWriter.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/writer/FillStyleWriter.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.writer; import java.io.IOException; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/writer/IWriter.java --- a/src/java/de/intevation/mxd/writer/IWriter.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/writer/IWriter.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.writer; import org.w3c.dom.Document; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/writer/LineStyleWriter.java --- a/src/java/de/intevation/mxd/writer/LineStyleWriter.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/writer/LineStyleWriter.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.writer; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/writer/MapScriptWriter.java --- a/src/java/de/intevation/mxd/writer/MapScriptWriter.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/writer/MapScriptWriter.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.writer; import org.apache.log4j.Logger; @@ -607,10 +626,10 @@ return ""; } String tmp = s.trim(); - tmp = tmp.replace ("ö", "oe"); - tmp = tmp.replace ("ä", "ae"); - tmp = tmp.replace ("ü", "ue"); - tmp = tmp.replace ("ß", "ss"); + tmp = tmp.replace ("ö", "oe"); + tmp = tmp.replace ("ä", "ae"); + tmp = tmp.replace ("ü", "ue"); + tmp = tmp.replace ("ß", "ss"); tmp = tmp.replace ("/", ""); tmp = tmp.replace (",", ""); if(!s.equals(tmp)) { diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/writer/MarkerStyleWriter.java --- a/src/java/de/intevation/mxd/writer/MarkerStyleWriter.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/writer/MarkerStyleWriter.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.writer; import java.awt.Color; diff -r bb25c7a4553e -r df4e0946ef02 src/java/de/intevation/mxd/writer/SymbolWriter.java --- a/src/java/de/intevation/mxd/writer/SymbolWriter.java Tue Aug 09 13:50:45 2011 +0200 +++ b/src/java/de/intevation/mxd/writer/SymbolWriter.java Tue Aug 09 14:24:51 2011 +0200 @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2011 by Intevation GmbH, Germany + * + * 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 + * Bjoern Schilberg + * Stephan Holl + */ + package de.intevation.mxd.writer; import org.apache.log4j.Logger;