Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.app / org.gvsig.app.mainplugin / src / main / resources-plugin / about / about.htm @ 44172

History | View | Annotate | Download (2.57 KB)

1
<!--
2

3
    gvSIG. Desktop Geographic Information System.
4

5
    Copyright (C) 2007-2013 gvSIG Association.
6

7
    This program is free software; you can redistribute it and/or
8
    modify it under the terms of the GNU General Public License
9
    as published by the Free Software Foundation; either version 3
10
    of the License, or (at your option) any later version.
11

12
    This program is distributed in the hope that it will be useful,
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
    GNU General Public License for more details.
16

17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
    MA  02110-1301, USA.
21

22
    For any additional information, do not hesitate to contact us
23
    at info AT gvsig.com, or visit our website www.gvsig.com.
24

25
-->
26
<html>
27
<body>
28

    
29
<img src="logo-gvsig-association.jpg"><br>
30
<h2>gvSIG desktop</h2>
31
<p>
32
A Geographic Information System (GIS) for desktop environments<br>
33
<br>
34
Version: %(version) %(state)<br>
35
Java version: %(java.version)<br/>
36
&copy; Copyright gvSIG Association. All rights reserved.<br>
37
<br>
38
For more information, contact:<a href="http://www.gvsig.com/contact-info">http://www.gvsig.com/contact-info</a><br>
39
Or visit <a href="http://www.gvsig.org">http://www.gvsig.org</a>
40
</p>
41
<br>
42
<br>
43
<br>
44
<font face="Arial, Helvetica, sans-serif"> 
45
This program is free software; you can redistribute it and/or
46
modify it under the terms of the GNU General Public License
47
as published by the Free Software Foundation; either version 3
48
of the License, or (at your option) any later version.
49
<br>
50
This program is distributed in the hope that it will be useful,
51
but WITHOUT ANY WARRANTY; without even the implied warranty of
52
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53
GNU General Public License for more details.<br>
54
<br>
55
You should have received a copy of the GNU General Public License
56
along with this program; if not, write to the Free Software
57
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.
58
<br>
59

    
60
<p>With our most sincere thanks to:</p>
61
<ul>
62
        <li><a target="blank" href="http://www.gvsig.org/web/community/agradecimientos/traductores/">Traductores</a></li>
63
        <li><a target="blank" href="http://www.gvsig.org/web/community/agradecimientos/testers/">Testers</a></li>
64
        <li><a target="blank" href="http://www.gvsig.org/web/community/agradecimientos/otras-colaboraciones/">Otras colaboraciones</a></li>
65
</ul>
66
      
67

    
68
</font>
69
</body>
70
</html>