Mercurial > mxd2map
annotate website/license.htm4 @ 248:191b7d18c79e
Minor fixes for metadata information.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 10 Aug 2011 14:39:31 +0200 |
parents | bdf58d5b7d92 |
children | 584bc79cf4ad |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- |
2 m4_include(`template.m4') | |
3 m4_dnl $Id$ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `license-de.html') | |
7 m4_define(`TITLE', `License') | |
8 m4_define(`MAIN', `license') | |
9 | |
10 PAGE_START | |
11 | |
12 <div id="intro"> | |
13 <h2>License</h2> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
14 <p>MXD2map is Free Software and is available under the <b>GNU Lesser General |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
15 Public License (GNU LGPL)</b>. |
155 | 16 The software is free to use without restrictions, may be |
17 modified and that modifications may be distributed. | |
18 </p> | |
19 </div> | |
20 | |
21 <div id="main"> | |
22 <h2>Copyright Statements</h2> | |
23 <br> | |
24 <pre> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
25 Copyright (C) 2011 Federal Maritime and Hydrographic Agency (BSH) |
155 | 26 |
27 This program is free software; you can redistribute it and/or modify | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
28 it under the terms of the GNU Lesser General Public License version 2, |
155 | 29 or, at your option, any later version as published by the Free |
30 Software Foundation | |
31 | |
32 This program is distributed in the hope that it will be useful, | |
33 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
34 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
35 GNU Lesser General Public License for more details. |
155 | 36 |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
37 You should have received a copy of the GNU Lesser General Public License |
155 | 38 along with this program; if not, write to the Free Software |
39 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | |
40 | |
41 </pre> | |
42 | |
43 </div> |