Difference between revisions of "GeoNetwork Library Review"

From OSGeo
Jump to navigation Jump to search
 
Line 33: Line 33:
  
 
=== External dependencies ===
 
=== External dependencies ===
 +
 +
* a2jruntime.jar
 +
* activation.jar
 +
* commons-codec-1.3.jar
 +
* commons-email.jar
 +
* commons-httpclient-3.0.1.jar
 +
* commons-lang-2.1.jar
 +
* commons-logging-api.jar
 +
* commons-logging.jar
 +
* cos.jar
 +
* cql-java.jar
 +
* dlib.jar
 +
* gnu-regexp-1.1.4.jar
 +
* jdbm-0.12.jar
 +
* jdom.jar
 +
* jeeves.jar - [http://sourceforge.net/projects/jeeves Jeeves] originally developed and still developed as supporting framework of the GeoNetwork opensource application. Jeeves is released under the GNU-LGPL license version 2.1.
 +
* junit.jar
 +
* ki-jzkit-hss-1_2_3.jar
 +
* ki-jzkit-iface-1_2_3-fixed.jar
 +
* ki-jzkit-z3950-1_2_3.jar
 +
* ki-util.jar
 +
* lizard-tiff.jar
 +
* log4j-1.2.13.jar
 +
* lucene-1.4.3.jar
 +
* mail.jar
 +
* marc4j.jar
 +
* mckoidb.jar
 +
* mkjdbc.jar
 +
* serializer.jar
 +
* tyrex-1.0.jar
 +
* xalan.jar
 +
  
 
==== Potentially problematic dependencies ====
 
==== Potentially problematic dependencies ====

Revision as of 04:10, 12 March 2007

Created by: Jeroen Ticheler

Creation Date: 12-03-2007

Purpose

Document potential Library/Component issues

  • Listing any external components that are included "in the source tree" for the project.
  • Listing all external dependencies with potentially problematic or conflicting license terms.

External components included in the source tree

Four (4) external classes are used in the source tree. The classes have been provided and adapted by the original copyright holder.

The classes are licensed as GNU-GPL version 2 and copyrighted as follows:

//==============================================================================
//===
//===   Codec (adapted class from druid project http://druid.sf.net)
//===
//===   Copyright (C) by Andrea Carboni.
//===   This file may be distributed under the terms of the GPL license.
//==============================================================================

Files concerned:

  • org/fao/gast/lib/druid/Codec.java
  • org/fao/gast/lib/druid/Import.java
  • org/fao/gast/lib/druid/SqlMapper.java
  • org/fao/gast/lib/druid/SqlType.java

This inclusion does not pose a problem for the project as copyright and license are properly referenced and compatible with the project.

External dependencies

  • a2jruntime.jar
  • activation.jar
  • commons-codec-1.3.jar
  • commons-email.jar
  • commons-httpclient-3.0.1.jar
  • commons-lang-2.1.jar
  • commons-logging-api.jar
  • commons-logging.jar
  • cos.jar
  • cql-java.jar
  • dlib.jar
  • gnu-regexp-1.1.4.jar
  • jdbm-0.12.jar
  • jdom.jar
  • jeeves.jar - Jeeves originally developed and still developed as supporting framework of the GeoNetwork opensource application. Jeeves is released under the GNU-LGPL license version 2.1.
  • junit.jar
  • ki-jzkit-hss-1_2_3.jar
  • ki-jzkit-iface-1_2_3-fixed.jar
  • ki-jzkit-z3950-1_2_3.jar
  • ki-util.jar
  • lizard-tiff.jar
  • log4j-1.2.13.jar
  • lucene-1.4.3.jar
  • mail.jar
  • marc4j.jar
  • mckoidb.jar
  • mkjdbc.jar
  • serializer.jar
  • tyrex-1.0.jar
  • xalan.jar


Potentially problematic dependencies