Mercurial > mxd2map
diff license.htm4 @ 155:5a882b5773c9
initial website.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Wed, 30 Mar 2011 15:51:06 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/license.htm4 Wed Mar 30 15:51:06 2011 +0200 @@ -0,0 +1,43 @@ +m4_dnl -*-html-*- +m4_include(`template.m4') +m4_dnl $Id$ + +m4_define(`EN') +m4_define(`DE_FILE', `license-de.html') +m4_define(`TITLE', `License') +m4_define(`MAIN', `license') + +PAGE_START + +<div id="intro"> +<h2>License</h2> +<p>mapWOC is Free Software and is available under the <b>GNU General +Public License (GNU GPL)</b>. +The software is free to use without restrictions, may be +modified and that modifications may be distributed. +</p> +</div> + +<div id="main"> +<h2>Copyright Statements</h2> +<br> +<pre> +Copyright (C) 2011 German Federal Office for Information Security (BSI) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2, +or, at your option, any later version as published by the Free +Software Foundation + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +</pre> + +</div>