Hi all!

We are currently working ourselves through some license scanner 
identifications. The policy we are trying to accommodate our software (which 
uses CXF) to has rather strict license requirements.

Specifically we currently look at

        
https://github.com/apache/cxf/blob/main/core/src/main/resources/schemas/wsdl/addressing.xsd

We refer to the terms as covered by the header as 

        WS-Addressing Specification License

In scancode the license is known under the id ws-addressing-spec:

        
https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/ws-addressing-spec.LICENSE

While scancode indicates a permissive license here. The policy we try to adhere 
to indicates that this license only grants permission for the prupose of 
development and evaluation:

Permission to copy, display, perform, modify and distribute the WS-Addressing
Specification, and to authorize others to do the foregoing, in any medium
without fee or royalty is hereby granted for the purpose of developing and
evaluating the WS-Addressing Specification.


Could you please elaborate on how the Apache Foundation / CXF assesses this 
license?
Is there any background information that this license does not interfere with a 
general distribution and use of the schema as part of cxf-core.jar?

Any details and/or pointers regarding this topic are highly appreciated.

In case, could you please also elaborate on

        
https://github.com/apache/cxf/blob/main/core/src/main/resources/schemas/wsdl/addressing200403.xsd

Under which license terms do you regard this file being distributed as part of 
CXF? 

Sorry for boiling up aspects that are in the codebase since decades. We just 
need good arguments why things work.


Kind regards,
Karsten


Licenses identified in the schema folder of cxf-core-3.5.5.jar:

  >>> Permission Terms (variant 070) <<<
    /schemas/wsdl/http.xsd
    /schemas/wsdl/mime-binding.xsd
    /schemas/wsdl/soap-binding.xsd
    /schemas/wsdl/wsdl.xsd

  >>> Permission Terms (variant 072) <<<
    /schemas/wsdl/soap12-binding.xsd

  >>> W3C Software Notice and License (1998-07-20) <<<
    /schemas/wsdl/soap-encoding.xsd

  >>> W3C Software Notice and License (2002-12-31) <<<
    /schemas/wsdl/ws-addr-wsdl.xsd
    /schemas/wsdl/ws-addr.xsd

  >>> WS Reliable Messaging License <<<
    /schemas/wsdl/wsrm.xsd

  >>> WS-Addressing Specification License <<<
    /schemas/wsdl/addressing.xsd












Reply via email to