Third-party licenses

Oxygen general issues.
jasone
Posts: 10
Joined: Wed May 17, 2017 8:23 pm

Third-party licenses

Post by jasone »

Hi,
We are using a slightly customized oXygen WebHelp Responsive template to build output, and our Black Duck scan returned with a file called ajax-loader.gif. This is third-party software, and I was wondering what license Oxygen is providing third-party stuff under.

Thanks,
Jason
stefan

Re: Third-party licenses

Post by stefan »

The WebHelp output is composed of not only of your own content but also css/js/php/a.s.o (usually scripting files) that provides additional functionality (search, feedback,...). While most of such files are developed by our company, some of them are inherited from open-source projects (jQuery JS libary, etc) and licensed under not-viral open-source licenses (Apache 2.0, MIT, BSD) that would not create additional obligations for you or your end-users rather than proper attribution.To better comply with this requirement, starting with version 18, a license-3rd-party.txt file is added to the WebHelp output main directory in order to list the third party components and their licensing terms.

Because the image file in question is not specified as a third-party component in the corresponding third-party section of our license, it means it is not a third-party software and therefore there is no particular obligations/restrictions on it that you need to consider.

If you require further clarification on licensing terms, please direct your questions to sales@oxygenxml.com
Frank Ralf
Posts: 452
Joined: Thu Jan 23, 2014 2:29 pm
Location: Hamburg
Contact:

Re: Third-party licenses

Post by Frank Ralf »

Hi,

We face the same issue when creating Eclipse help output that we deliver to customers. Black Duck complains about two CSS files (commonltr.css and commonrtl.css) from the com.oxygenxml.webhelp plugin that contain the following reference to the Apache license:

Code: Select all

/* 
* The Oxygen Webhelp plugin redistributes this file under the terms of the
* Apache Software Foundation License v2.0:
*
* http://opensource.org/licenses/apache2.0.php
*/
The same files in the org.dita.xhtml plugin don't contain this reference.

My questions:
a) Are we allowed to remove this license from the deliverable Eclipse help output?
b) Are we allowed to replace this by customer-specific legal disclaimer?

Best regards,
Frank
Frank Ralf
parson AG
www.parson-europe.com
stefan

Re: Third-party licenses

Post by stefan »

We face the same issue when creating Eclipse help output that we deliver to customers. Black Duck complains about two CSS files (commonltr.css and commonrtl.css) from the com.oxygenxml.webhelp plugin that contain the following reference to the Apache license:

Code: Select all

/* 
* The Oxygen Webhelp plugin redistributes this file under the terms of the
* Apache Software Foundation License v2.0:
*
* http://opensource.org/licenses/apache2.0.php
*/
Please note that each output (i.e Eclise help output or WebHelp output) is an aggregate work that is created by an automated process from two works:
[1] an work derived from the customer's input (i.e DITA source files), that may be governed by the customer proprietary license
[2] an work copied from the third party libraries or generated by OxygenXML which is permissively licensed to be redistributed (e.g under Apache 2.0 license)

The files in question here are from the second category[2].
The same files in the org.dita.xhtml plugin don't contain this reference.
Although their source code from org.dita.xhtml plugin do not explictly specify Apache2.0, their distribution license is Apache 2.0 because they come from the DITA-OT project, a project distributed under Apache 2.0 and which Oxygen uses it as a third party software in order to generate these output formats. The above cited snippet reiterates that the file is distributed under the Apache 2.0 license, thus making clear the license terms under which this file is redistributed.
My questions:
a) Are we allowed to remove this license from the deliverable Eclipse help output?
You need to preserve the original copyright/license notice at the top of each source code file. If you need to change the file, add your copyright after the original ones, and state some words about the change. The Apache license refers only to that file content and does not have a bad influence on the overall output licensing terms because it is a permissive open source software license.
b) Are we allowed to replace this by customer-specific legal disclaimer?
You do not need to replace the notice from these files in order to add a customer-specific legal disclaimer or a different license for the generated output.

Actually, the work input supplied by customer [1] to the automated process is affecting the license of the output (e.g. if the input source code is licensed under a proprietary license), and not the third party components that are licensed for redistribution under a permissive open source software license that is not viral (and only require preservation of their copyright/license notices).

Therefore, you can use a custom specific license for the output, as long as the other requirements of the included third-party licenses are met (such as informing the users of the output that some parts of the aggregated work are licensed under non-viral open-source licenses). An option is to create a notice file in the root of the output containing the list of third party components and their licensing terms and to reference it from the customer specific license as being the additional third party components list. The Webhelp output already contains such file (under the name of license-3rd-party.txt).

If you require further clarification on licensing terms, please direct your questions to sales@oxygenxml.com
Frank Ralf
Posts: 452
Joined: Thu Jan 23, 2014 2:29 pm
Location: Hamburg
Contact:

Re: Third-party licenses

Post by Frank Ralf »

Hi Stefan,

Sorry for the late reply. Many thanks for this thorough explanation. I will forward this to our customer.

Best regards,
Frank
Frank Ralf
parson AG
www.parson-europe.com
Post Reply