comparison src/java/de/intevation/mxd/utils/MapToXMLUtils.java @ 243:df4e0946ef02

Added LGPL header.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 09 Aug 2011 14:24:51 +0200
parents f4eb506499f5
children 10e0aa283217
comparison
equal deleted inserted replaced
242:bb25c7a4553e 243:df4e0946ef02
1 /* 1 /*
2 * Copyright (c) 2010 by Intevation GmbH 2 * Copyright (c) 2011 by Intevation GmbH, Germany <info@intevation.de>
3 *
4 * This file is part of MXD2map.
3 * 5 *
4 * This program is free software under the LGPL (>=v2.1) 6 * This program is free software under the LGPL (>=v2.1)
5 * Read the file LGPL.txt coming with the software for details 7 * Read the file LICENCE.txt coming with the software for details
6 * or visit http://www.gnu.org/licenses/ if it does not exist. 8 * or visit http://www.gnu.org/licenses/ if it does not exist.
9 *
10 * MXD2map has been developed on behalf of the
11 * Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
12 * by Intevation GmbH.
13 *
14 * Authors:
15 * Raimund Renkert <raimund.renkert@intevation.de>
16 * Bjoern Schilberg <bjoern.schilberg@intevation.de>
17 * Stephan Holl <stephan.holl@intevation.de>
7 */ 18 */
19
8 package de.intevation.mxd.utils; 20 package de.intevation.mxd.utils;
9 21
10 import org.apache.log4j.Logger; 22 import org.apache.log4j.Logger;
11 23
12 import org.w3c.dom.Document; 24 import org.w3c.dom.Document;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)