DLL files and licensing.

The current Archetype editor makes use of two external libraries , one
for ADL parsing, one for XML parsing.

What is the licence on these libraries?, can they be used in other applications.

regards
OP

OxfordPartnership wrote:

The current Archetype editor makes use of two external libraries , one
for ADL parsing, one for XML parsing.

What is the licence on these libraries?, can they be used in other applications.
  
The XML Parser DLL is built from Archetype Editor's source code: see the
XMLParser directory.

The ADL Parser is external, but it comes from the ADL Workbench source
code in openEHR's ref_impl_eiffel Subversion repository.

In other words, they both belong to openEHR, and the licensing is the
same as Archetype Editor and ADL Workbench.

- Peter

Thanks for the prompt reply Peter.

OP