Revision 380 2.0/trunk/org.gvsig.gvsig3d.app/org.gvsig.gvsig3d.app.extension/src/main/java/org/gvsig/gvsig3d/app/extension/Gvsig3DExtension.java

View differences:

Gvsig3DExtension.java
1
/* gvSIG. Geographic Information System of the Valencian Government
1
/* gvSIG 3D extension for gvSIG
2 2
 *
3
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
4
 * of the Valencian Government (CIT)
3
 * Copyright (C) 2012 Prodevelop.
5 4
 *
6 5
 * This program is free software; you can redistribute it and/or
7 6
 * modify it under the terms of the GNU General Public License
......
15 14
 *
16 15
 * You should have received a copy of the GNU General Public License
17 16
 * along with this program; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
 * MA  02110-1301, USA.
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
20 18
 *
19
 * For more information, contact:
20
 *
21
 *   Prodevelop, S.L.
22
 *   Pza. Don Juan de Villarrasa, 14 - 5
23
 *   46001 Valencia
24
 *   Spain
25
 *
26
 *   +34 963 510 612
27
 *   +34 963 510 968
28
 *   prode@prodevelop.es
29
 *   http://www.prodevelop.es
21 30
 */
31
/*
32
 * AUTHORS:
33
 * 2012 AI2 - Instituto Universitario de Automatica e Informatica Industrial.
34
 * Universitat Politecnica de Valencia (UPV)
35
 * http://www.ai2.upv.es
36
 */
37

  
38

  
22 39
package org.gvsig.gvsig3d.app.extension;
23 40

  
24 41
import org.gvsig.andami.plugins.Extension;
......
52 69
/**
53 70
 * Andami extension to show Gvsig3D in the application.
54 71
 * 
55
 * @author AI2
72
 * @author Jesus Zarzoso- jzarzoso@ai2.upv.es
56 73
 * @version $Id$
57 74
 */
58 75
public class Gvsig3DExtension extends Extension {

Also available in: Unified diff