Mercurial > mxd2map
comparison src/java/de/intevation/mxd/Converter.java @ 243:df4e0946ef02
Added LGPL header.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 09 Aug 2011 14:24:51 +0200 |
parents | f4eb506499f5 |
children | 5c80058c08f6 |
comparison
equal
deleted
inserted
replaced
242:bb25c7a4553e | 243:df4e0946ef02 |
---|---|
1 /* | |
2 * Copyright (c) 2011 by Intevation GmbH, Germany <info@intevation.de> | |
3 * | |
4 * This file is part of MXD2map. | |
5 * | |
6 * This program is free software under the LGPL (>=v2.1) | |
7 * Read the file LICENCE.txt coming with the software for details | |
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> | |
18 */ | |
19 | |
1 package de.intevation.mxd; | 20 package de.intevation.mxd; |
2 | 21 |
3 import java.io.File; | 22 import java.io.File; |
4 import java.io.FileInputStream; | 23 import java.io.FileInputStream; |
5 import java.io.BufferedInputStream; | 24 import java.io.BufferedInputStream; |