Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Lyo/Licenses

< Lyo
Revision as of 10:08, 28 June 2012 by Sspeiche.us.ibm.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In Eclipse Lyo, some of the software modules are not always tightly linked to the rest of the Eclipse projects which concern running within the IDE on the desktop.

Some contributions are libraries which are meant to be used to glue tools, for instance in scripts that need to communicate with OSLC compatible services, using scripting languages like JavaScript and Perl.

For such libraries, there is the need to make sure that their license is flexible enough to accommodate most situations. Thus, in addition to the EPL licensing which is common in Eclipse project, such code will be also released under the conditions of the EDL (New BSD style license).

Other parts of Eclipse Lyo may be licensed only under the EPL, as per the author's choice. Though EDL is the recommended license.

Back to the top