Task #1726

Updated by Joaquín del Cerro Murciano over 10 years ago

The gvsig tools library is divided in the following subprojects:

<pre>

- org.gvsig.proj
├── org.gvsig.proj.lib
│   ├── org.gvsig.proj.lib.api
│   └── org.gvsig.proj.lib.proj4j
├── org.gvsig.proj.main
└── org.gvsig.proj.swing
   ├── org.gvsig.proj.swing.api
   └── org.gvsig.proj.swing.impl

- org.gvsig.proj.app
└── org.gvsig.proj.app.mainplugin

- org.gvsig.projection.api

</pre>

h1. Code Provenance Review

h2. Code Copyright Review

* All files belong to the
Realizar revisión del proyecto de cara a la incubación de gvSIG project, so no copyright issues. All file headers updated and uploaded with the command::
<pre>
mvn license:format
</pre>

* Copyright holders: *gvSIG Association*

Revised manually all the files of the proyect.

h2. Library/Component Review Process

* Created and updated maven site with the command:
<pre>
mvn site-deploy
</pre>

* Dependencies without defined license in the maven configuration, but found to be compatible:

* Dependencies with incompatible license:

en OSGeo, realizando las tareas definidas en #1724

Back